I'm currently studying for my exam next month and I'm struggling to calculate the radius of convergence of $$\sum_{n=1}^\infty n!\left ( \frac{z^n}{n} \right )^n$$ In class we always had easier ones like $$\sum_{n=0}^\infty n!z^n$$ where we could simply use the following formula: $R=\frac{1}{\varlimsup |a_n|^{(1/n)}}$
So how could I caluclate the radius of convergence of my original series?
Thanks!
Since$$\frac{(n+1)!\left(\frac{z^{n+1}}{n+1}\right)^{n+1}}{n!\left(\frac{z^n}n\right)^n}=n\frac{\frac{z^{(n+1)^2}}{(n+1)^{n+1}}}{\frac{z^{n^2}}{n^n}}=\frac n{n+1}z^{2n+1}\left(\frac n{n+1}\right)^n$$and since$$\lim_{n\to\infty}\frac n{n+1}\left(\frac n{n+1}\right)^n=\frac1e,$$the series converges absolutely if $|z|<1$ and diverges if $|z|>1$. Therefore, the radius of convergence is $1$.