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.

A375367 Decimal expansion of (log(2*Pi)+gamma)/(2*Pi).

Original entry on oeis.org

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

Views

Author

R. J. Mathar, Aug 13 2024

Keywords

Comments

gamma is A001620.

Examples

			0.38437394621343291560266431528895814385082767447477...
		

References

  • I. S. Gradshteyn and I. M. Ryzhik, Table of Integrals, Series and Products, 7th ed., Academic Press, 2007, p. 656, 6.443.1.

Crossrefs

Programs

  • Maple
    (log(2*Pi)+gamma)/2/Pi ; evalf(%) ;
  • Mathematica
    RealDigits[(Log[2*Pi] + EulerGamma) / (2*Pi), 10, 120][[1]] (* Amiram Eldar, Aug 19 2024 *)
  • PARI
    (log(2*Pi) + Euler)/(2*Pi) \\ Amiram Eldar, Sep 09 2024

Formula

Equals Integral_{x=0..1} sin(2*Pi*x) log(Gamma(x)) dx.