A very basic question, but I am missing something...
Consider the series $\sum_{i=1}^{n}a_{n-i} = a_{n-1}+a_{n-2}+\dots+a_0$, which may therefore equivalently written $\sum_{i=0}^{n-1}a_i$.
How does one arrive at the equivalence between the two summation representations by reindexing/change of variables? If we let $k=n-i$, then the lower limit of the sum at $i=1$ corresponds to $k=n-1$ and the upper limit at $i=n$ corresponds to $k=0$, which gives us an empty series $\sum_{k=n-1}^0a_k$.