OFFSET
-1,1
COMMENTS
See A202348 for a guide to related sequences. The Mathematica program includes a graph.
EXAMPLE
0.052469097457714872409873611286018358554199...
MATHEMATICA
u = 1; v = -3;
f[x_] := x; g[x_] := E^(u*x + v)
Plot[{f[x], g[x]}, {x, 0, .2}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, .15, .16}, WorkingPrecision -> 110]
RealDigits[r] (* A202494 *)
RealDigits[ -ProductLog[-1/E^3], 10, 99] // First (* Jean-François Alcover, Feb 27 2013 *)
PROG
(PARI) solve(x=0, 1, x-exp(x-3)) \\ Michel Marcus, Aug 11 2021
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Dec 20 2011
EXTENSIONS
Offset corrected by Georg Fischer, Aug 10 2021
STATUS
approved