OFFSET
1,3
REFERENCES
Ovidiu Furdui, Limits, Series, and Fractional Part Integrals: Problems in Mathematical Analysis, New York: Springer, 2013. See Problem 1.5, pages 2 and 27-28.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
Wikipedia, Stirling's approximation.
FORMULA
Equals exp(1)/sqrt(2*Pi).
Equals lim_{n->oo} (A001142(n)^(1/n)*sqrt(n)/(exp(n/2))) (Furdui, 2013). - Amiram Eldar, Mar 26 2022
Equals Product_{n>=1} (1 + 1/n)^(n+1/2)/e. - Amiram Eldar, Jul 08 2023
EXAMPLE
1.0844375514192275466115773134229479858...
MAPLE
evalf(exp(1)/sqrt(2*Pi), 120); # Muniru A Asiru, Oct 07 2018
MATHEMATICA
RealDigits[E/Sqrt[2Pi], 10, 120][[1]] (* Harvey P. Dale, Jan 21 2017 *)
PROG
(PARI) exp(1)/sqrt(2*Pi) \\ Ralf Stephan, Sep 26 2013
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Exp(1)/Sqrt(2*Pi(R)); // G. C. Greubel, Oct 06 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
John W. Nicholson, Sep 24 2013
EXTENSIONS
More terms from Ralf Stephan, Sep 26 2013
Corrected and extended by Harvey P. Dale, Jan 21 2017
STATUS
approved