A331940 Addends k > 0 such that the polynomial x^2 + x + k produces a record of its Hardy-Littlewood Constant.
1, 11, 17, 41, 21377, 27941, 41537, 55661, 115721, 239621, 247757
Offset: 1
References
- Keith Conrad, Hardy-Littlewood Constants. In: Mathematical Properties of Sequences and Other Combinatorial Structures, eds. Jong-Seon No, Hong-Yeop Song, Tor Helleseth, P. Vijay Kumar, Springer New York, 2003, pages 133-154.
Links
- Karim Belabas and Henri Cohen, Computation of the Hardy-Littlewood constant for quadratic polynomials, PARI/GP script, 2020.
- Henri Cohen, High precision computation of Hardy-Littlewood constants. [Cached pdf version, with permission]
- Keith Conrad, Hardy-Littlewood Constants, (2003).
- Michael J. Jacobson Jr. and Hugh C. Williams, New Quadratic Polynomials With High Densities Of Prime Values, Math. Comp., 72, 241, 499-519, 2002.
Crossrefs
Programs
-
PARI
\\ The function HardyLittlewood2 is provided at the Belabas, Cohen link. hl2max=0; for(add=0,100,my(hl=HardyLittlewood2(n^2+n+add)); if(hl>hl2max,print1(add,", "); hl2max=hl))
Comments