$(a_n)_{n \in \mathbb{N}}$ be a sequence with the convergent subsequences $(a_{2n}), (a_{2n+1})$ and $(a_{3n})$. Is $(a_n)$ then convergent? Proof or counter-example.
My idea with this question was to show the following equation as counter-example.$$a_n = \cases{ 50 - \frac{1}{n} \text{for 2n}\\-100-\frac{1}{n} \text{for 2n+1}}$$
Of course, $(a_{2n}), (a_{2n+1})$ and $(a_{3n})$ are convergent, but is the sequence divergent? The definition of divergence is like this $$\forall a \in \mathbb{R}\exists \epsilon \gt 0 \forall n_0 \in \mathbb{N} \exists n \ge n_0: |a_n - a| \ge \epsilon$$
Now, $|a_n - a| \ge 0$, so if $|a_n - a| \gt 0$ then there's obviously an $\epsilon$ such that the equation is true. But what if it's 0? And, BTW, is it actually divergent or should I look for another example or try to proof that such a sequence is always convergent? Thank you for your help!