What makes it unique is the following requirements on the polynomial:
- It's coefficients are either $0$ or $1$
- It has no rational roots
- The absolute value of $p(x)$ isn't prime for every integer.
Just for this problem, $1$ isn't a prime.
What makes it unique is the following requirements on the polynomial:
Just for this problem, $1$ isn't a prime.
Here it is: $$f(x)=x^6+x^4+x^2+1=(x^2+1)(x^4+1)$$
It's also even, so $f(x)=f(-x)$. We get $f(0)=1$, and $f(n)$ has two factors greater than $1$ for $n \geq 1$ due to the polynomial's factorization.
To prove it's unique: