A331949 Addends k > 0 such that x^2 + k produces a new minimum of its Hardy-Littlewood Constant.
1, 2, 5, 11, 14, 26, 41, 89, 101, 194, 314, 341, 446, 689, 1091, 1154, 1889, 2141, 3449, 3506, 5561, 6254, 8126, 8774, 10709, 13166, 15461, 23201, 24569, 30014, 81626, 162686
Offset: 1
References
- Henri Cohen, Number Theory, Volume II: Analytic and Modern Tools, GTM Vol. 240, Springer, 2007; see pp. 208-209.
Links
- Karim Belabas, Henri Cohen, Computation of the Hardy-Littlewood constant for quadratic polynomials, PARI/GP script, 2020.
- Henri Cohen, High-precision computation of Hardy-Littlewood constants, preprint, 1998. [pdf copy, with permission]
- D. Shanks, Systematic examination of Littlewood's bounds on L(1,chi), Proc. Sympos. Pure Math., 24 (1973). Amer. Math. Soc. (Annotated scanned copy)
Programs
-
PARI
\\ The function HardyLittlewood2 is provided at the Belabas, Cohen link. hl2min=oo; for(add=1,500,my(hl=HardyLittlewood2(n^2+add));if(hl
Comments