OFFSET
1,2
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 5.4.2 Random Mapping Statistics, p. 288.
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..10000
EXAMPLE
1.7374623212723182836603...
MATHEMATICA
RealDigits[Sqrt[2*Pi]*Log[2], 10, 100] // First
PROG
(PARI) sqrt(2*Pi)*log(2) \\ G. C. Greubel, Jul 27 2018
(Magma) R:= RealField(); Sqrt(2*Pi(R))*Log(2); // G. C. Greubel, Jul 27 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jean-François Alcover, Jun 24 2014
STATUS
approved