For any odd integer $n > 2$, show that there isn't any positive integer $x$, such that: $$x^n + (x+1)^n = (x+2)^n$$
Writing it using Newton's binom, we obtain: $$x^n = \sum_{i=1}^{n} \binom{n}{i} \cdot x^{n-i} \cdot (2^i - 1)$$
I don't know how to continue the problem. Can you help me, please? Thanks!
Claim 1: If $x$ is even then the left side is odd but right side is even so no even solution.
Claim 2: If $x$ is odd, then $x \equiv \pm 1 \pmod{4}$. In which case (with $n$ being odd) we have left side is either $1+2^n \pmod{4}$ or $-1 \pmod{4}$, whereas the right side is $-1 \pmod{4}$ or $1 \pmod{4}$ respectively. For $n>2$ the two sides are not equal. Hence no solution.