OFFSET
1,1
LINKS
Robert Price, Table of n, a(n) for n = 1..3092
Eric Weisstein's World of Mathematics, Prime-Generating Polynomials
EXAMPLE
151967 is prime and it is in this sequence since 151967 = 42*4^3 + 270*4^2 - 26436*4 + 250703.
MATHEMATICA
n = Range[0, 100]; Select[42n^3 + 270n^2 - 26436n + 250703, PrimeQ[#] &]
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert Price, Apr 23 2016
STATUS
approved