A182470 Decimal expansion of gamma^Pi, where gamma is the Euler-Mascheroni constant.
1, 7, 7, 9, 1, 8, 6, 8, 3, 2, 8, 9, 7, 6, 4, 7, 5, 1, 0, 6, 6, 3, 2, 3, 6, 7, 8, 1, 4, 7, 2, 6, 0, 2, 5, 5, 2, 8, 5, 9, 1, 5, 1, 0, 9, 7, 2, 5, 0, 7, 8, 9, 1, 0, 9, 2, 3, 9, 2, 1, 0, 8, 7, 5, 1, 8, 3, 5, 5, 1, 6, 1, 1, 4, 2, 5, 8, 0, 4, 1, 9, 8, 6, 3, 5, 4, 1, 0, 0, 3, 3, 2, 0, 5, 6, 2, 2, 9, 3, 2
Offset: 0
Examples
0.17791868328976475106632367814726025528591510972507...
Links
- G. C. Greubel, Table of n, a(n) for n = 0..10000
Programs
-
Magma
SetDefaultRealField(RealField(100)); R:= RealField(); EulerGamma(R)^Pi(R); // G. C. Greubel, Aug 29 2018
-
Mathematica
RealDigits[ N[ EulerGamma^Pi, 105]] [[1]]
-
PARI
Euler^Pi \\ Charles R Greathouse IV, Oct 01 2012