I have to find the radius of convergence of $\sum\limits_{n=1}^{\infty}n!x^{n!}$.
It is a power series, therefore:
One of the ways to find the radius of convergence is to find $\lim \dfrac{|n!|}{|(n+1)!|} = \lim \dfrac{n!}{(n+1)!} = \lim \dfrac{1}{n+1} = 0$
But in a lecture the professor simply computed $\lim \dfrac{(n+1)!x^{(n+1)!}}{n!x^{n!}} = \lim \ (n+1)x^{n!n}$ Therefore the radius of convergence is $1$.
Why are the results different and why does the second method work?