OFFSET
0,5
COMMENTS
'Gamma' is the gamma function, and 'gamma' is the Euler-Mascheroni constant.
Approximation of Gamma(exp(gamma)+1) in decimal: 1.6501566139104548059...
FORMULA
Gamma(exp(gamma)+1) = Gamma(exp(gamma)) * exp(gamma).
MATHEMATICA
ContinuedFraction[Gamma[1 + Exp[EulerGamma]], 81] (* Amiram Eldar, Oct 13 2019 *)
PROG
(PARI) contfrac(gamma(exp(Euler)+1)) \\ Michel Marcus, Nov 04 2019
CROSSREFS
KEYWORD
cofr,nonn
AUTHOR
Daniel Hoyt, Oct 12 2019
STATUS
approved