In my notes it is stated that for $f(z) = \sin(z): \mathbb{C} \to \mathbb{C}$, defined as $\sin(z) = \sum_{n = 0}^{\infty} (-1)^n \frac{z^{2n+1}}{(2n+1)!} $, the radius of convergence is obviously $R = \infty$.
However, I don't really see why this is true. The only theorem regarding radius of convergence that we've stated is the Hadamard's formula:
$$ \frac{1}{R} = \limsup_{n \to \infty} \sqrt[n] { |a_n| }$$
This formula isn't very useful here, because it requires me to evaluate a limit of a factorial under the $n$-th root, which is certainly not an easy job. If only we had the quotient test! Which we do, but only when the limit exists; if the limit belowe exists, then we have
$$ \frac{1}{R} = \lim_{n \to \infty} \frac{|a_{n+1}|}{|a_n|} $$
Unfortunately, the limit does not exist, because all even coefficients are zero, while odd coefficients are of the form $ \frac{(-1)^k}{(2k+1)!} $. So, what am I missing to see the obvious truth that $R = \infty$?