Historical Context & Motivation
Humans have been fascinated by number patterns for thousands of years. Ancient mathematicians noticed that certain arrangements of numbers followed predictable rules, and they used those rules to make calculations faster, predict astronomical events, and even design buildings. The study of numerical sequences—ordered lists of numbers generated by a specific rule—sits at the heart of algebra and forms the backbone of countless real-world applications, from computing loan payments to analyzing population growth.
On the SSAT Upper Level, you will encounter problems that give you part of a sequence and ask you to find the next term, a missing term, or a general rule. The fundamental question is always the same: what operation, applied repeatedly, turns one term into the next? The sections that follow will give you a systematic toolkit for answering that question every time.
Core Principles & Definitions
Before diving into strategies, you need a clear vocabulary. A sequence is an ordered list of numbers, and each number in the list is called a term. We label terms with subscripts: a1 is the first term, a2 is the second, and an represents the general nth term. A pattern is the rule that connects consecutive terms—or connects any term's position number to its value.
Arithmetic Sequences
Geometric Sequences
Quadratic / Polynomial Sequences
Fibonacci-Type Sequences
Repeating (Cyclic) Sequences
Visual Explanation — The Difference Table
The difference table is the single most useful tool for identifying a sequence's pattern on the SSAT. You write out the terms, compute the first differences, and if those aren't constant, compute the second differences. The diagram below shows this technique applied to the sequence 2, 5, 10, 17, 26.
Notice how the diagram works from top to bottom. If the first differences had all been equal, you would stop right there and declare the sequence arithmetic. Because they were not equal, you took another round of differences. When the second differences came out constant, you knew the pattern is quadratic. This layered approach works for higher-degree polynomial sequences, too—if the third differences are constant, the pattern is cubic, and so on.
Mathematical Framework
Once you've identified the type of sequence, you can write a formula for the nth term. Here are the key formulas you should know for the SSAT.
On most SSAT problems you won't need to derive the full quadratic formula from scratch. Instead, you'll typically use the difference table to figure out the next first difference, add it to the last term, and that gives you the answer. The formulas above become more important when a problem asks for a term far down the sequence (like the 50th term), where adding one term at a time would be too slow.
Detailed Breakdown — Sequence Types on the SSAT
Let's map out the major sequence types you'll encounter, with a decision flowchart to help you classify any sequence quickly. The SSAT favors arithmetic and geometric sequences, but quadratic, Fibonacci-type, and alternating sequences also appear. The visual below is your go-to reference.
| Sequence Type | Example | Key Indicator | Formula / Rule |
|---|---|---|---|
| Arithmetic | 5, 11, 17, 23, 29, … | Common difference d = 6 | aₙ = 5 + (n − 1) × 6 |
| Geometric | 4, 12, 36, 108, … | Common ratio r = 3 | aₙ = 4 × 3⁽ⁿ⁻¹⁾ |
| Quadratic | 3, 8, 15, 24, 35, … | 2nd differences = 2 | aₙ = n² + 2n |
| Fibonacci-type | 2, 3, 5, 8, 13, 21, … | Each term = sum of 2 before it | aₙ = aₙ₋₁ + aₙ₋₂ |
| Alternating | 1, −2, 4, −8, 16, … | Ratio r = −2 (sign flips) | aₙ = 1 × (−2)⁽ⁿ⁻¹⁾ |
Worked Example
Let's work through a complete problem from start to finish, using every technique from this lesson.
Strategies, Strengths & Common Pitfalls
Different identification strategies work better for different sequence types. The table below compares three main approaches so you can choose the fastest one during the test.
| Strategy | Best For | Limitation |
|---|---|---|
| Difference Table | Arithmetic, quadratic, and any polynomial sequence. Works on most SSAT problems. | Does not directly reveal geometric or Fibonacci patterns. |
| Ratio Check | Geometric and alternating sequences where each term is a fixed multiple of the previous term. | Fails when terms include zero or when the pattern is additive, not multiplicative. |
| Look-Back Rule | Fibonacci-type and recursive sequences where each term depends on earlier terms, not just the one before it. | Requires trial and error; harder to write a closed-form formula. |
Connection to Advanced Topics
Pattern recognition in sequences is not just a test-prep skill—it's the gateway to larger ideas in mathematics. The table below shows how the concepts you've learned connect to topics you'll see in Pre-Calculus, Calculus, and beyond.
| SSAT Concept | Advanced Extension |
|---|---|
| Arithmetic sequence (constant difference) | Linear functions — the graph of aₙ vs. n is a straight line with slope d |
| Geometric sequence (constant ratio) | Exponential functions — models compound interest, population growth, radioactive decay |
| Quadratic sequence (constant 2nd differences) | Quadratic functions and parabolas; connects to kinematics (distance = ½at²) |
| Summing sequences (series) | Series and sigma notation in Pre-Calculus; leads to integral calculus |
| Fibonacci sequence | The golden ratio (φ ≈ 1.618), recursive algorithms in computer science |
When you eventually study calculus, you'll find that the difference table is a discrete version of taking a derivative. First differences correspond to the first derivative, second differences to the second derivative, and so on. Mastering these ideas now gives you a head start on some of the most powerful tools in higher mathematics.
Practice Problems
Lesson Summary
Identifying patterns in numerical sequences starts with a systematic approach. Given any sequence, your first move is to compute first differences. If they are constant, you have an arithmetic sequence with formula aₙ = a₁ + (n − 1)d. If not, check whether dividing consecutive terms yields a constant common ratio (indicating a geometric sequence with formula aₙ = a₁ × r⁽ⁿ⁻¹⁾). If the first differences are not constant, compute second differences; if those are constant, the pattern is quadratic (aₙ = An² + Bn + C).
For sequences that don't fit these categories, look for Fibonacci-type rules (each term = sum of two previous terms) or cyclic/alternating patterns. The difference table method is your most powerful general tool—it works on all polynomial sequences and quickly reveals the structure behind the numbers. With practice, you'll classify most SSAT sequences in under 30 seconds.