Put $$I_n= \int_0^{\infty} \frac{(t+n)^2t^2}{[1+(t+n)^2]^3} dt \ (n\in \mathbb N).$$ We note that for each fixed $n\in \mathbb N, $ $I_n$ is convergent.
[ For $t\geq 1, \frac{(t+n)^2t^2}{[1+(t+n)^2]^3} \leq \frac{1}{1+t^2}$, therefor $\int_1^{\infty} \frac{(t+n)^2t^2}{[1+(t+n)^2]^3} dt $ is convergent by comparison test, and near near origin no singularity. So, $I_n$ is convergent for each fixed $n$. ]
Question: Can we compute $I_n$? Is $\{I_n\}_{n\in \mathbb N}$ a bounded sequence in $\mathbb R$?
Here is some place to start.
You can convert to partial fraction. After some work, you should get someting like $$ {\frac { \left( t+n \right) ^{2}{t}^{2}}{ \left( 1+ \left( t+n \right) ^{2} \right) ^{3}}}={\frac {-{n}^{2}-2-2\,tn}{ \left( 1+{t}^{ 2}+2\,tn+{n}^{2} \right) ^{2}}}+ \left( 1+{t}^{2}+2\,tn+{n}^{2} \right) ^{-1}+{\frac {1+{n}^{2}+2\,tn}{ \left( 1+{t}^{2}+2\,tn+{n}^{2 } \right) ^{3}}}. $$
Each of those can be integrated using standard techniques, like trig subs, u-subs, completing the square, etc.
This gives \begin{align*} \int _{0}^{\infty }\!{\frac { \left( t+n \right) ^{2}{t}^{2}}{ \left( 1+ \left( t+n \right) ^{2} \right) ^{3}}}{dt}&=-1/8\,\arctan \left( n \right) {n}^{2}-1/8\,n-3/8\,\arctan \left( n \right) +3/16\,\pi +1/16 \,\pi \,{n}^{2}\\ &= \left( -1/8\,\arctan \left( n \right) +1/16\,\pi \right) {n}^{2}-1/8 \,n-3/8\,\arctan \left( n \right) +3/16\,\pi \end{align*}
Now this appears to be decreasing, has limit $0$ and thus is bounded. I'm lacking time to complete.