login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A203816
Decimal expansion of e*gamma*Pi, where gamma is Euler's constant.
3
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,1
LINKS
EXAMPLE
4.929268367422897891526304798034231...
MATHEMATICA
RealDigits[E*EulerGamma*Pi, 10, 105][[1]] (* Alonso del Arte, Jan 06 2012 *)
PROG
(PARI) exp(1)*Euler*Pi \\ Charles R Greathouse IV, Jan 15 2012
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Exp(1)*Pi(R)*EulerGamma(R); // G. C. Greubel, Sep 03 2018
CROSSREFS
Cf. A001620 (Euler's constant), A019609 (e*Pi).
Sequence in context: A200094 A277526 A196505 * A070437 A238324 A370952
KEYWORD
nonn,cons
AUTHOR
Yalcin Aktar, Jan 06 2012
STATUS
approved