For a mathematical project I want to analyse the following function: $R_{\infty} = 1 + \frac{W(\epsilon e^{-\epsilon})}{\epsilon}$, in which the $W$ stands for the Lambert function. I have no experience with this function and after some research on internet I'm still stuck. I need to analyse this equation, thus I need to find a relation between $R$ and $\epsilon$. How can I do this? I tried mathematica for a numerical analysis but I don't get it to work.
Any help would be appreciated!
For "small" values of $x$, you could use Padé approximants built at $x=0$ and get $$R(x) = 1 + \frac{W(x \, e^{-x})}{x}\approx \frac{2+6x+\frac{8 }{3}x^2 }{1+4x+\frac{10 }{3}x^2}$$ which is quite good up to $x=2$ (for this value of $x$, the exact value of the function is $\approx 1.10886 $ while the approximation gives $\frac {74 } {67 }\approx 1.10448$).