For context, the question I'm trying to solve (Q1 of this) asks us to prove a modified version of the Perron-Frobenius theorem using complex analysis. Let $A \neq 0$ be a $n \times n$ real matrix with non-negative entries. Let $\lambda_1, \dots, \lambda_n$ in $\mathbb C$ be the (possibly repeated) eigenvalues of $A$ and $M = \max\{ |\lambda_1|, \dots, |\lambda_n|\}$. The goal is to show that $M$ is an eigenvalue of $A$.
The question asks us to consider the functions $F(z) = \sum_{j=1}^n \frac{M}{M - \lambda_j z}$ and its Taylor series $f(z) = \sum_{k=0}^\infty c_k z^k$ around $0$. I've shown that $$ c_k = \frac 1{M^k}(\lambda_1^k + \cdots + \lambda_n^k) = \frac 1{M^k}\mathrm{Tr}(A^k), $$ and the radius of convergence of $f$ is $1$ (the trace bit tells us that $c_k$ is real and non-negative). The plan now is to show that $\sum_{k=0}^\infty c_k = \infty$, i.e. $f$ blows up at $z = 1$, which necessitates $F$ blows up at $z = 1$ (since $f$ and $F$ agree for $x$ real $\nearrow 1$), which means $M$ is an eigenvalue. Since $c_k\geq 0$, it suffices to show that $\sum_{k=0}^\infty c_k$ does not converge. Terms with eigenvalues of smaller modulus than $M$ clearly die when $k \to \infty$ due to the $M^k$ in the denominator, so let $\lambda_{j_1}, \dots, \lambda_{j_m}$ be the eigenvalues of modulus $M$, so let them be $Me^{i\theta_1}, \dots, Me^{i\theta_m}$. Then my intuition is that we can find infinitely many $n$ making $$ |e^{in\theta_1} + \cdots + e^{in \theta_m}| > \frac12, \quad \text{say}, $$ by "simultaneously aligning the angles near an integer multiple of $2\pi$ using large $n$", then we'll have the result by the divergence test.
However, I have no idea how to show this. It feels somewhat similar in spirit to the density of integer multiples of an irrational number mod $1$ in $[0, 1)$ (e.g. this post), but the different terms interacting makes it trickier.