OFFSET
0,1
REFERENCES
Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 6.3, p. 428.
EXAMPLE
0.516335976281723871313792619181221914938329739531513289352...
MATHEMATICA
digits = 100; Pi Exp[-NSum[Zeta[2*k]*(Zeta[2*k]-1)/k, {k, 1, Infinity}, NSumTerms -> 200, WorkingPrecision -> digits+10]]/2 // RealDigits[#, 10, digits]& // First (* after Jean-François Alcover, Aug 01 2014 in A245781 *)
CROSSREFS
KEYWORD
AUTHOR
Stefano Spezia, Dec 15 2024
STATUS
approved