I just want some hints on how to proceed. Please do not post entire solutions.
PROBLEM: Consider a polynomial $p(x)$ with integral coefficients such that $p(n) \gt n \forall n \in \mathbb N$.Now consider the sequence of integers ($x_i$) such that $x_1 = 1, x_i = p(x_{i-1}), \forall i \ge 2$. It is known that for every $n \in \mathbb N, n | x_j$ for some $j$. Show that $p(x) = x + 1$
I could'nt proceed at all except observing the trivial fact that $(x_i)$ is increasing. I can't find a suitable use for the second property. Any hints will be appreciated.