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!