login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A114676 Primes with 60 as smallest positive primitive root. 0
697591, 1565939311, 2201381953, 5761774591, 6206852191, 6458249953, 8920186111, 10354295953, 10852325191, 11460087211 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

(* first load *) << NumberTheory`NumberTheoryFunctions` (* then *) t = {}; Do[ If[ PrimitiveRoot[ Prime@n] == 60, AppendTo[t, n]; Print@Prime@n], {n, 235000000}]; Prime@t

CROSSREFS

Cf. A001122-A001126, A061323-A061335, A061730-A061741, A114657-A114686.

Sequence in context: A068745 A010084 A206518 * A205608 A205439 A027829

Adjacent sequences:  A114673 A114674 A114675 * A114677 A114678 A114679

KEYWORD

hard,more,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Dec 21 2005

EXTENSIONS

a(4) and a(5) from Tomas Oliveira e Silva (tos(AT)det.ua.pt), Jan 05 2006

a(4)-a(10) from Ray Chandler (rayjchandler(AT)sbcglobal.net), Jan 13 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 12:59 EST 2012. Contains 205788 sequences.