I notice that,
$i^n = i, \quad if \text{ } n \equiv \text{ } 1 \text{ } mod \text{ } 4$
$i^n = -1, \quad if \text{ }n \equiv \text{ } 2 \text{ } mod \text{ } 4$
$i^n = -i, \quad if \text{ }n \equiv \text{ } 3 \text{ } mod \text{ } 4$
$i^n = 1, \quad if \text{ } n \equiv \text{ } 0 \text{ } mod \text{ } 4$
so the series $\sum_{n=1}^{\infty} \frac{1}{2+i^n}$ seems to be an alternating series that does not converge to any point in the complex plane. Is there a rigorous way to prove this divergence? How would you write a proof to this divergence or convergence (if I am wrong)?
Thanks!