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

A201785
Primes of the form 5n^2 - 3.
1
2, 17, 317, 977, 1277, 1997, 2417, 3917, 9677, 12497, 20477, 23117, 33617, 48017, 60497, 109517, 127997, 137777, 144497, 154877, 165617, 180497, 216317, 224717, 269117, 353777, 369917, 499277, 511997, 518417, 612497, 662477, 721997
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[5n^2-3, {n, 1, 2000}], PrimeQ]
PROG
(Magma) [a: n in [1..400] | IsPrime(a) where a is 5*n^2-3];
CROSSREFS
Sequence in context: A304857 A007785 A360609 * A368488 A204249 A242368
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 05 2011
STATUS
approved