login

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 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A201606
Primes of the form 7n^2 + 5.
1
5, 257, 1013, 2273, 30497, 36293, 90977, 183713, 197573, 326597, 383297, 423617, 533237, 707873, 734837, 790277, 1000193, 1097717, 1199777, 1270337, 1306373, 1379957, 1951493, 1996097, 2086817, 2371073, 2420213, 2570657, 3217793
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[7n^2+5, {n, 0, 3000}], PrimeQ]
PROG
(Magma) [a: n in [0..800] | IsPrime(a) where a is 7*n^2+5];
CROSSREFS
Sequence in context: A283039 A055386 A216849 * A139000 A061959 A002554
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 03 2011
STATUS
approved