Problem
Investigate whether the sum $$\sum_{n=1}^{\infty}e^{\frac{i\pi n}{2}} \cdot \frac{1}{n^2}$$
is convergent.
My attempt
The comparison theorem states that for $0\leq a_n \leq b_n$ for $n \in \mathbb{N}$ the following holds:
- If $\sum_{n=1}^{\infty}b_n $ is convergent, then $\sum_{n=1}^{\infty}a_n $ is also convergent.
- If $\sum_{n=1}^{\infty}a_n $ is divergent, then $\sum_{n=1}^{\infty}b_n $ is also divergent
Let's call $b_n=e^{\frac{i\pi n}{2}}$ and $a_n=e^{\frac{i\pi n}{2}} \cdot \frac{1}{n^2}$. I believe we now meet the condition that $0 \leq a_n \leq b_n$.
And from here I don't know how to get further. Have I even used the correct method or am I just making it harder for myself. Because if $a_n$ really is convergent to prove it, I first have to show that $b_n$ is convergent, which might not be as easy as I thought.
Can anyone help me out?