OFFSET
1,1
FORMULA
Equals (1+exp(1/r))*r^2, where r = 0.873702433239668330496568304720719298213992... is the root of the equation exp(1/r)/r + (1+exp(1/r))*LambertW(-exp(-1/r)/r) = 0.
EXAMPLE
3.161088653865428813830172202588132491726382774188556341627278...
MATHEMATICA
r = r /. FindRoot[E^(1/r)/r + (1 + E^(1/r)) * ProductLog[-E^(-1/r)/r] == 0, {r, 3/4}, WorkingPrecision -> 120]; RealDigits[(1 + Exp[1/r])*r^2][[1]]
PROG
(PARI) r=solve(r=.8, 1, exp(1/r)/r + (1+exp(1/r))*lambertw(-exp(-1/r)/r))
(1+exp(1/r))*r^2 \\ Charles R Greathouse IV, Jun 15 2021
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Vaclav Kotesovec, Aug 09 2018
STATUS
approved