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

A201484
Primes of the form 5n^2 + 6.
1
11, 131, 251, 1451, 1811, 4211, 6131, 12011, 14051, 15131, 36131, 41411, 45131, 47051, 53051, 57251, 80651, 93851, 102251, 132851, 142811, 163811, 171131, 174851, 206051, 210131, 231131, 271451, 285611, 315011, 335411, 383651
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[5n^2+6, {n, 0, 2000}], PrimeQ]
PROG
(Magma) [a: n in [0..700] | IsPrime(a) where a is 5*n^2+6];
CROSSREFS
Sequence in context: A100757 A099677 A142187 * A216573 A140004 A100758
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 02 2011
STATUS
approved