I'd really appreciate some help with a sum of:
a_n= |sin n| / n
All I've thought of, is that I should probably create a subsequence of {a_n}, such that all the elements of this subsequence {a_n_k} are >epsilon >0, and then compare the subsequence to 1/n which diverges.
However, I have no...