I came across a question today...
Q. The sum $\dfrac{3}{1^2}+\dfrac{5}{1^2+2^2}+\dfrac{7}{1^2+2^2+3^2}+....$ upto $11$ terms is?
Okay, I think it can be written as
$$\sum_{r=1}^{11}\dfrac{2r+1}{1^2+2^2+...+r^2}$$
I can't see how to simplify it.
Another way I tried is: $$\dfrac{2^2-1^2}{1^2}+\dfrac{3^2-2^2}{1^2+2^2}+\dfrac{4^2-3^2}{1^2+2^2+3^2}+....$$
I simplified it to
$$-1+2^2(\dfrac{1}{1^2}-\dfrac{1}{1^2+2^2})+3^2(\dfrac{1}{1^2+2^2}-\dfrac{1}{1^2+2^2+3^2})+....$$
$$\Rightarrow -1+\dfrac{2^4}{1^2(1^2+2^2)}+\dfrac{3^4}{(1^2+2^2)(1^2+2^2+3^2)}+....$$
I can't see any way after it too... :(
Can you please help?