How to determine the value of $\displaystyle f(x) = \sum_{n=1}^\infty\frac{\sqrt n}{n!}x^n$? No context, this is just a curiosity o'mine.
Yes, I am aware there is no reason to believe a random power series will have a closed form in terms of well established functions, but also I have no way to know if that is the case here, so that is why I'm asking. Do you know this power series or any method I could use to determine its value?
In my research I've found out about the polylogarithm, which is defined as $$\mathrm{Li}_s(x) = \sum_{n=1}^\infty\frac{x^n}{n^s} = \frac1{\Gamma(s)}\int_0^\infty\frac{t^{s-1}}{e^t/x-1}dt$$
This called my attention because $$\begin{aligned} f(x) &= \sum_{n=1}^\infty\frac{\sqrt n}{n!}x^n\\ &= x\sum_{n=1}^\infty\frac1{\sqrt n}\frac{x^{n-1}}{(n-1)!}\\ &= x\sum_{n=1}^\infty\frac1{\sqrt n}\mathcal L^{-1}\left\{\frac1{x^n}\right\}\\ &= x\mathcal L^{-1}\left\{\sum_{n=1}^\infty\frac1{\sqrt n}\frac1{x^n}\right\}\\ &= x\mathcal L^{-1}\left\{\mathrm{Li}_{1/2}\left(\frac 1x\right)\right\} \end{aligned}$$
Yeah... This is not the closed form I was expecting. Can we do better?
A comment suggested this post might have the answer to my question. However, despite it asking for the same thing, it asks as well for similar and more general expressions, which motivates less specific responses. In fact, the accepted (and only) answer in the post discusses only the asymptotic behavior of the series I'm interested in.
$$\sum_{n=0}^\infty\frac{\sqrt n}{n!}=\frac1{\sqrt\pi}\int_0^\infty\frac{e^{e^{-x}-x}}{\sqrt x}~{\rm d}x$$
– Akiva Weinberger Mar 26 '24 at 19:01