Let $a,b,c \in \mathbb C$ with $c \in \mathbb N$. Then I have to calculate the radius of convergence of the following power series: $$ 1+ \frac{ab}{c \cdot 1!} z + \frac{a (a+1)b(b+1)}{c(c+1)2!} z^2+ \frac{a(a+1)(a+2)b(b+1)(b+2)}{c(c+1)(c+2)3!}z^3 + \cdots $$
Using the ratio-test I get that $$ \left | \frac {a_{n+1}}{a_n} \right | = \left | \frac{(a+n)(b+n)}{(c+n)(n+1)}z \right | $$
How can I proceed ? This is an exam-question and a given hint says to consider whether $a$ or $b$ are in $\mathbb N$ or not. I have no idea how to use the hint.
Thanks in advance.