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

A201856
Primes of the form 8n^2 - 3.
1
5, 29, 197, 389, 509, 797, 2309, 4229, 6269, 10949, 11549, 17669, 19997, 22469, 24197, 33797, 51197, 55109, 61949, 67709, 75269, 76829, 79997, 84869, 96797, 102149, 119069, 135197, 141509, 156797, 161309, 168197, 175229, 184829
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[8n^2-3, {n, 1, 1000}], PrimeQ]
PROG
(Magma) [a: n in [1..400] | IsPrime(a) where a is 8*n^2-3];
CROSSREFS
Sequence in context: A086672 A324962 A306932 * A201115 A199419 A094710
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 06 2011
STATUS
approved