$$\frac{1}{1^2}+\frac{1}{1^2+2^2}+\frac{1}{1^2+2^2+3^2}+\dots\to~?$$ I tried like below $$\frac{1}{1^2}+\frac{1}{1^2+2^2}+\frac{1}{1^2+2^2+3^2}+\dots=\\\sum_{n=1}^{\infty}\frac{1}{1^2+2^2+3^2+\dots+n^2}=\\\sum_{n=1}^{\infty}\frac{1}{\frac{n(n+1)(2n+1)}{6}}=\\\sum_{n=1}^{\infty}\frac{6}{n(n+1)(2n+1)}=\\ $$ Then I can use the fraction ,but $$\frac{1}{n(n+1)(2n+1)}=\frac{1}{n}+\frac{1}{n+1}+\frac{-4}{2n+1}$$ This is ugly to turn into telescopic series . Can you help me to find :series converge to ?
Thanks in advance .
Trying to avoid Daniel Fischer's approach.
$$\frac2{(2n)(2n+1)(2n+2)}=\frac1{(2n)(2n+1)}-\frac1{(2n+1)(2n+2)}$$
Collect the terms by their signs:
$$S=12\sum_{n=2}^\infty\frac{(-1)^n}{n(n+1)}$$
Now apply partial fractions on this nicely and it becomes
$$S=12\sum_{n=2}^\infty\frac{(-1)^n}n+\frac{(-1)^{n+1}}{n+1}$$
You can then collect the terms again to get
$$S=6+12\sum_{n=3}^\infty\frac{(-1)^n}n$$
Upon which you may use the Maclaurin expansion of $\ln(x+1)$.