A272438 Primes of the form abs(-66n^3 + 3845n^2 - 60897n + 251831) in order of increasing nonnegative n.
251831, 194713, 144889, 101963, 65539, 35221, 10613, 8681, 23057, 32911, 38639, 40637, 39301, 35027, 28211, 19249, 8537, 3529, 16553, 30139, 43891, 57413, 70309, 82183, 92639, 101281, 107713, 111539, 112363, 109789, 103421, 92863, 77719, 57593, 32089, 811
Offset: 1
Keywords
Examples
65539 is in this sequence since abs(-66*4^3 + 3845*4^2 - 60897*4 + 251831) = abs(-4224+61520-243588+251831) = 65539 is prime.
Links
- Robert Price, Table of n, a(n) for n = 1..3012
- Eric Weisstein's World of Mathematics, Prime-Generating Polynomials
Crossrefs
Programs
-
Mathematica
n = Range[0, 100]; Select[-66n^3 + 3845n^2 - 60897n + 251831, PrimeQ[#] &]