Let $$f(x)=x^n+a_{n-1}x^{n-1}+\cdots+a_0$$ be a polynomial with integer coefficients and whose degree is at least 2. Suppose each $a_i$, ($0\leq i\leq {n-1})$ is of the form $\displaystyle a_i=\pm \frac{17!}{r!(17-r)!}$. Show that $f(x)=0$ has no integral solution.
My work :
Choose $p=17$ . We see that each $a_i$ ,is divisible by $17$ but $p^2$ doesn't divide $a_0$ due to this Proving prime $p$ divides $\binom{p}{k}$ for $k\in\{1,\ldots,p-1\}$ .
So $f(x)$ is irreducible over integers. Hence has no zero. Is my proof correct?
For example, $a_i=(-1)^{i+1}$ for all $i$ (case $r_i=0$ or $p$ for all $i$), and $n$ is odd, then $1$ is root of $f(x)=x^n-x^{n-1}+x^{n-2}-\dots+x-1$.
– Nicolas FRANCOIS Jun 02 '17 at 21:39