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