|
|
A330363
|
|
58 consecutive function values of the prime generating polynomial P(x) = (1/72)*x^6 + (1/24)*x^5 - (1583/72)*x^4 - (3161/24)*x^3 + (200807/36)*x^2 + (97973/3)*x - 11351. Abs(P(n)) is prime for -45 <= n < 12.
|
|
4
|
|
|
39300979, 32074681, 25874993, 20591567, 16122559, 12374209, 9260431, 6702413, 4628227, 2972449, 1675789, 684731, -48817, -567863, -910661, -1111031, -1198669, -1199447, -1135703, -1026521, -888001, -733519, -573977, -418043, -272381, -141871, -29819
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
-45,1
|
|
COMMENTS
|
As of 2014, this is the polynomial with rational coefficients that produces the most primes for a contiguous region of n. It was found by François Dress and Bernard Landreau, see the publication linked below. The complete list of 58 values is provided as b-file.
|
|
LINKS
|
|
|
PROG
|
(PARI) for(x=-45, 12, my(P=(((((x/72+1/24)*x-1583/72)*x-3161/24)*x+200807/36)*x+97973/3)*x-11351); if(isprime(abs(P)), print1(P, ", "), break))
|
|
CROSSREFS
|
|
|
KEYWORD
|
sign,fini,full,less
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|