\Sigma
The Greek letter Sigma (\Sigma) is used in mathematics to denote summation, which is the addition of a sequence of numbers. It is also used in statistics to represent the sum of a set of values or to denote the standard deviation when used in lowercase (\sigma).
Summation of the first n natural numbers.
\Sigma_{i=1}^{n} i = \frac{n(n+1)}{2}
General representation of the sum of a sequence.
\Sigma_{k=1}^{m} a_k = a_1 + a_2 + \cdots + a_m
Summation used in the calculation of variance.
\Sigma_{i=1}^{n} (x_i - \bar{x})^2