This document defines and provides examples of different types of numeric sequences:
- Linear/arithmetic sequences have a constant difference between consecutive terms. Formulas use the first term and common difference.
- Quadratic sequences have a constant second difference; their formulas are of the form an^2 + bn + c.
- Cubic sequences have a constant third difference; their formulas are of the form an^3 + bn^2 + cn + d.
Step-by-step methods are provided for determining the formulas for quadratic and cubic sequences based on analyzing differences between terms. Worked examples demonstrate finding common differences and deriving sequence formulas.