[go: up one dir, main page]

login
A114685
Primes with 70 as smallest positive primitive root.
1
5620201, 137084401, 261429481, 319917841, 463954921, 490203481, 533231641, 549100081, 574690801, 600595381, 633627721, 644868481, 647913601, 704247361, 713084641, 722120881, 874850161, 916971961, 918152161, 1030871161, 1056236833, 1062355369, 1096459321
OFFSET
1,1
LINKS
MATHEMATICA
(* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) t={}; Do[ If[ PrimitiveRoot[ Prime@n] == 70, AppendTo[t, n]; Print@Prime@n], {n, 53600000}]; Prime@t
Select[Prime[Range[524*10^5]], PrimitiveRoot[#, 1]==70&] (* Harvey P. Dale, Jun 22 2021 *)
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Dec 21 2005
EXTENSIONS
a(21)-a(23) from Robert Price, Nov 26 2023
STATUS
approved