Consider polynomials of degree two over $\mathbb Z$:
$f = ax^2+bx+c$
The discriminant is
$D = b^2-4ac$
And we can show that $D=2$ is not a possible value for $D$. I wonder if the value $D=2$ occurs, if we just extend our set of polymonials to degree-3 (4, 5, 6, ...) polynomials over $\mathbb Z$?
Indeed, for degree 3:
$f = a_3x^3+\ldots+a_0$, $D=a_1^2a_2^2-4a_0a_2^3-4a_1^3a_3+18a_0a_1a_2a_3-27a_0^2a_3^2 $
I cannot find a polynomial with $D=2$ for $a_i\in [-20,20]$.
My question is: Does the discriminant of a polynomial with variable degree assume every value in $\mathbb N$ (or $\mathbb Z$)?