OFFSET
1,1
COMMENTS
This number corresponds to the point where the Gamma function starts to exceed the exponential function.
EXAMPLE
x = 7.46360328377644613...
MATHEMATICA
RealDigits[x /. FindRoot[Exp[x] == Gamma[x], {x, 7}, WorkingPrecision -> 120]][[1]] (* Amiram Eldar, Jun 11 2023 *)
PROG
(PARI) solve(x=7.4, 7.5, exp(x)-gamma(x))
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Daniel Hoyt, Aug 03 2020
STATUS
approved