Journal · August 2026 · Journal essay
Patterns

How to Solve Number Sequences Without Guessing

Test differences, ratios, alternating positions and recurrence in a fixed order—then check that your proposed rule fits every term you were given.

Subscribe RSS
Marigold and lilac clay markers arranged in changing pairs across a paper strip, ending at an open outlined position
Cover plate · Math & Patterns, August 2026.
Short answer · 30-second read

To solve a number sequence, first test the gaps between consecutive terms. If they are not useful, test ratios, split alternating positions into separate sequences, and check whether each term depends on earlier terms. A candidate rule must explain every displayed term, but a finite sequence can still allow more than one continuation.

Number-sequence puzzles become much easier when you stop searching for a flash of inspiration and start running a short set of tests.

The central discipline is simple: do not accept a rule because it explains only the last jump. It must fit every term shown.

The sequence-solving checklist

Use these tests in order:

  1. Differences: subtract each term from the next.
  2. Ratios: divide each term by the previous term when the values allow it.
  3. Alternating positions: inspect the first, third, fifth terms separately from the second, fourth, sixth.
  4. Operation cycles: look for a repeating pattern such as add, add, multiply.
  5. Recurrence: test whether a term is made from one or more earlier terms.
  6. Whole-sequence check: apply the proposed rule to every transition.

This order starts with the cheapest explanations and only adds complexity when the simpler checks fail.

Example 1: constant differences

Consider:

4, 7, 10, 13, …

The consecutive differences are +3, +3 and +3. Continuing that rule gives 16.

The important step is not merely spotting that 13 can become 16. It is verifying that the same +3 rule connects 4 to 7, 7 to 10 and 10 to 13.

Example 2: constant ratios

Consider:

3, 6, 12, 24, …

The differences change, but each term is twice the previous term. The constant ratio is 2, so the next term under that rule is 48.

Ratio checks are particularly useful when gaps grow quickly. They are less useful when zeroes or sign changes make division misleading, so treat them as one test rather than a universal recipe.

Example 3: two interleaved sequences

Consider:

2, 9, 4, 12, 6, 15, …

The consecutive gaps look untidy. Split the positions:

  • First, third and fifth: 2, 4, 6.
  • Second, fourth and sixth: 9, 12, 15.

The odd-position sequence rises by 2; the even-position sequence rises by 3. The seventh term would therefore be 8, and the eighth would be 18.

Alternating colours, shapes or spacing often signal this structure in visual puzzles, but the numbers themselves must still support it.

Example 4: recurrence

Consider:

1, 1, 2, 3, 5, …

From the third term onward, each term is the sum of the two before it. That produces 2, then 3, then 5, and gives 8 as the next term.

This is different from applying one operation to the immediately previous term. Write out the dependency explicitly so that you do not accidentally switch rules halfway through.

When first differences change

Changing differences can have a pattern of their own. For example:

2, 5, 10, 17, 26, …

The first differences are 3, 5, 7 and 9. Those differences increase by 2, so the next difference would be 11 and the next term 37.

This “differences of differences” method is useful, but it should not be your first explanation for every sequence. Prefer the least complicated rule that fits all terms and matches the puzzle’s context.

The ambiguity that puzzle books often hide

A finite sequence does not mathematically force a unique next number. Clever formulas can be built to match any finite list and then diverge. Even ordinary-looking lists can support two simple stories when too few terms are shown.

So “the answer” in a puzzle usually means the continuation intended by the author’s convention: commonly the simplest familiar rule that explains all displayed terms. If two similarly simple rules fit, the puzzle needs more information.

This is also why solving a sequence is not evidence of a fixed intelligence level. It demonstrates that you found a rule for that example.

A better way to practise

When checking a solution, ask for three things:

  1. State the rule in words.
  2. Show that it generates every given transition.
  3. Name one alternative you tested and rejected.

That turns a lucky continuation into a falsifiable argument. The same habit transfers naturally to visual fitting puzzles: count constraints, test a placement, and reverse it when it fails. See how to solve polyomino puzzles for that spatial version of the method.

Math & Patterns includes Odd One Out, described as finding the number that does not fit a pattern. Its page is an app-only next step; this article does not claim that a puzzle score measures intelligence or that the game is playable in the browser.

Sources and further reading

Reader questions

What should I check first in a number sequence?
Start with the difference between each pair of consecutive terms. Constant or regularly changing differences reveal many additive and polynomial-style puzzle rules.
What if the differences do not form a pattern?
Check ratios, alternating odd and even positions, repeating operation cycles, and recurrence rules in which a term is built from earlier terms.
Does a number sequence have only one correct next term?
Not necessarily. Any finite list can fit multiple rules. A well-written puzzle usually expects the simplest rule consistent with all terms and the surrounding instructions, but that convention is not a proof of uniqueness.