InterviewSolution
Saved Bookmarks
| 1. |
The nth term of a series of which all the terms are positive is defined as T_n = n^2 + n then the sum of n terms of the series is : |
|
Answer» `(N(n+1)(n+2))/6` |
|