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

A201787
Primes of the form 5n^2 - 6.
2
239, 599, 839, 1439, 3119, 4799, 9239, 34439, 41399, 45119, 59399, 63839, 123239, 139439, 142799, 186239, 206039, 235439, 244199, 248639, 257639, 285599, 290399, 300119, 320039, 361799, 465119, 508799, 588239, 602039, 608999, 666119
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[5n^2-6, {n, 1, 1000}], PrimeQ]
PROG
(Magma) [a: n in [1..400] | IsPrime(a) where a is 5*n^2-6];
CROSSREFS
Sequence in context: A142356 A142557 A164290 * A289390 A118574 A142854
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 05 2011
STATUS
approved