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”).

A346367
Decimal expansion of (1 - gamma)*zeta(2), where gamma is Euler's constant (or the Euler-Mascheroni constant).
1
6, 9, 5, 4, 5, 2, 3, 5, 5, 7, 3, 3, 2, 4, 4, 9, 1, 1, 9, 2, 6, 8, 5, 1, 0, 6, 4, 4, 1, 4, 3, 2, 0, 2, 5, 5, 5, 7, 8, 9, 4, 3, 9, 5, 1, 7, 3, 3, 1, 2, 8, 5, 8, 3, 2, 7, 2, 1, 6, 1, 2, 6, 2, 3, 4, 3, 3, 6, 2, 1, 9, 1, 1, 5, 4, 9, 9, 4, 1, 9, 1, 3, 0, 2, 6, 4, 5, 9, 2, 5, 2, 1, 1, 3, 4, 1, 2, 1, 9, 9, 0, 2, 2, 5, 7
OFFSET
0,1
FORMULA
EXAMPLE
0.695452355733244911926851064414320...
MATHEMATICA
First[RealDigits[(1-EulerGamma)Zeta[2], 10, 105]]
PROG
(PARI) (1-Euler)*zeta(2) \\ Michel Marcus, Jul 16 2021
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Stefano Spezia, Jul 14 2021
STATUS
approved