I have this question: Find natural numbers $n$ so that $n^n+1$ and $(2n)^{2n}+1$ are all primes. My idea is that we consider:
- $n=1 \Rightarrow n^n+1=2$ and $(2n)^{2n}+1=5$ (correct)
- $n=2 \Rightarrow n^n+1=5$ and $(2n)^{2n}+1=257$ (correct)
And then, we prove that, with all natural numbers $n$ is greater than $2$, we don't get any primes like above. I mean the solution of problem is $n=1$ or $n=2$. But i don't know to prove that.