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

A201851
Primes of the form 7n^2 - 5.
1
2, 23, 107, 443, 1367, 1787, 4027, 5483, 8087, 9067, 10103, 12343, 20407, 26903, 32363, 38327, 40427, 51767, 59243, 72823, 75707, 87803, 97463, 104183, 111127, 121963, 125687, 133303, 170347, 192887, 211927, 274423, 302843, 314603
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[7n^2-5, {n, 1, 1000}], PrimeQ]
PROG
(Magma) [a: n in [1..500] | IsPrime(a) where a is 7*n^2-5];
CROSSREFS
Sequence in context: A352164 A141888 A285811 * A034523 A229222 A143912
KEYWORD
nonn
AUTHOR
Vincenzo Librandi, Dec 06 2011
STATUS
approved