For each $m \in \mathbb{N}$, define the power series as $\sum_{n} \binom{mn}{n} z^n$, find its radius of convergence. I tried with ratio test but I got really messy algebra.
My attempt so far: Let $R$ denote the radius of convergence, then $R = (\lim _{n\to \infty} \frac{(mn+m)!(mn-n)!}{n((m-1)(n+1))!(mn)!})^{-1}$ then should I try to expand this and cancel as much as I can?