A335007 Decimal expansion of 2*(gamma - zeta'(2)/zeta(2)) - 1, where gamma is the Euler-Mascheroni constant.
1, 2, 9, 4, 3, 5, 3, 3, 1, 5, 9, 9, 2, 1, 3, 1, 3, 3, 4, 0, 1, 2, 7, 5, 2, 9, 0, 0, 2, 0, 4, 2, 6, 4, 8, 6, 6, 8, 9, 1, 2, 8, 3, 2, 3, 3, 4, 9, 3, 7, 0, 9, 1, 5, 6, 7, 2, 7, 9, 2, 9, 1, 9, 0, 6, 4, 5, 5, 7, 0, 0, 0, 8, 2, 8, 8, 8, 1, 0, 5, 5, 5, 4, 4, 9, 6, 2
Offset: 1
Examples
1.2943533159921313340127529002042648668912832334937...
Links
- Eckford Cohen, The number of unitary divisors of an integer, The American Mathematical Monthly, Vol. 67, No. 9 (1960), pp. 879-880.
Crossrefs
Programs
-
Mathematica
RealDigits[2*EulerGamma - 2*Zeta'[2]/Zeta[2] - 1, 10, 100][[1]]
-
PARI
2*Euler - 2*zeta'(2)/zeta(2) - 1 \\ Michel Marcus, May 19 2020