Number Puzzles Number Sequence

What Comes Next? A Sequence With Exactly One Rule

Most sequence puzzles are broken, because several answers fit. This one is generated from a single stated rule, and a validator recalculates the answer independently.

A branded card in high-contrast indigo introducing a number sequence puzzle with one missing term.

Number sequences have a bad reputation, and they have earned it.

The problem is mathematical rather than editorial. For any finite list of numbers, there is an infinite number of rules that produce it, so a sequence puzzle is only fair if the intended rule is clearly the simplest one available and if enough terms are shown to make it obvious.

Plenty of published sequence puzzles fail that test. They show four terms, accept one answer, and have at least two defensible alternatives.

How this one is built

Every sequence on this site is generated the other way round. A rule object is chosen first — arithmetic, geometric, alternating, squares, triangular numbers, a simple recurrence — and the terms are then produced from it.

Six terms are shown, which is enough to pin down the family of simple rules. Before it can publish, a validator rebuilds the entire series from the stored rule through a separate function, compares it term by term with what is on the page, and checks that the recomputed next value matches the stored answer. It also rejects any sequence that repeats a term, because a repeat usually means an accidental fixed point and an ambiguous rule.

If you get stuck

Write the gaps down. Under each pair of adjacent numbers, write the difference between them. If those differences are all the same, it is arithmetic and you are finished.

If the differences are not constant, look at the differences between the differences. A constant second difference means the sequence grows in a regular quadratic way, which usually points at squares or triangular numbers.

If neither works, try division rather than subtraction. A constant ratio means it is geometric.

The reveal below gives the answer and states the rule in plain words.

Medium What number comes next in this sequence?

A row of 6 numbers followed by an empty box: 2, 7, 13, 20, 28, 37, then a question mark.2713202837?
Generated puzzle — the answer is checked before publication. Open image
Reveal the answer

Answer 47

The same sequence with the final box filled in with 47.

The answer is 47, because the gap grows each time — it starts at 5 and increases by 1 at every step. Applying that to the last visible term, 37, gives 47.

One arrow in this grid points the wrong way. Most people scan too fast

A branded card in high-contrast indigo introducing a grid puzzle in which one arrow points the wrong way.
Odd One Out

One Arrow in This Grid Is Pointing the Wrong Way. Can You Find It?

A grid of identical arrows with exactly one impostor. The answer is generated from the puzzle data before the picture is drawn, so there is no argument about where it is.

Start it