Find all positive integers $(x,n)$ such that $x^{n} + 2^{n} + 1$ is a divisor of $x^{n+1} +2^{n+1} +1$
I encountered this question in one of my monthly assignments. Unfortunately, I don't know how to proceed about this question at all. Please help.
Thanks in advance!
Check that $n=1$ gives two solutions $x=4$ and $x=11$. From now on $n>1$.
For each single case $x=1$, $x=2$ check that there is no solution.
Now we will consider $$ x(x^n+2^n+1)-(x^{n+1}+2^{n+1}+1)=2^n(x-2)+x-1 $$ instead of $x^{n+1}+2^{n+1}+1$.
Check that $x=3$ gives no solution. From now on $x>3$ and $n>1$, hence $$ x^{n-1}(x-2)\geq 2^n(x-2), $$
$$ x^{n-1}\cdot 2\geq x-1, $$ $$ 2^n+1>0. $$ Summing last three lines we get $$ x^n+2^n+1>2^n(x-2)+x-1 $$ and the left hand side is not a divisor of the right hand side, there is no solution for $n>1$, $x>3$.