login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A178839 Decimal expansion of the factorial of Euler-Mascheroni constant. 2
8, 9, 1, 1, 5, 2, 7, 2, 6, 1, 3, 1, 4, 6, 3, 8, 5, 6, 1, 6, 3, 3, 3, 9, 6, 8, 9, 0, 5, 0, 4, 6, 6, 4, 9, 1, 7, 8, 4, 7, 1, 1, 1, 2, 6, 2, 2, 7, 3, 6, 3, 7, 5, 7, 2, 8, 9, 2, 2, 7, 6, 8, 2, 2, 8, 1, 0, 9, 8, 8, 2, 5, 2, 7, 7, 9, 2, 4, 4, 0, 7, 8, 6, 5, 0, 0, 3, 7, 9, 9, 8, 3, 1, 3, 8, 4, 7, 7, 2, 4, 2, 4, 6, 4, 5 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
0.891152726131463856163339689050466491784711126227363757289227682281...
MAPLE
evalf(GAMMA(1+evalf(gamma, 100)), 106); # Euler-Mascheroni
MATHEMATICA
RealDigits[Gamma[1 + EulerGamma], 10, 120][[1]] (* Vaclav Kotesovec, Jan 20 2019 *)
PROG
(PARI) default(realprecision, 100); gamma(1 + Euler) \\ G. C. Greubel, Jan 21 2019
(Magma) SetDefaultRealField(RealField(100)); R:=RealField(); Gamma(EulerGamma(R) + 1); // G. C. Greubel, Jan 21 2019
(Sage) numerical_approx(gamma(1 + euler_gamma), digits=100) # G. C. Greubel, Jan 21 2019
CROSSREFS
Sequence in context: A019872 A011421 A269947 * A367732 A132718 A154904
KEYWORD
easy,nonn,cons
AUTHOR
EXTENSIONS
Offset corrected by Vaclav Kotesovec, Jan 20 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 4 07:06 EDT 2024. Contains 372230 sequences. (Running on oeis4.)