OFFSET
1,1
LINKS
Robert Price, Table of n, a(n) for n = 1..1936
MATHEMATICA
(* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@1310000, PrimitiveRoot@# == 44 &]
Select[Prime[Range[1250000]], PrimitiveRoot[#]==44&] (* PrimitiveRoot is now part of Mathematica's core language so there is no longer any need to load NumberTheoryFunctions first *) (* Harvey P. Dale, May 16 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Dec 21 2005
EXTENSIONS
a(25)-a(27) from Robert Price, Nov 19 2023
STATUS
approved