Let $\space \displaystyle\sum_{n=1}^{\infty} \space \left | \frac{\cos(n\pi)}{n+1}\right |$. Does this series converge or not?
The serie is valid for the natural numbers, so it can be writen as $\space \displaystyle\sum_{n=1}^{\infty} \space \frac{\left |\cos(n\pi)\right |}{n+1}$.
One knows that $\space 0\leq\left |\cos(n\pi)\right |\leq 1$. By using the asymptotic concept, one can say that the leader terms of the top and bottom of the fraction are $\displaystyle \frac{1}{n}$.
And so, the original serie is equivalent to this one $$\space \displaystyle\sum_{n=1}^{\infty} \space \frac{1}{n}$$
that is a $p$ series, where $p\leq 1$ and so diverges, and also the original series. This is correct? Thanks.