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