OFFSET
1,1
LINKS
Robert Price, Table of n, a(n) for n = 1..558
MATHEMATICA
(* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) t={}; Do[ If[ PrimitiveRoot[ Prime@n] == 65, AppendTo[t, n]; Print@Prime@n], {n, 5890000}]; Prime@t
Select[Prime[Range[574*10^4]], PrimitiveRoot[#, 1]==65&] (* Harvey P. Dale, Jul 30 2019 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Dec 21 2005
EXTENSIONS
a(22) and beyond from Robert Price, Nov 20 2023
STATUS
approved