Hints preferred: I need to prove convergence and determine the limit of following series: $$ \sum_{k=2}^\infty \frac 1 {(2k+1)(2k+5)}$$
I need to use partial fraction decomposition to simplify the term, which I attempted with following:
$$ \frac 1 {(2k+1)(2k+5)} = \frac a {(2k+1)} + \frac b {(2k+5)} \\~\\ \frac 1 {(2k+1)(2k+5)} = \frac {a(2k+5)} {(2k+1)(2k+5)} + \frac {b(2k+1)} {(2k+1)(2k+5)} \\~\\$$
Then we have: $$ k: 2a + 2b = 0 \\ k^0: 5a + b = 1 \\~\\ a = \frac 1 4 ~ \land b = -\frac 1 4 $$
So we have: $$ \frac 1 {(2k+1)(2k+5)} = \frac { \frac 1 4 } {(2k+1)} - \frac { \frac 1 4} {(2k+5)} = \\ \frac { 1 } {4(2k+1)} - \frac { 1 } {4(2k+5)} $$
Which can be defined as: $$ \frac 1 4 (\frac { 1 } {2k+1} - \frac { 1 } {2k+5} ) $$
I'm not sure how to turn the result into a telescopic series (if the partial fraction decomposition is right in the first place).
You are on the right track, this is a telescopic series. Thanks to your partial fraction decomposition (which is correct), we have that for $n\geq 2$, $$ \begin{align}\sum_{k=2}^n \frac 1 {(2k+1)(2k+5)}&= \frac 1 4 \sum_{k=2}^n\left(\frac { 1 } {2k+1} - \frac { 1 } {2k+5} \right)\\ &=\frac 1 4 \left(\sum_{k=2}^n\frac { 1 } {2k+1}-\sum_{k=2}^n\frac { 1 } {2k+5}\right)\\ &=\frac 1 4 \left(\sum_{k=2}^n\frac { 1 } {2k+1}-\sum_{k=4}^{n+2}\frac { 1 } {2(k-2)+5}\right)\\ &=\frac 1 4 \left(\sum_{k=2}^n\frac { 1 } {2k+1}-\sum_{k=4}^{n+2}\frac { 1 } {2k+1}\right)\\ &=\frac 1 4 \left(\sum_{k=2}^3\frac { 1 } {2k+1}-\sum_{k=n+1}^{n+2}\frac { 1 } {2k+1}\right)\\ \end{align}$$ where in the second sum we shifted the index. Can you take it from here?