OFFSET
1,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 1..10000
Patrick De Geest, World!Of Numbers
MATHEMATICA
Select[Range[2500], PrimeQ[#^2 + # + 9] &] (* Harvey P. Dale, Dec 01 2010 *)
PROG
(Magma) [n: n in [0..1000] |IsPrime(n^2+n+9)] // Vincenzo Librandi, Nov 20 2010
(PARI) is(n)=isprime(n^2+n+9) \\ Charles R Greathouse IV, Feb 20 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
Additional terms from Harvey P. Dale, Dec 01 2010
STATUS
approved