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”).

Decimal expansion of e*gamma*Pi, where gamma is Euler's constant.
3

%I #21 Sep 08 2022 08:46:01

%S 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,

%T 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,

%U 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

%N Decimal expansion of e*gamma*Pi, where gamma is Euler's constant.

%H G. C. Greubel, <a href="/A203816/b203816.txt">Table of n, a(n) for n = 1..10000</a>

%e 4.929268367422897891526304798034231...

%t RealDigits[E*EulerGamma*Pi, 10, 105][[1]] (* _Alonso del Arte_, Jan 06 2012 *)

%o (PARI) exp(1)*Euler*Pi \\ _Charles R Greathouse IV_, Jan 15 2012

%o (Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Exp(1)*Pi(R)*EulerGamma(R); // _G. C. Greubel_, Sep 03 2018

%Y Cf. A001620 (Euler's constant), A019609 (e*Pi).

%K nonn,cons

%O 1,1

%A _Yalcin Aktar_, Jan 06 2012