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”).

A201612
Primes of the form 8n^2 + 5.
1
5, 13, 37, 293, 397, 653, 2053, 3533, 3877, 5413, 6277, 6733, 10957, 14797, 15493, 19213, 23333, 25997, 30757, 36997, 48677, 55117, 56453, 69197, 75277, 76837, 86533, 98573, 100357, 109517, 117133, 129037, 139397, 143653, 154573
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[8n^2+5, {n, 0, 1000}], PrimeQ]
PROG
(Magma) [a: n in [0..300] | IsPrime(a) where a is 8*n^2+5];
CROSSREFS
Sequence in context: A146925 A146452 A146062 * A129924 A360797 A080143
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 03 2011
STATUS
approved