$$ S = \sum_{k=1}^{n} \frac{k}{k^{4} + k^{2} + 1} $$
I started by factorizing the denominator as $k^2+k+1$ and $k^2-k+1$ The numerator leaves a quadratic with $k$ and $k-1$ or a constant with $k+1$ and $k-1.$ I tried writing the individual terms, ofcourse, it was useless. How do I do this?