OFFSET
0,1
COMMENTS
The other root (higher value) is given by A236229.
This root cannot be found by simple recursion on x = exp(x/(x-1)), nor on x = (x-1)*log(x).
The inverse of this number, 2.2399778876565, is the upper value of the two roots of: x - exp(1/(x-1)). This same property, with different values, applies using any base >= 1 for exponentiation, not just for e.
This root can be found by simple recursion on x = 1/(log(x)-1) + 1. - Jon E. Schoenfield, Feb 03 2014
EXAMPLE
0.4464329784282...
MATHEMATICA
RealDigits[FindRoot[x - E^(x/(x - 1)), {x, 0.1}, WorkingPrecision -> 110][[1, 2]]][[1]]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Richard R. Forberg, Jan 20 2014
STATUS
approved