Show that the series
$$ \sum_{k=1}^{\infty} \dfrac{2}{(k+1)(2k+1)} $$
is convergent and converges to a number less than $1$.
I tried the quotient test for series, but it didn't work. I don't know what else to do. Any hint would be very appreciated. Thanks!
Using comparsong test with $a_k=1/k^2$ you get that $$\lim_{k\to\infty} \frac{\frac{2}{(k+1)(2k+1)}}{1/k^2} = \lim_{k\to\infty}\frac{2k^2}{2k^2+3k+1}=1.$$ So both series are convergent.
Now, taking into account that $2k+1\ge k+1$ for all $k\ge 1$, you have $$\sum_{k=1}^\infty\frac{2}{(k+1)(2k+1)} \le \sum_{k=1}^\infty\frac{1}{(k+1)^2} =\sum_{k=1}^\infty\frac{1}{k^2}-1=\frac{\pi^2}{6}-1<1$$