OFFSET
1,1
COMMENTS
2^3 > 3! but 2^4 < 4!. Since the exponential and generalized factorial (Gamma) functions are continuous, it follows that 2^x = x! ( = gamma(x+1) ) for some x between 3 and 4. It's about 3.45986564404500.
LINKS
WolframAlpha, Find value
EXAMPLE
3.459865644044999134187861081068981202775184599...
MATHEMATICA
RealDigits[x/.FindRoot[2^x==x!, {x, 3, 4}, WorkingPrecision->120]][[1]] (* Harvey P. Dale, Jan 22 2016 *)
PROG
(PARI) solve(x=3, 4, 2^x-gamma(x+1)) \\ Michel Marcus, Aug 03 2013
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Colm Mulcahy, Dec 19 2011
EXTENSIONS
More terms from D. S. McNeil, Dec 19 2011
STATUS
approved