Find the sum of the $n$ terms of the following series: $$\frac{1}{1+1^2+1^4}+\frac{2}{1+2^2+2^4}+\frac{3}{1+3^2+3^4}+\dots$$ [Original Image]
I tried it a lot .
But don't get a proper start .
Find the sum of the $n$ terms of the following series: $$\frac{1}{1+1^2+1^4}+\frac{2}{1+2^2+2^4}+\frac{3}{1+3^2+3^4}+\dots$$ [Original Image]
I tried it a lot .
But don't get a proper start .
The $k$th term of the series is $$\frac {k}{1+k^2+k^4} = \frac {k}{(1+k^2)^2-k^2} = \frac {k}{(1+k^2+k)(1+k^2-k)} = \frac {1}{2 (1+k^2-k)} - \frac {1}{2 (1+k^2+k)} $$ Thus, we have a telescoping series. Thus, the sum of the first $n $ terms is: $$\frac {1}{2 (1+1^2-1)} - \frac {1}{2(1+n^2+n)} =\frac {n^2+n}{2 (1+n+n^2)} $$ Hope it helps.