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