OFFSET
0,1
REFERENCES
S. J. Patterson, "An introduction to the theory of the Riemann zeta function", Cambridge studies in advanced mathematics no. 14, p. 135
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..10000
FORMULA
c(1) = (EulerGamma^2 - zeta(2))/2 = -0.65587807152025388... ( c(0) = -EulerGamma where EulerGamma is the Euler-Mascheroni constant (A001620)).
EXAMPLE
0.65587807152025388107701951514539048127976638047858434729236244568387...
MATHEMATICA
RealDigits[(Zeta[2] - EulerGamma^2)/2, 10, 100][[1]] (* G. C. Greubel, Sep 05 2018 *)
PROG
(PARI) -(Euler^2-zeta(2))/2
(Magma) R:= RealField(100); (Pi(R)^2 - 6*EulerGamma(R)^2)/12; // G. C. Greubel, Sep 05 2018
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Benoit Cloitre, May 24 2003
STATUS
approved