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

A202083
Primes of the form 16n^2 + 121.
1
137, 521, 1721, 3257, 4217, 5897, 6521, 7177, 9337, 10937, 13577, 15497, 18617, 20857, 27017, 41737, 55817, 65657, 80777, 90121, 105097, 113017, 118457, 126857, 141497, 163337, 173177, 176521, 179897, 197257, 208057, 215417, 226697
OFFSET
1,1
LINKS
MATHEMATICA
Select[Table[16n^2+121, {n, 0, 900}], PrimeQ]
PROG
(Magma) [a: n in [0..200] | IsPrime(a) where a is 16*n^2+121];
CROSSREFS
Sequence in context: A142620 A188127 A142813 * A330491 A136080 A215864
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Dec 11 2011
STATUS
approved