A360895 Decimal expansion of exp(exp(-gamma)) where gamma is the Euler-Mascheroni constant A001620.
1, 7, 5, 3, 2, 2, 9, 4, 4, 3, 4, 9, 5, 6, 9, 4, 5, 8, 2, 2, 9, 7, 3, 6, 5, 4, 2, 9, 6, 4, 4, 0, 6, 1, 2, 8, 7, 6, 0, 5, 7, 4, 5, 8, 0, 2, 0, 2, 0, 7, 5, 4, 4, 5, 6, 1, 9, 0, 2, 9, 5, 1, 5, 6, 3, 1, 5, 3, 9, 8, 8, 9, 4, 0, 8, 7, 8, 0, 7, 2, 0, 6, 0, 7, 2, 4, 5, 3, 1, 0, 5, 5, 5, 8, 8, 8, 6, 7, 4, 0, 5, 2, 0, 2, 4, 3, 4, 3, 7, 6, 8, 4, 6, 4, 2
Offset: 1
Examples
1.753229443495694582297365429644...
Links
- Wikipedia, Mertens' theorems
Programs
-
Mathematica
RealDigits[N[Exp[Exp[-EulerGamma]], 115]][[1]]
-
PARI
exp(exp(-Euler)) \\ Michel Marcus, Feb 25 2023
Comments