InterviewSolution
Saved Bookmarks
| 1. |
Find the sum to nterms of the series 3//(1^2xx2^2)+5//(2^2xx3^2)+7//(3^2xx4^2)+dot |
|
Answer» `(N^2-2n)/((n-1)^2)` |
|