I need to find the radius of convergence of $\Sigma n^3z^n$
I want to use the ratio test because it would be simpler than the root test. If $C_n=n^3$ then $| \dfrac {C_{n+1}}{C_n}| > 1$ because $(n+1)^3 > n^3$ for $\forall n>0$.
The problem I face is that the solution manual claims that $| \dfrac {C_{n+1}}{C_n}| = 1$ which means the radius of convergence would be $\dfrac {1}{1}=1$.
Will someone please explain to me why this is?
Is it because both the numerator and denominator are both approaching infinity? I assumed this was wrong because $\dfrac{\infty}{\infty}$ is undefined even if intuitively it seems like it would equal 1. Also, the numerator is approaching infinity significantly faster.