I know intuitively that the series is similar to 1/n, therefore I'm gonna guess this series will diverge. Am I on the right track here?
$\sum\limits_{n=1}^\infty\frac{n^3+4n}{n^4+200} > \sum\limits_{n=1}^\infty\frac{n^3}{n^4+200}$
Now $\sum\limits_{n=1}^\infty\frac{n^3}{n^4+200} =$ something along the lines of 1/n minus something? And then use p-series comparison?
From $$200 < n^4\quad \Rightarrow \quad n^4+200 < 2n^4\quad \text{for} \quad \forall n >3\in\mathbb{N}$$
Then
$$\frac{n^3 + 4n}{n^4 + 200} >\frac{n^3}{n^4+200}>\frac{1}{2n}$$
Hence $$\sum_{n\geq1} \frac{1}{2n} = \infty$$
Original series diverge by comparison test.