Analyze the convergence or divergence of the following sequence
a) $\left\{\frac{1}{n}+\sin\frac{n\pi}{2}\right\}$
The first one is divergent because of the in $\sin\frac{n\pi}{2}$ term, which takes the values, for $n = 1, 2, 3, 4, 5, \dots$:
$1, 0, -1, 0, 1, 0, -1, 0, 1, \dots$
As you can see, it's divergent. To formally prove it,I could simply notice that it has constant subsequences of $1$s, $0$s, and $-1$s, all of which converge to different limits. If it were as subsequence, they would all be the same limit.
My procedure is that correct?