Documentation

FormalConjectures.OEIS.«239957»

Primitive roots of the form k² + 1 #

Every prime $p$ has a primitive root $0 < g < p$ of the form $k^2 + 1$, where $k$ is an integer.

Zhi-Wei Sun has offered a prize of RMB 2,000 for the first proof.

References:

theorem OEIS.A239957.conjecture (p : ) (hp : Nat.Prime p) :
∃ (k : ), k ^ 2 + 1 < p orderOf (k ^ 2 + 1) = p - 1

Zhi-Wei Sun's Conjecture (A239957): Every prime $p$ has a primitive root $0 < g < p$ of the form $k^2 + 1$, where $k$ is an integer.