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