OFFSET
0,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..10000
Steven R. Finch, Errata and Addenda to Mathematical Constants, arXiv:2001.00578 [math.HO], 2020-2021, p. 57.
Shafiqur Rahman and Leonard Giugiuc, Problem 4285, Crux Mathematicorum, Vol. 43, No. 9 (2017), pp. 399 and 401; Solution to Problem 4285, ibid., Vol. 44, No. 9 (2018), p. 395.
FORMULA
Equals lim_{n -> infinity} (n!)^(1/n) - n/e - log(n)/(2*e).
EXAMPLE
0.3380585940662399023702794509615188742685137583402...
MATHEMATICA
RealDigits[Log[Sqrt[2*Pi]]/E, 10, 105] // First
PROG
(PARI) log(2*Pi)/2/exp(1) \\ Charles R Greathouse IV, Apr 20 2016
(Magma) SetDefaultRealField(RealField(100)); R:= RealField(); Log(2*Pi(R))/(2*Exp(1)); // G. C. Greubel, Oct 07 2018
CROSSREFS
KEYWORD
AUTHOR
Jean-François Alcover, Mar 03 2015
STATUS
approved