OFFSET
1,1
LINKS
Robert Price, Table of n, a(n) for n = 1..2298
FORMULA
MATHEMATICA
(* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) Select[ Prime@Range@1450000, PrimitiveRoot@# == 67 &]
Select[Prime[Range[1450000]], PrimitiveRoot[#]==67&] (* Harvey P. Dale, Feb 22 2012 *)
PROG
(PARI) /* The following assumes that znprimroot() returns the smallest primitive root */ is_A114682(n)={ znprimroot(n)==67 } \\ M. F. Hasler, Feb 22 2012
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Dec 21 2005
EXTENSIONS
a(24) and beyond from Robert Price, Nov 20 2023
STATUS
approved