login
A244274
Decimal expansion of e*gamma, the product of Euler number and Euler-Mascheroni constant.
3
1, 5, 6, 9, 0, 3, 4, 8, 5, 3, 0, 0, 3, 7, 4, 2, 2, 8, 5, 0, 7, 9, 9, 0, 7, 8, 4, 9, 1, 2, 3, 1, 5, 1, 1, 9, 2, 3, 0, 7, 2, 4, 2, 9, 0, 7, 5, 8, 8, 8, 9, 4, 9, 0, 8, 6, 5, 6, 6, 5, 4, 2, 6, 1, 4, 1, 2, 6, 1, 5, 2, 0, 6, 6, 8, 2, 9, 2, 4, 3, 0, 0, 5, 0, 6, 4, 9, 5, 5, 3, 8, 0, 4, 7, 9, 4, 3, 9, 9, 6, 9, 2, 3, 4, 1
OFFSET
1,2
LINKS
EXAMPLE
1.569034853003742285079907849123151192307242907588894908656654...
MATHEMATICA
RealDigits[E*EulerGamma, 10, 120][[1]] (* Harvey P. Dale, Jan 01 2015 *)
PROG
(PARI) exp(1)*Euler
(Magma) R:= RealField(100); Exp(1)*EulerGamma(R); // G. C. Greubel, Aug 30 2018
CROSSREFS
KEYWORD
nonn,cons,easy
AUTHOR
Stanislav Sykora, Jun 28 2014
STATUS
approved