0

Are there infinitely many prime numbers of the form $p^{2h}+p^h+1$, where $p$ is a prime and $h$ is a positive integer?

Mathsa
  • 33
  • 5

1 Answers1

2

The generalized Bunyakovsky conjecture implies that there are, as long as $x^{2h} + x^h + 1$ is irreducible (which I think is true if and only if $h$ is a power of $3$).

EDIT: Yes, that is the case. $x^{2h}+x^h+1 = \dfrac{x^{3h}-1}{x^h - 1}$ is the product of the cyclotomic polynomials $C_d(x)$ where $d$ divides $3h$ but not $h$. If $h$ is a power of $3$, the only such $d$ is $3h$ itself: $x^{2h} + x^h + 1 = C_{3h}(x)$ is irreducible. If $h$ is divisible by some prime $q \ne 3$, then $d = 3h/q$ is another $d$, and $x^{2h}+x^h+1$ is reducible.

Robert Israel
  • 448,999