Home

Tutoring

Subjects

Live Classes

Study Coach

Essay Review

On-Demand Courses

Colleges

Games

Opening subject page...

Loading your content

  1. ISEE Upper Level Mathematics Achievement
  2. Predict Future Terms in a Sequence

ISEE UPPER LEVEL • MATHEMATICS ACHIEVEMENT

Predict Future Terms in a Sequence

Master the patterns that let you find any term in arithmetic and geometric sequences — a key ISEE skill.

SECTION 1

Historical Context & Motivation

Humans have been fascinated by number patterns for thousands of years. Ancient civilizations noticed that certain quantities — the number of seeds in a sunflower, the spacing of musical tones, the growth of a population — follow predictable rules. Recognizing and extending these sequences became one of the most powerful tools in mathematics. On the ISEE, your ability to spot a pattern and predict future terms is tested directly, so understanding the history helps you appreciate why this skill matters.

~300 BCE
Euclid's Elements
Euclid organized Greek knowledge about proportions and geometric progressions, providing some of the first formal descriptions of sequences.
~600 CE
Indian Mathematicians
Aryabhata and Brahmagupta developed formulas for summing arithmetic series, laying groundwork for algebra-based sequence analysis.
1202
Fibonacci's Liber Abaci
Leonardo of Pisa introduced the famous Fibonacci sequence to European math, showing how each term is the sum of the two before it.
1700s
Gauss and Series Formulas
Carl Friedrich Gauss, as a schoolboy, discovered a shortcut for summing consecutive integers, demonstrating the power of sequence formulas.
Today
Sequences on Standardized Tests
The ISEE tests your ability to identify patterns and predict future terms — a direct descendant of centuries of mathematical pattern-finding.

The central question that all of these mathematicians tackled is the same one you will face on the ISEE: Given the first few terms of a sequence, what comes next? Answering this question requires you to identify the rule that generates each term and then apply that rule to find any future term you need.

SECTION 2

Core Principles & Definitions

A sequence is an ordered list of numbers that follows a specific pattern or rule. Each number in the list is called a term. The position of a term in the sequence is given by a number called the index (usually written as n). To predict a future term, you need to determine the rule that connects one term to the next — or that connects the index to the term value.

1

Arithmetic Sequences

Each term is found by adding a constant (called the common difference, d) to the previous term. Example: 3, 7, 11, 15, … where d = 4.
2

Geometric Sequences

Each term is found by multiplying by a constant (called the common ratio, r). Example: 2, 6, 18, 54, … where r = 3.
3

Repeating Sequences

A group of terms cycles over and over. Example: 1, 4, 9, 1, 4, 9, … The cycle length is 3. Use division and remainders to find any term.
4

Other Pattern Sequences

Some sequences follow rules like perfect squares, cubes, or changing differences. Example: 1, 4, 9, 16, 25, … (perfect squares). Look at second differences if the first differences aren't constant.
✦ KEY TAKEAWAY
Think of a sequence like a machine in a factory: you feed in a position number (n), and the machine spits out a term value. Your job on the ISEE is to reverse-engineer what the machine does — figure out its rule — and then use that rule to predict the output for a position you haven't seen yet.
SECTION 3

Visual Explanation

The diagram below shows how arithmetic and geometric sequences grow. Notice that the arithmetic sequence increases by the same amount each step (a straight line on the graph), while the geometric sequence increases by an ever-larger amount (a curve). This visual difference is one of the fastest ways to identify which type of sequence you're working with on test day.

Arithmetic vs. Geometric Sequence GrowthTerm Position (n)Term Value123456051015202524681012236122427Arithmetic: 2, 4, 6, 8, …Geometric: 2, 3, 6, 12, …
The blue line represents an arithmetic sequence with first term 2 and common difference 2 (straight line). The violet curve represents a geometric sequence where terms grow by multiplying by 2 (exponential curve).

When you see a sequence on the ISEE, start by checking the differences between consecutive terms. If those differences are constant, you have an arithmetic sequence. If the differences are changing but the ratios between consecutive terms are constant, you have a geometric sequence. This first diagnostic step will guide your entire solution strategy.

SECTION 4

Mathematical Framework

Two core formulas give you the power to predict any term in an arithmetic or geometric sequence. Once you identify the type, plug the known values into the appropriate formula and solve for the unknown term. Let's walk through each formula carefully.

ARITHMETIC SEQUENCE — NTH TERM
aₙ = a₁ + (n − 1) × d
Where aₙ = the value of the nth term, a₁ = the first term, n = the position of the term you want, and d = the common difference (how much you add each time).
GEOMETRIC SEQUENCE — NTH TERM
aₙ = a₁ × r⁽ⁿ⁻¹⁾
Where aₙ = the value of the nth term, a₁ = the first term, r = the common ratio (what you multiply by each time), and n = the position of the term you want.
REPEATING SEQUENCE — POSITION WITHIN CYCLE
Position in cycle = n mod (cycle length)
Use the remainder when you divide the term number by the cycle length. A remainder of 0 means the term is the last element in the cycle. This technique is especially useful for ISEE questions that ask for a term far into a pattern like the 100th or 200th term.
🎯 ISEE Test Strategy
On the ISEE, you won't have a calculator, so keep your arithmetic neat. Write out each step: find d or r first, then substitute into the formula. If you're unsure which formula to use, compute the differences between the first few terms. Constant differences mean arithmetic; constant ratios mean geometric. Since there is no penalty for wrong answers, always make your best guess if time is short.
SECTION 5

Identifying Sequence Types

The ISEE may not tell you what kind of sequence you're looking at — that's your job. The flowchart below shows a systematic decision process you can use every time. Start by computing the differences between consecutive terms, and then branch based on what you find. This method works for arithmetic, geometric, repeating, and even quadratic sequences.

How to Identify a Sequence TypeGiven: First few termsStep 1: Compute differences (d = next − current)Are all differences the same?YESNOARITHMETICStep 2: Compute ratios (next ÷ current)Are all ratios the same?YESNOGEOMETRICREPEATING orOTHER PATTERNUse: aₙ = a₁ + (n−1)dUse: aₙ = a₁ × r⁽ⁿ⁻¹⁾
Follow this decision tree whenever you encounter a sequence problem. Start by computing differences; if they're constant, it's arithmetic. If not, check ratios for a geometric pattern. Otherwise, look for repeating cycles or other rules.
Comparison of sequence types using differences and ratios
SequenceTermsDifferencesRatiosType
A5, 9, 13, 17, …4, 4, 41.8, 1.44, 1.31Arithmetic
B3, 12, 48, 192, …9, 36, 1444, 4, 4Geometric
C2, 5, 2, 5, 2, 5, …3, −3, 3, −32.5, 0.4, 2.5, 0.4Repeating
D1, 4, 9, 16, 25, …3, 5, 7, 94, 2.25, 1.78, 1.56Perfect Squares
SECTION 6

Worked Example

Let's work through a complete example the way you would on the actual ISEE. Suppose a problem asks: What is the 20th term of the sequence 7, 11, 15, 19, …?

Finding the 20th Term of an Arithmetic Sequence

Step 1 — Identify the Sequence Type

Compute the differences between consecutive terms: 11 − 7 = 4, 15 − 11 = 4, 19 − 15 = 4. All differences equal 4, so this is an arithmetic sequence with common difference d = 4.
Type: Arithmetic, d = 4

Step 2 — Record Known Values

The first term is a₁ = 7. The common difference is d = 4. We want the 20th term, so n = 20.
a₁ = 7, d = 4, n = 20

Step 3 — Substitute into the Formula

Using the arithmetic sequence formula: a₂₀ = a₁ + (n − 1) × d = 7 + (20 − 1) × 4.
a₂₀ = 7 + 19 × 4

Step 4 — Compute

First, 19 × 4 = 76. Then, 7 + 76 = 83.
a₂₀ = 83

Step 5 — Verify (Quick Check)

As a quick sanity check, the 5th term should be 7 + 4 × 4 = 23. Counting from the given terms: 7, 11, 15, 19, 23 — yes, that's correct. Our formula works, so the 20th term is indeed 83.
⏱ ISEE Time-Saver
Notice that we verified our formula on a term we already knew (the 5th term). On the real test, you won't always have time for this, but if you finish early, checking one known term is the best way to catch mistakes. Remember: the ISEE does not penalize wrong answers, so always fill in something — even your best guess.
SECTION 7

Strategies, Strengths & Pitfalls

Different sequence types call for different strategies. The table below compares the approaches so you can quickly select the right one on test day. Knowing the strengths and limitations of each method prevents common errors that cost students points.

Strategy comparison for different sequence types
StrategyBest ForCommon Pitfall
Use nth-term formula directlyArithmetic and geometric sequences when the term number is large (e.g., 50th term)Forgetting the "n − 1" — using n instead, which gives the wrong answer
List out terms one by oneShort sequences (finding the 6th or 7th term) or verifying a formulaToo slow for large term numbers; arithmetic mistakes accumulate
Use remainder (mod) methodRepeating or cyclic sequencesForgetting that remainder 0 means the last term in the cycle, not the first
Check second differencesQuadratic patterns (perfect squares, triangular numbers)Assuming the sequence is arithmetic just because you see a pattern in the first differences
Plug answer choices back inWhen you can't identify the rule but the answer choices are givenWastes time if the rule is straightforward; use this as a backup
✦ KEY TAKEAWAY
Think of sequence formulas like GPS directions: they get you to the right destination (the nth term) without making you walk past every house on the street. Listing terms one by one is like walking — fine for short trips, but for the 50th or 100th term, you need the formula shortcut.
SECTION 8

Connection to Advanced Topics

On the ISEE, you'll primarily encounter arithmetic, geometric, and repeating sequences. However, understanding how these connect to more advanced ideas can deepen your intuition and help you tackle unfamiliar patterns with confidence. Below is a preview of how basic sequence skills extend into higher mathematics.

How ISEE sequence concepts connect to advanced mathematics
ISEE Level ConceptAdvanced Extension
Arithmetic sequence: constant first differencesLinear functions: y = mx + b, where m plays the role of d
Geometric sequence: constant ratiosExponential functions: y = a × bˣ, used in finance and science
Second differences are constant (quadratic pattern)Quadratic functions: y = ax² + bx + c
Repeating sequences (mod/remainder method)Modular arithmetic: the foundation of cryptography and computer science

The key takeaway for your test preparation is this: every arithmetic sequence is really a linear function in disguise, and every geometric sequence is an exponential function in disguise. If a problem gives you a table of inputs and outputs and asks you to continue the pattern, you're using the exact same skills described in this lesson. Recognizing that connection will make you faster and more flexible on the ISEE.

SECTION 9

Practice Problems

PROBLEM 1 — CONCEPTUAL
The sequence 10, 15, 20, 25, … is best described as which type of sequence?
PROBLEM 2 — BASIC CALCULATION
What is the 15th term of the arithmetic sequence 3, 8, 13, 18, …?
PROBLEM 3 — INTERMEDIATE
In a geometric sequence, the first term is 4 and the fourth term is 108. What is the 5th term?
PROBLEM 4 — APPLIED
A pattern of colored tiles repeats in the order: red, blue, green, yellow, red, blue, green, yellow, … What color is the 47th tile?
PROBLEM 5 — CRITICAL THINKING
The first four terms of a sequence are 2, 6, 12, 20, … The differences between consecutive terms are 4, 6, 8, … which themselves increase by 2 each time. What is the 7th term of the original sequence?
SUMMARY

Lesson Summary

To predict future terms in a sequence, start by identifying the type. Compute the differences between consecutive terms: if they are constant, you have an arithmetic sequence and should use aₙ = a₁ + (n − 1) × d. If the ratios between consecutive terms are constant, you have a geometric sequence and should use aₙ = a₁ × r⁽ⁿ⁻¹⁾. For repeating sequences, divide the term number by the cycle length and use the remainder to find the position.

Remember these ISEE strategies: always check differences first, then ratios. Watch out for the (n − 1) factor — a top source of errors. For quadratic patterns, check the second differences. Verify your formula on a known term when time allows. Since the ISEE has no penalty for wrong answers, always answer every question — use process of elimination to improve your odds.

Varsity Tutors • ISEE Upper Level • Predict Future Terms in a Sequence