OFFSET
2,1
LINKS
N. Jolly, Constructing the primitive roots of prime powers, arXiv:0809.2139 [math.HO] (2025) Lemma 3.
FORMULA
a(n) <= A127807(n). [Jolly] - R. J. Mathar, May 17 2026
MATHEMATICA
<< NumberTheory`NumberTheoryFunctions` Table[PrimitiveRoot[(Prime[n])^4], {n, 2, 100}]
(* Alternative: *)
Table[PrimitiveRoot[Prime[n]^4], {n, 2, 100}] (* Primitive Root is now part of the core functions in Mathematica *) (* Harvey P. Dale, Oct 11 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 29 2007
STATUS
approved
