A346367 Decimal expansion of (1 - gamma)*zeta(2), where gamma is Euler's constant (or the Euler-Mascheroni constant).
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
Examples
0.695452355733244911926851064414320...
Programs
-
Mathematica
First[RealDigits[(1-EulerGamma)Zeta[2],10,105]]
-
PARI
(1-Euler)*zeta(2) \\ Michel Marcus, Jul 16 2021