OFFSET
0,1
COMMENTS
See A202348 for a guide to related sequences. The Mathematica program includes a graph.
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..10000
FORMULA
Equals LambertW(2*Pi)/(2*Pi). - Alois P. Heinz, Feb 26 2020
EXAMPLE
x=0.232313382555181622895525466809054699600655...
MAPLE
evalf(LambertW(2*Pi)/(2*Pi), 145); # Alois P. Heinz, Feb 26 2020
MATHEMATICA
u = -2*Pi; v = 0;
f[x_] := x; g[x_] := E^(u*x + v)
Plot[{f[x], g[x]}, {x, 0, .5}, {AxesOrigin -> {0, 0}}]
r = x /. FindRoot[f[x] == g[x], {x, .2, .3}, WorkingPrecision -> 110]
RealDigits[r] (* A202357 *)
RealDigits[ ProductLog[2*Pi]/(2*Pi), 10, 99] // First (* Jean-François Alcover, Feb 19 2013 *)
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Clark Kimberling, Dec 20 2011
STATUS
approved