Saturday, July 7, 2018

sequences and series - Finding hte value of $1/(1^2)+1/(2^2)+1/(3^2)+dots +1/(n^2)$

Sorry, my English isn't quite well.



Here is the problem.




When $n$ moves toward infinity
$$
1/(1^2)+1/(2^2)+1/(3^2)+\dots +1/(n^2)=?
$$



Any ideas?

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection $f \colon A \rightarrow B$ and I want to get bijection. Can I just resting codomain to $f(A)$? I know that every function i...