Summary: Sequences and Their Notations
Key Equations
Formula for a factorial | \begin{align}0!&=1\\ 1!&=1\\ n!&=n\left(n - 1\right)\left(n - 2\right)\cdots \left(2\right)\left(1\right)\text{, for }n\ge 2\end{align} |
Key Concepts
- A sequence is a list of numbers, called terms, written in a specific order.
- Explicit formulas define each term of a sequence using the position of the term.
- An explicit formula for the term of a sequence can be written by analyzing the pattern of several terms.
- Recursive formulas define each term of a sequence using previous terms.
- Recursive formulas must state the initial term, or terms, of a sequence.
- A set of terms can be written by using a recursive formula.
- A factorial is a mathematical operation that can be defined recursively.
- The factorial of is the product of all integers from 1 to