The document defines sequences and summation notation. A sequence is an ordered list of numbers that may have a pattern. Examples are given such as the sequence of odd numbers and square numbers. Formulas can represent sequences, like fn = n^2 for the square numbers. Summation notation uses the Greek letter sigma to represent adding terms of a sequence. For a list of 100 numbers f1 to f100, their sum can be written as the summation from k=1 to 100 of fk.