[go: up one dir, main page]

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

A027758
Primes of the form k^2 + k + 9.
4
11, 29, 191, 281, 389, 659, 821, 1901, 2459, 3089, 5861, 6329, 7841, 11351, 14051, 14771, 19469, 21179, 22961, 23879, 30809, 36299, 42239, 43481, 44741, 55469, 56891, 64271, 67349, 72101, 73721, 90911, 96419, 137279, 139511
OFFSET
1,1
PROG
(Magma) [ a: k in [0..450] | IsPrime(a) where a is k^2+k+9 ]; // Vincenzo Librandi, Dec 29 2010
CROSSREFS
Sequence in context: A302091 A122095 A282137 * A351353 A285992 A377587
KEYWORD
nonn
STATUS
approved