I have a series $$\sum\limits_{n=1}^{\infty}\frac{1}{n^3+6n^2+8n}$$
I know the series converges because $\frac{1}{n^3+6n^2+8n}$ is less than or equal to $1/n^3$. Since $p=3$ which is greater than $1$, I know that $1/n^3$ converges. Since that converges I also know $\frac{1}{n^3+6n^2+8n}$ converges, but I am not sure how to figure out what it converges to.
Note that $n^3+6n^2+8n=n(n+2)(n+4)$ hence, by partial fraction decomposition, $$\frac{1}{n^3+6n^2+8n}=\frac{A}{n(n+2)}+\frac{B}{(n+2)(n+4)}$$ for some constants $A$ and $B$ to be found.
Moreover, by letting $m=n+2$, $$\sum_{n=1}^{\infty}\frac{1}{(n+2)(n+4)}=\sum_{m=3}^{\infty}\frac{1}{m(m+2)}.$$
Can you take it from here?