login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114676 Primes with 60 as smallest positive primitive root. 1
697591, 1565939311, 2201381953, 5761774591, 6206852191, 6458249953, 8920186111, 10354295953, 10852325191, 11460087211, 12045861031, 14021799793, 16585400833, 16946270251, 18414492097, 18500061271, 18677081011, 18993773839, 19016413417, 19211878841 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
(* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) t = {}; Do[ If[ PrimitiveRoot[ Prime@n] == 60, AppendTo[t, n]; Print@Prime@n], {n, 235000000}]; Prime@t
CROSSREFS
Sequence in context: A345604 A346358 A206518 * A319917 A205608 A205439
KEYWORD
hard,more,nonn
AUTHOR
Robert G. Wilson v, Dec 21 2005
EXTENSIONS
a(4) and a(5) from Tomás Oliveira e Silva (tos(AT)det.ua.pt), Jan 05 2006
a(4)-a(10) from Ray Chandler, Jan 13 2006
a(11)-a(20) from Robert Price, Nov 25 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 17 22:02 EDT 2024. Contains 371767 sequences. (Running on oeis4.)