ThePuzzleLabs

Pattern puzzle rules

Spot the rule, predict what comes next, and find the outlier.

What are pattern puzzles?

Pattern puzzles give you a sequence of elements and ask you to figure out the underlying rule. Sometimes you predict the next element. Sometimes you find the element that breaks the pattern. Sometimes you fill in a missing cell in a grid.

The elements can be numbers, shapes, colors, or a mix. What they have in common: there is always a logical rule connecting them, and your job is to find it.

Puzzle types on this site

  • What comes next? — A sequence of numbers or shapes. Pick the next one from multiple choices.
  • Odd one out — Several elements follow a rule. One does not. Find the outlier.
  • Matrix completion — A grid of elements with one cell missing. Figure out the row and column rules to fill it in.

How to approach a pattern puzzle

  1. Calculate differences. For number sequences, subtract each element from the next. Constant difference = arithmetic sequence. Example: 3, 7, 11, 15 → differences are all 4, so the next number is 19.
  2. Check ratios. Divide each element by the previous one. Constant ratio = geometric sequence. Example: 2, 6, 18, 54 → ratio is 3, so next is 162.
  3. Look for alternating rules. Some sequences apply different operations to odd and even positions. Split the sequence and check each half separately.
  4. Consider known sequences. Primes (2, 3, 5, 7, 11), Fibonacci (1, 1, 2, 3, 5, 8), squares (1, 4, 9, 16), triangular numbers (1, 3, 6, 10). If the numbers look familiar, test these.
  5. For odd-one-out, test each element. Remove one element at a time and check if the remaining ones follow a consistent rule.

Worked example

Sequence: 2, 5, 10, 17, 26, ?

Differences: 3, 5, 7, 9 — these increase by 2 each time. So the next difference is 11, and the next number is 26 + 11 = 37.

Another way to see it: each number is n² + 1 (where n starts at 1). 1²+1=2, 2²+1=5, 3²+1=10, 4²+1=17, 5²+1=26, 6²+1=37. Both approaches give the same answer.

Difficulty levels

LevelWhat to expect
EasySimple arithmetic sequences, single-rule patterns
MediumGeometric sequences, two-step rules
HardAlternating rules, composite patterns
ExpertMulti-rule sequences, matrix puzzles
EinsteinNested rules, obscure sequences, lateral thinking

Tips

  • Write down the differences. It takes two seconds and catches 80% of patterns.
  • If the first approach fails, try second differences (the differences of the differences). Quadratic sequences show up as constant second differences.
  • For odd-one-out, find the rule first, then test each element against it. Working backwards is faster than testing each removal.
  • Do not overthink easy puzzles. If +3 explains everything, the answer is +3. Pattern puzzles reward the simplest explanation.

Frequently asked questions

What is a pattern puzzle?

A puzzle that gives you a sequence (numbers, shapes, or other elements) and asks you to identify the rule. You might predict the next element, find the missing piece, or spot the outlier.

How do you find the pattern in a number sequence?

Calculate differences between consecutive numbers. If constant, it is arithmetic. Check ratios for geometric patterns. Also look for squares, cubes, primes, and alternating rules.

What types of patterns are there?

Common types: arithmetic (+n), geometric (Ɨn), quadratic (second differences constant), Fibonacci-style (each term is the sum of the previous two), alternating rules, and composite patterns that combine multiple operations.

Are pattern puzzles good for the brain?

Pattern recognition is a fundamental cognitive skill. Practicing it strengthens your ability to spot relationships in math, code, data, and everyday problem-solving.

Related puzzle rules

Ready to play? Start with an easy pattern or pick your difficulty.