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.

A070860 Decimal expansion of Pi^2/12 - gamma^2 /2.

Original entry on oeis.org

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

Views

Author

Benoit Cloitre, May 24 2003

Keywords

Comments

This is erroneously computed as the linear term in the Laurent expansion of Gamma(x) = 1/x +c(0) + c(1)*x+ O(x^2) on page 135 of the Patterson book. The correct value of c(1) is A090998. - R. J. Mathar, Jul 11 2025

Examples

			0.65587807152025388107701951514539048127976638047858434729236244568387...
		

Programs

  • Magma
    R:= RealField(100); (Pi(R)^2 - 6*EulerGamma(R)^2)/12; // G. C. Greubel, Sep 05 2018
  • Mathematica
    RealDigits[(Zeta[2] - EulerGamma^2)/2, 10, 100][[1]] (* G. C. Greubel, Sep 05 2018 *)
  • PARI
    -(Euler^2-zeta(2))/2
    

Formula

(EulerGamma^2 - zeta(2))/2 = -0.65587807152025388....
Equals A072691 - A155969/2.