OFFSET
1,1
COMMENTS
This number corresponds to the point where the Gamma function starts to exceed the exponential function.
LINKS
FORMULA
Equals log(A330380). - Hugo Pfoertner, Jun 27 2024
EXAMPLE
x = 5.2903160931197707107222258186311727479998201883...
MATHEMATICA
digits = 105; x /. FindRoot[E^x == Gamma[x+1], {x, 5}, WorkingPrecision -> digits+5] // RealDigits[#, 10, digits]& // First (* Jean-François Alcover, Mar 05 2013 *)
PROG
(PARI) solve(x=5.2, 5.3, exp(x)-gamma(1+x))
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Robert G. Wilson v, Nov 21 2002
EXTENSIONS
More terms from Benoit Cloitre, Nov 25 2002
STATUS
approved