Has equation $a^n+b^n=c^n+1$ infinite solutions with $n>2$?
With $n=2$, it seems the solutions are infinitely many. For $n=3$ it seems number of solutions are limited; I could only find $(a, b, c)=(9, 10, 12)$. My question is; does this equation has infinite solutions with restriction:
$(a, ,c, b, n)=1$
For $n=2$, I found $(a, b, c)=(19, 89, 91)$ by brute force. There are probably more solutions.
For $n=3$, I found $(a, b, c)=(9, 10, 12)$ which does not fit the restriction. For $n>3$ I could not find any,May be my computer or my program is not suitable. Any help or counter example?
Update: The equation is consistent for $\bmod n$ if n is prime and (a.n)=, (b,n)=1 and (c, n)=1:
$a^n+b^n\equiv 2\bmod n\equiv c^n+1$
Identity $(1-9t^3)^3+(9t^4)^3+(3t-9t^4)^3=1$ shows this for $n=3$. There is no reason for the lack of solution for prime n.
Thanks to Tomita for giving following identity:
$$(1-9t^3)^3+(9t^4)^3+(3t-9t^4)^3=1$$
For $t=-1$, this identity gives $9^3+10^3=12^3+1$.
Also to Piquito for Identity:
$$(rX+sY)^2+(rY-sX)^2=(rX-sY)^2+(rY+sX)^2$$
►It seems to me that in fact for $n=2$ there are infinitely many solutions but they all are "trivial" (in the sens of as see at comment above). In fact the general solution of the equation $a^2+b^2=c^2+d^2$ is given by the identity with four parameters $$(rX+sY)^2+(rY-sX)^2=(rX-sY)^2+(rY+sX)^2\hspace 2cm(*)$$ so for each choice of $r,s$ coprimes we have the restriction $$rY+sX=1\hspace 2cm(**)$$ which have an infinite number of integer solutions. However the standard form of these last solutions leads for each choice of $r,s$ and each solution of $(**)$ to a solution of $(*)$ which is of the form $(a,b,c)=(1,t,t)$ as we can verify.
►►The following, I believe, is a plausible first step to a proof of the impossibility for $n$ even i leave to the O.P. to finish if he want to.
If $n$ is even then the curve $x^n+y^n=k$ where $k=c^n+1$ is closed and $(\pm x)^n+(\pm y)^n=k$ so it is enough to study the curve in the first quadrant, By convexity, the arc of the curve defined by the "trivial" solutions $(c,1)$ and $(1,c)$ is inside the triangle of vertex $(c,1),(1,c),(c,c)$ and we can deduce that this arc does not have any other integer point that the two trivial solutions.