Let $n>1$ be an integer and $\Phi_n(x)$ be the $n$ th cyclotomic polynomial.
If we subsititute $x$ by $x+1$ , do we always get a polynomial with positive coefficients ? If yes, how can this be proven ? I also want to prove that no coeffcient upto the $\varphi(n)$ th is missing.
Examples :
- $\Phi(6)=x^2-x+1$ transforms into $x^2+x+1$
- $\Phi(24)=x^8-x^4+1$ transforms into $x^8+8x^7+28x^6+56x^5+69x^4+52x^3+22x^2+4x+1$
Upto $n=3\ 200$ , this is the case. Some special cases can be easily proven, for example that $n$ is a power of $2$ or that $n$ is a prime. But I have no idea for a general proof.