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

A201784
Primes of the form 5n^2 - 2.
1
3, 43, 1123, 2203, 3643, 5443, 7603, 13003, 19843, 28123, 32803, 49003, 61603, 68443, 83203, 117043, 146203, 167443, 178603, 214243, 226843, 239803, 280843, 356443, 406123, 423403, 441043, 496123, 595123, 616003, 637243, 680803
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[5n^2-2, {n, 1, 2000}], PrimeQ]
PROG
(Magma) [a: n in [1..400] | IsPrime(a) where a is 5*n^2-2];
CROSSREFS
Sequence in context: A277496 A302218 A302664 * A364498 A340822 A355004
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 05 2011
STATUS
approved