1

Fix an even integer $n\geq 2$. Are there infinitely many primes of the form $a^n+1$, where $a$ is an integer?

Is there some theorem covering this, or is the problem still open for all even $n$?

python55
  • 2,155

2 Answers2

6

If $n=2\,k$ then $a^{2k}+1=(a^k)^2+1$. The existence of infinite primes of the form $x^2+1$ is an open problem

2

There are definitely NOT infinitely many primes when $n>1$ is odd, since it'll factor as $(a+1)(a^{n-1}-a^{n-2}+\dots)$, where the latter factor is greater than $1$, whenever $a$ is greater than $1$.

Edit: Actually, for $n$ to be able to possibly satisfy such a condition, it must be a power of $2$, since if there was an odd prime $p$ dividing $n$,say $n=pk$, then again write $a^{pk}+1=(a^k)^p+1$ etc.

vgmath
  • 1,345