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
Hugo Pfoertner, Table of n, a(n) for n = -45..12
François Dress and Bernard Landreau, Polynômes de degré supérieur à 2 prenant beaucoup de valeurs premières, arXiv:1402.7312 [math.NT], 28 Feb 2014.
MATHEMATICA
Table[(((((x+3)*x-1583)*x-9483)*x+401614)*x+2351352)*x/72-11351, {x, -45, 12}] (* Paolo Xausa, Mar 13 2024 *)
PROG
(PARI) (P(x)=(((((x+3)*x-1583)*x-9483)/2*x+200807)/12*x+97973)/3*x-11351); [isprime(abs(p=P(n)))*p | n<-[-45..12]] \\ M. F. Hasler, Mar 11 2024
CROSSREFS
KEYWORD
sign,fini,full,less
AUTHOR
Hugo Pfoertner, Dec 12 2019
EXTENSIONS
Name edited by M. F. Hasler, Mar 11 2024
STATUS
approved