I'm given the example of $$\sum_{n=0}^\infty \left(\frac{(z+1-i)^n}{3^nn^2}\right)$$
The book tells me that using ratio test we get
$$p = \lim_{n\to\infty} \left|\frac{z+1-i}{3} * \frac{n^2}{(n+1)^2}\right| = |\frac{z+1-i}{3}|$$
How the heck did the book get that answer for the ratio test on that example? I got a completely different answer. I don't understand how they were able to bring the $n^2$ to the numerator or any part of the $n^2/((n+1)^2)$
If what you're trying to get is the convergence radius, then Cauchy-Hadamard formula works really nice here:
$$\lim\sup_{n\to\infty}\sqrt[n]{\frac1{3^nn^2}}=\lim\sup_{n\to\infty}\frac1{3\sqrt[n]{n^2}}=\frac13\implies R=3$$
and we get (absolute if you want) convergence in the disk $\;|z+1-i|<3\;$ .