How would I go about solving this summation?
$$\sum\limits_{j = i+1}^{n-1} j $$
I'm trying to figure out how to solve this summation using the fact that $\sum\limits_{i = 1}^{k} i= \frac{k(k+1)}{2}$.
The answer I get with my Ti-89 is $-\frac{i^2}{2}-\frac{-i}{2}+\frac{n^2}{2}-\frac{n}{2}$