A182551 Decimal expansion of gamma^(1/e), where gamma is the Euler-Mascheroni constant.
8, 1, 6, 9, 6, 0, 7, 5, 9, 4, 1, 9, 8, 9, 3, 0, 9, 8, 1, 3, 7, 6, 5, 5, 1, 4, 1, 0, 3, 0, 2, 7, 6, 9, 7, 6, 4, 4, 2, 1, 1, 1, 2, 0, 8, 7, 9, 2, 6, 3, 2, 3, 7, 0, 0, 8, 4, 2, 4, 7, 1, 0, 3, 8, 9, 6, 6, 7, 0, 7, 2, 3, 7, 4, 0, 7, 5, 5, 4, 9, 9, 5, 8, 9, 2, 6, 1, 1, 9, 4, 1, 8, 0, 7, 9, 3, 4, 2, 6, 6, 2, 2, 9, 6, 1
Offset: 0
Examples
0.81696075941989309813765514103027697644211120879263...
Links
- G. C. Greubel, Table of n, a(n) for n = 0..10000
Programs
-
Magma
SetDefaultRealField(RealField(100)); R:= RealField(); EulerGamma(R)^(1/Exp(1)); // G. C. Greubel, Sep 06 2018
-
Mathematica
RealDigits[ N[EulerGamma^(1/E), 105]][[1]]
-
PARI
default(realprecision, 100); Euler^(1/exp(1)) \\ G. C. Greubel, Sep 06 2018