A series of real numbers can be defined like:
$$S: \mathbb{N} \to \mathbb{R}$$ $$\tag{1}\displaystyle{S_n = \sum_{i = 1}^{n} a_i}$$ $$\tag{2}S_n \to \displaystyle{\sum_{i = 1}^{\infty} a_i}$$
This is the most common definition of series. But my question is: Why start at $i = 1$? Or in other books, $i = 0$? In my opinion, doesn't matter what the initial term is. So, can this be an alternative definition:
$$\tag{3}\displaystyle{S_n = \sum_{i}^{n} a_i}; ~ i \in \mathbb{Z}, ~ i \leq n\quad ?$$