A203816 Decimal expansion of e*gamma*Pi, where gamma is Euler's constant.
4, 9, 2, 9, 2, 6, 8, 3, 6, 7, 4, 2, 2, 8, 9, 7, 8, 9, 1, 5, 2, 6, 3, 0, 4, 7, 9, 8, 0, 3, 4, 2, 3, 1, 0, 2, 6, 2, 8, 6, 5, 2, 9, 9, 2, 3, 3, 2, 6, 6, 0, 7, 6, 5, 8, 0, 3, 2, 2, 6, 6, 6, 4, 7, 3, 9, 9, 9, 8, 6, 5, 6, 5, 6, 8, 1, 1, 5, 7, 3, 9, 6, 7, 3, 3, 5, 6, 2, 5, 5, 7, 9, 6, 1, 7, 9, 8, 6
Offset: 1
Examples
4.929268367422897891526304798034231...
Links
- G. C. Greubel, Table of n, a(n) for n = 1..10000
Programs
-
Magma
SetDefaultRealField(RealField(100)); R:= RealField(); Exp(1)*Pi(R)*EulerGamma(R); // G. C. Greubel, Sep 03 2018
-
Mathematica
RealDigits[E*EulerGamma*Pi, 10, 105][[1]] (* Alonso del Arte, Jan 06 2012 *)
-
PARI
exp(1)*Euler*Pi \\ Charles R Greathouse IV, Jan 15 2012