Sequences and Their Notations
Sequences are ordered lists of numbers that follow specific patterns. They can be described using explicit formulas, which let you find any term directly, or recursive formulas, which build each term from previous ones. Factorials () show up frequently in sequence formulas and throughout counting theory. Understanding how to write, interpret, and evaluate these formulas is the foundation for everything else in this unit.

Explicit Formulas for Sequences
An explicit formula lets you jump straight to any term in a sequence without calculating all the ones before it. You plug in the term number , and out comes the value.
- The notation represents the term at position (so is the first term, is the second, etc.)
- For the sequence 2, 5, 8, 11, ..., the explicit formula is . Plugging in gives 2, gives 5, and so on.
Arithmetic sequences have a constant difference between consecutive terms.
- Explicit formula: , where is the first term and is the common difference
- For 2, 5, 8, 11, ..., the common difference is and , so
Geometric sequences have a constant ratio between consecutive terms.
- Explicit formula: , where is the first term and is the common ratio
- For 1, 2, 4, 8, 16, ..., the common ratio is and , so
The key distinction: arithmetic means you're adding the same amount each time, geometric means you're multiplying by the same amount each time.

Recursive Formulas for Sequences
A recursive formula defines each term using one or more previous terms. You can't jump to the 50th term directly; you have to work your way there from the initial term(s).
- The general notation is , where is some function of earlier terms
- Every recursive formula needs initial conditions (starting values), or you'd have nothing to build from
The Fibonacci sequence is the classic example: 0, 1, 1, 2, 3, 5, 8, ... It's defined by for , with and .
Generating terms from a recursive formula:
- Write down the given initial terms (for Fibonacci: , )
- Apply the formula to find the next term:
- Keep applying: , then , and so on
Arithmetic and geometric sequences can also be written recursively. For example, the arithmetic sequence 2, 5, 8, 11, ... can be written as with . The geometric sequence 1, 2, 4, 8, ... can be written as with .

Factorial Notation in Sequences
Factorial notation means the product of all positive integers from 1 to .
- by definition (this one you just have to memorize)
Factorials grow extremely fast, which is why they're so useful in counting problems.
Factorials appear in key counting formulas:
- Permutations of distinct objects: (arranging 5 books on a shelf can be done in ways, since order matters)
- Combinations of objects taken at a time: (choosing 3 toppings from 5 options gives ways, since order doesn't matter)
Factorials can also define the terms of a sequence directly. The sequence 1, 2, 6, 24, 120, ... has the explicit formula .
Sequence Behavior and Summation
As you look at more and more terms of a sequence, two things can happen:
- Convergence: The terms approach a specific value as increases. For example, gives 1, 0.5, 0.333..., 0.25, ... which approaches 0. The limit of this sequence is 0.
- Divergence: The terms don't settle toward any single value. They might grow without bound (like ) or oscillate (like ).
Summation notation uses the symbol to compactly represent the sum of terms in a sequence. For example:
This tells you to evaluate for and add the results. When you extend this to infinitely many terms, you get an infinite series, which only has a finite sum if the underlying sequence converges in the right way.