Show that for every polynomial with integer coefficients, there exists a integer such that the set
the sum of digits of is is not finite.
Problem 1384
Official solution
1. **Consider the polynomial with integer coefficients.**
We need to show that there exists an integer such that the set is not finite.
2. Handle the case of constant polynomials.
If is a constant polynomial, say where is an integer, then the sum of the digits of is simply the sum of the digits of for all . Thus, the set is infinite for equal to the sum of the digits of .
3. **Assume .**
Without loss of generality, assume the leading coefficient of is positive. If not, consider instead, which will not change the sum of digits property we are interested in.
4. **Express in its general form.**
Let where .
5. **Choose a sufficiently large .**
We can choose such that all the coefficients of are non-negative. This is possible because shifting the polynomial horizontally by a large enough integer will ensure that the polynomial evaluated at any integer will have non-negative coefficients.
6. **Define a new polynomial .**
Since , the coefficients of are non-negative. This transformation does not change the degree of the polynomial or the nature of its coefficients being integers.
7. **Consider the values of for sufficiently large .**
For sufficiently large , the value will be large enough such that the polynomial will have a predictable pattern in its digit sum. Specifically, the leading term will dominate the value of , and the sum of the digits of will stabilize to a constant value .
8. Conclude that the set is infinite.
Since for sufficiently large will have the same digit sum , the set is infinite.