OFFSET
0,1
COMMENTS
Gamma(x) is the Gamma function (Euler's integral of the second kind).
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..5000
EXAMPLE
0.2692947402831312429499165832117128248889035102111661...
MAPLE
evalf(lnGAMMA(ln(2)), 120);
MATHEMATICA
RealDigits[LogGamma[Log[2]], 10, 120][[1]]
PROG
(PARI) default(realprecision, 120); lngamma(log(2))
(MATLAB) format long; log(gamma(log(2)))
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Iaroslav V. Blagouchine, Feb 29 2016
STATUS
approved