Why does the close form of the summation $$\sum_{i=0}^{n-1} 1$$ equals $n$ instead of $n-1$?
2026-04-29 10:28:59.1777458539
Closed form summation with $n-1$ on top.
117 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Suppose $n = 2$. Then $n - 1 = 1$, and the sum becomes $$\sum_{i=0}^1 1.$$ Clearly, there are two terms in this sum, corresponding to $i = 0$ and $i = 1$. So the sum evaluates to $2$.
In the general case, when the lower index of summation begins at $1$, then the counting of the terms is in a sense "natural" and we have $$\sum_{i=1}^{n-1} 1 = n-1.$$ But when the lower index of summation starts at $i = 0$, then there is an extra term.