We want to succinctly denote the sum of a list of real numbers.
Suppose $x = (x_1, \dots , x_n)$ is a list of real numbers. The sequence sum of $x$ is the result of first summing the first two numbers, then summing the result with the third number, and so on, until we have summed all the numbers.
We denote the sequence sum of $x$ by
\[
\sum_{i = 1}^{n} x_i
\]
Suppose $A$ is a finite set and $f: A \to
\R $ is a function.
We write
\[
\sum_{a \in A} f(a)
\]