OFFSET
1,1
COMMENTS
The other root (lower value) is given by A236230.
This root can be found by simple recursion on x = exp(x/(x-1)).
The inverse of this number, 0.2592463566483, is the lower 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 is also the solution of 1/x + 1/(log x) = 1; see A329977 and A329978 for related Beatty sequences. - Clark Kimberling Jan 02 2020
EXAMPLE
3.85733482594937857...
MATHEMATICA
RealDigits[FindRoot[x - E^(x/(x - 1)), {x, 1.1}, WorkingPrecision -> 105][[1, 2]]][[1]]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Richard R. Forberg, Jan 20 2014
STATUS
approved