How do you calculate the following summation? $\sum_{i=k}^n i$
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
This is a special case for the formula for the sum of n terms in an arithmetic progression: |
|||
|
|
$\sum_{i=k}^n i = \sum_{i=0}^n i - \sum_{i=0}^{k-1} i = \frac{1}{2} \left[ n(n+1) - (k-1)k \right]$ |
|||
|
|
|
Okay. I was able to find it here, thanks. http://en.wikipedia.org/wiki/Summation#Some_summations_of_polynomial_expressions |
|||
|
|