A342934 Decimal expansion of gamma^(1/gamma), where gamma is the Euler-Mascheroni constant.
3, 8, 5, 9, 4, 8, 2, 5, 4, 7, 1, 9, 8, 4, 1, 0, 5, 8, 0, 3, 7, 3, 6, 5, 0, 0, 8, 1, 1, 7, 5, 3, 7, 2, 0, 8, 4, 5, 3, 5, 7, 1, 5, 6, 2, 5, 0, 1, 4, 0, 5, 9, 6, 5, 4, 6, 7, 6, 9, 4, 0, 5, 4, 1, 8, 1, 9, 6, 6, 5, 7, 5, 1, 5, 6, 3, 4, 3, 2, 0, 8, 8, 5, 2, 9, 2, 3, 5, 9, 9
Offset: 0
Examples
0.385948254719841058037365008117537208453571562501405965467694054181966575...
Links
- Michael Ian Shamos, Shamos's catalog of the real numbers, (2011).
Programs
-
Maple
Digits := 100; evalf(gamma^(1/gamma));
-
Mathematica
RealDigits[EulerGamme^(1/EulerGamma), 10, 100][[1]]
-
PARI
Euler^(1/Euler)