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 ?$$
A series can start at any value - it's just conventional to start at $i=0$ or $i=1$, since you're summing a countably infinite number of terms, and the most obvious countably infinite set is $\mathbb{N}$ (the smallest element of which is either $0$ or $1$, depending on which convention you adopt).