login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A379131
Decimal expansion of A245781*Pi/2.
0
5, 1, 6, 3, 3, 5, 9, 7, 6, 2, 8, 1, 7, 2, 3, 8, 7, 1, 3, 1, 3, 7, 9, 2, 6, 1, 9, 1, 8, 1, 2, 2, 1, 9, 1, 4, 9, 3, 8, 3, 2, 9, 7, 3, 9, 5, 3, 1, 5, 1, 3, 2, 8, 9, 3, 5, 2, 3, 8, 9, 4, 4, 7, 0, 4, 4, 5, 7, 9, 1, 7, 7, 4, 1, 2, 2, 8, 0, 3, 3, 9, 4, 6, 9, 1, 8, 7, 6, 4, 9, 5, 2, 7, 4, 9, 8, 4, 0, 2, 9
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
nonn,cons,new
AUTHOR
Stefano Spezia, Dec 15 2024
STATUS
approved