A273770 Max { min { x >= 0 | p + (2*n+1)*x + x^2 is composite }, p < 10^(5+n/10) }.
40, 39, 38, 37, 36, 35, 34, 33, 32, 31, 30, 29, 28, 27, 26, 25, 24, 23, 22, 21, 20, 19, 18, 17, 16, 15, 14, 13, 13, 12, 11, 10, 11, 12, 11, 12, 12, 13, 12, 12, 13, 16, 17, 16, 15, 14, 13, 13, 12, 11, 12, 13, 13, 14, 13, 13, 13, 12, 13, 14, 13, 14, 15, 14, 14, 13, 14, 14, 13
Offset: 0
Keywords
Links
- M. F. Hasler, Table of n, a(n) for n = 0..100 (using A273756(0..100) from Don Reble), Feb 17 2020
- Index to sequences related to primes produced by polynomials.
Crossrefs
Programs
-
PARI
{A273770(n, p=2*n+1, L=10^(5+n/10), m)=forprime(q=1,L, for(x=1,oo, ispseudoprime(q+p*x+x^2) || (x>m && !m=x) || break));m}
Formula
a(n) = 40 - n for 0 <= n <= 27.
Extensions
Corrected and extended by Don Reble, Feb 15 2018
Comments