OFFSET
1,1
LINKS
Robert Price, Table of n, a(n) for n = 1..3012
Eric Weisstein's World of Mathematics, Prime-Generating Polynomials
EXAMPLE
65539 is in this sequence since abs(-66*4^3 + 3845*4^2 - 60897*4 + 251831) = abs(-4224+61520-243588+251831) = 65539 is prime.
MATHEMATICA
n = Range[0, 100]; Select[-66n^3 + 3845n^2 - 60897n + 251831, PrimeQ[#] &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert Price, Apr 29 2016
STATUS
approved