$S=\sum_{j=1}^{\infty}\frac{1}{j^2(j+1)^2}$
How can I find the lower and upper bound of the above sum? I have tried to write the sum as $\sum_{j=1}^{\infty}\frac{1}{2j+1}[\frac{1}{j^2}-\frac{1}{(j+1)^2}]$ but of no help to get an idea about the lower and upper limits.
Depending on how close a bound you need, you can say $$S=\sum_{j=1}^{\infty}\frac{1}{j^2(j+1)^2} \lt \sum_{j=1}^{\infty}\frac 1{j^4} = \frac {\pi^4}{90}\approx 1.08323$$ and $$S=\sum_{j=1}^{\infty}\frac{1}{j^2(j+1)^2} \gt \sum_{j=1}^{\infty}\frac 1{(j+1)^4} = \frac {\pi^4}{90}-1$$ which are fine upper and lower bounds. This lower bound is barely positive, so it might not satisfy what you need to do with it.