For pythagorean triples we have many examples when in the set of these three numbers two of them differ only by 1.
For example $(5^2+12^2=13^2)$, $(7^2+24^2=25^2),(9^2+ 40^2 = 41^2),(11^2 + 60^2= 61^2)$ etc..
Is it known the proof that there is no such triples for integers $x,y,z= y+1$ and $n>2$ to satisfy $x^n+y^n=(y+1)^n$ ?
I know that this is subcase for Fermat's Last Theorem which has now a general proof but it is quite complicated.
I would like to know a relatively simple proof for this seemingly much simpler subcase for FLT with constraint for integer triples mentioned above.
Edit
If general proof is impossible to find please at least show no existence of solution for case $n=3$. In this case $x^3=(y+1)^3-y^3= 3y^2+3y+1$ which leads to $\dfrac{x^3-1}{3}=y(y+1)$. There is no integers satisfying this equation?