cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A074760 Decimal expansion of lambda(1) in Li's criterion.

Original entry on oeis.org

0, 2, 3, 0, 9, 5, 7, 0, 8, 9, 6, 6, 1, 2, 1, 0, 3, 3, 8, 1, 4, 3, 1, 0, 2, 4, 7, 9, 0, 6, 4, 9, 5, 2, 9, 1, 6, 2, 1, 9, 3, 2, 1, 2, 7, 1, 5, 2, 0, 5, 0, 7, 5, 9, 5, 2, 5, 3, 9, 2, 0, 7, 2, 2, 1, 2, 9, 7, 1, 3, 5, 6, 4, 7, 6, 7, 2, 4, 5, 7, 9, 9, 7, 0, 7, 9, 8, 5, 6, 9, 5, 1, 1, 7, 0, 9, 8, 3, 3, 3, 6, 4, 3, 0
Offset: 0

Views

Author

Benoit Cloitre, Sep 28 2002

Keywords

Comments

Decimal expansion of -B =(1/2)*sum(r in Z, 1/r/(1-r)) where Z is the set of zeros of the Riemann zeta function which lie in the strip 0 <= Re(z) <= 1.
According to Gun, Murty, & Rath (2018), it is not even known whether this constant is rational or not (though see Theorem 3.1), though they show that it is transcendental under Schanuel’s conjecture. - Charles R Greathouse IV, Nov 12 2021

Examples

			0.023095708966121033814310247906495291621932127152050759525392...
		

References

  • H. M. Edwards, Riemann's Zeta Function, Dover Publications Inc. 1974, p. 160.
  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Sections 1.6.2, 2.21, and 2.32, pp. 42, 168, 204.
  • S. J. Patterson, "An introduction to the theory of the Riemann Zeta-function", Cambridge Studies in Advanced Mathematics 14, p. 34.

Crossrefs

Cf. A002410 (nearest integer to imaginary part of n-th zeta zero), A195423 (twice the constant).
Cf. A104539 (lambda_2), A104540 (lambda_3), A104541 (lambda_4), A104542 (lambda_5).
Cf. A306339 (lambda_6), A306340 (lambda_7), A306341 (lambda_8).

Programs

  • Mathematica
    RealDigits[EulerGamma/2 + 1 - Log[4 Pi]/2, 10, 110][[1]]
  • PARI
    Euler/2+1-log(4*Pi)/2 \\ Charles R Greathouse IV, Jan 26 2012

Formula

-B = Gamma/2 + 1 - log(4*Pi)/2 = 0.0230957...

Extensions

Name simplified by Eric W. Weisstein, Feb 08 2019