[go: up one dir, main page]

login
A269546
Decimal expansion of log(Gamma(Pi)).
6
8, 2, 7, 6, 9, 4, 5, 9, 2, 3, 2, 3, 4, 3, 7, 1, 0, 1, 5, 2, 9, 5, 7, 8, 5, 5, 8, 4, 5, 2, 3, 5, 9, 9, 5, 1, 1, 5, 3, 5, 0, 1, 7, 3, 4, 1, 2, 0, 7, 3, 7, 3, 1, 6, 7, 9, 1, 3, 1, 9, 2, 2, 5, 8, 1, 7, 1, 9, 3, 5, 7, 7, 1, 9, 7, 6, 9, 1, 7, 1, 4, 1, 8, 3, 1, 5, 7, 5, 1, 6, 1, 8, 0, 5, 5, 1, 8, 7, 5, 3, 6, 0, 5
OFFSET
0,1
COMMENTS
Gamma(x) is the Gamma function (Euler's integral of the second kind).
LINKS
EXAMPLE
0.8276945923234371015295785584523599511535017341207373...
MAPLE
evalf(lnGAMMA(Pi), 120);
MATHEMATICA
RealDigits[LogGamma[Pi], 10, 120][[1]]
PROG
(PARI) default(realprecision, 120); lngamma(Pi)
(MATLAB) format long; log(gamma(pi))
KEYWORD
nonn,cons
AUTHOR
STATUS
approved