What will be the value of $$\sum_{r=1}^n \frac{1}{r^2}$$ in terms of finite $n$?
I tried to solve it using $V_n$ method but couldn't get how to convert this series in telscopic series.
Please anyone help me to solve it.
What will be the value of $$\sum_{r=1}^n \frac{1}{r^2}$$ in terms of finite $n$?
I tried to solve it using $V_n$ method but couldn't get how to convert this series in telscopic series.
Please anyone help me to solve it.
Using the generalized harmonic numbers$$S_n=\sum_{i=1}^n \frac 1 {i^2}=H_n^{(2)}$$ If $n$ is large, we can use the expansion $$S_n=\frac{\pi ^2}{6}-\frac{1}{n}+\frac{1}{2 n^2}-\frac{1}{6 n^3}+\frac{1}{2 n^4}-\frac{29}{30 n^5}+\frac{3}{2 n^6}+O\left(\frac{1}{n^7}\right)$$ For example, $$S_{10}=\frac{1968329}{1270080}\approx 1.54977$$ while the above truncated series gives $$S_{10} \sim \frac{\pi ^2}{6}-\frac{570749}{6000000}\approx 1.54981$$
This is a bit backwards, but might help you work out what is required:
If we can write $$ \sum_{r=1}^n \frac{1}{r^2} = \frac{\pi^2}{6} - \psi^{(1)}(n+1) = H^{(2)}_n $$ we could plausibly guess that this involves $$ \sum_{r=1}^\infty \frac{1}{r^2} = \frac{\pi^2}{6} $$ where then all of the higher terms are subtracted off, according to Wikipedia $$ \psi^{(1)}(n+1) = \sum_{r=0}^\infty \frac{1}{(n+1+r)^2} $$ which might be the "telescoping" you were referring to?
This sum defines a generalised harmonic number, and can be written in terms of the first derivative of the digamma function (sometimes called trigamma).
– Benedict W. J. Irwin Dec 31 '19 at 09:54