OFFSET
1,1
COMMENTS
Let g(x) be the greater of the two solutions of s + log(s) = x; then A226572 represents g(e). [See however the comments in A226571. - N. J. A. Sloane, Dec 09 2017]
LINKS
Clark Kimberling, Table of n, a(n) for n = 1..1000
FORMULA
Equals -LambertW(-1, -exp(-e)). - Jianing Song, Dec 24 2018
EXAMPLE
limit(f(n)) = 4.1386519474...
MATHEMATICA
PROG
(PARI) default(realprecision, 100); solve(x=4, 5, x - log(x) - exp(1)) \\ Jianing Song, Dec 24 2018
CROSSREFS
KEYWORD
AUTHOR
Clark Kimberling, Jun 12 2013
EXTENSIONS
Definition revised by N. J. A. Sloane, Dec 09 2017
STATUS
approved