Suppose $a, b$ and $n$ are positive integers, all greater than one. If $a^n+b^n$ is prime, what can you relate $n$ with 2?
My approach: for $a^n+b^n$ to be prime $\forall n>1$, $a$ and $b$ has to be coprimes. But how do I ascertain anything about $n?$
If $n$ is odd, then $a^n+b^n=(a+b)(a^{n-1}-a^{n-2}b\pm\ldots-ab^{n-2}+b^{n-1})$.