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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A037029 Primes of the form 666*n + 1. 5
1999, 3331, 4663, 6661, 7993, 10657, 14653, 15319, 16651, 17317, 21313, 23311, 23977, 25309, 26641, 30637, 33301, 33967, 37963, 38629, 40627, 41959, 43291, 44623, 45289, 47287, 48619, 51283, 51949, 53281, 56611, 57943, 60607, 65269 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
f[n_]:=666*n+1; lst={}; Do[p=f[n]; If[PrimeQ[p], AppendTo[lst, p]], {n, 0, 6!}]; lst (* Vladimir Joseph Stephan Orlovsky, Jul 02 2009 *)
Select[Table[666n+1, {n, 0, 500}], PrimeQ] (* Vincenzo Librandi, Dec 08 2011 *)
PROG
(Magma) [a: n in [0..100] | IsPrime(a) where a is 666*n + 1]; // Vincenzo Librandi, Dec 08 2011
CROSSREFS
Cf. A037030.
Sequence in context: A031808 A167292 A230202 * A048517 A048518 A043416
KEYWORD
nonn,easy
AUTHOR
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 December 7 22:54 EST 2023. Contains 367662 sequences. (Running on oeis4.)