Can we find all positive integers $a,b$ such that $a^{n}+b^{n}$ is an $(n+1)^{th}$ power? I think this question equivalent to solving the statement $$a^{n} + b^{n} = c^{n+1}$$ for $a,b,c \in \mathbb{N}$. But i don't know as to how i can solve this.
I attempted by subsituting $n$ as $n+1$ so that we get $$a^{n+1} + b^{n+1} = c^{n+2} = c \times c^{n+1}=(a^{n}+b^{n}) \cdot c$$
but it seems that this doesn't help!
When $n = 2$ it's straightforward to give a more-or-less complete solution: $c^3$ is a sum of squares if and only if $c$ is, so write $c = d^2 + e^2$ and the rest is factorization over the Gaussian integers.
For all $n$ there is the family of solutions $a = x(x^n + y^n), b = y(x^n + y^n), c = x^n + y^n$ for integers $x, y$. But I think finding all solutions is likely to be incredibly hard.