Are there solution(s) to the following variant of Fermat's Last Theorem in the positive integers?
$$ a^n + b^{n-i} = c^{n-2i} $$
I haven't been able to identify any trivial solutions. To my (mathematically untrained) eye, it seems obvious that at least $n > 2i$ must hold.
Zev Chonoles noted in early commenting that $n=3$, $i=1$, and $a,b$ arbitrary provides a class of trivial solutions and, indeed, such trivial solutions exist for any $n-2i=1$. So! Are there any solutions to the above equation in the positive integers, where $n-2i>1$?
The above was inspired by this question, and in particular the last portion of Ypnypn's answer to it:
We can also note that $$ \sum_{k=1}^{z-1}{a^k} = {a^z-1\over a-1} < a^z $$
Meaning, even if we added all the exponents of $a$ less than $z$, we still wouldn't reach $a^z$.
Essentially, it pointed to the question, "What could one reach with sums of exponents, if not 'all the way to $a^z$'"? Any corresponding variant of the original linked question is just a subset of the problem posed in that original question, so I went straight to the above form.
Assume $\gcd(n,2i)=1$. Given any $x$, $y$, let $x^n+y^{n-i}=w$. Then for any $r$ we have $$x^nw^{rn(n-i)}+y^{n-i}w^{rn(n-i)}=w^{1+rn(n-i)}$$ which is to say $$(xw^{r(n-i)})^n+(yw^{rn})^{n-i}=w^{1+rn(n-i)}$$ Since $n$ (and, thus, $n-i$) is prime to $n-2i$, we can choose $r$ such that $1+rn(n-i)=(n-2i)s$ for some integer $s$, and so we have a solution of $a^n+b^{n-i}=c^{n-2i}$.
Much more interesting would be to find solutions with $a,b,c$ pairwise coprime. I suspect that all the work that has been done on the general $a^r+b^s=c^t$ since Wiles-Taylor has already settled this problem.