A114676 Primes with 60 as smallest positive primitive root.
697591, 1565939311, 2201381953, 5761774591, 6206852191, 6458249953, 8920186111, 10354295953, 10852325191, 11460087211, 12045861031, 14021799793, 16585400833, 16946270251, 18414492097, 18500061271, 18677081011, 18993773839, 19016413417, 19211878841, 19811337631
Offset: 1
Links
- Robert Price, Table of n, a(n) for n = 1..113
Programs
-
Mathematica
Select[Prime[Range[5183*10^5]],PrimitiveRoot[#,2]==60&] (* The program generates the first 10 terms of the sequence. *) (* Harvey P. Dale, Feb 26 2025 *)
-
PARI
is(k) = isprime(k) && znprimroot(k)==60; \\ Jinyuan Wang, Apr 09 2025
Extensions
a(4)-a(5) from Tomás Oliveira e Silva (tos(AT)det.ua.pt), Jan 05 2006
a(6)-a(10) from Ray Chandler, Jan 13 2006
a(11)-a(21) from Robert Price, Nov 25 2023