Pattern Puzzles
Sequences, odd-one-out challenges, and number matrices. Each puzzle gives you a set of elements and asks you to figure out the rule. Hints when you need them, full proofs when you're done.
Difficulty levels
Simple sequences. One rule, steady patterns.
Two-step rules. Alternating and nested sequences.
Multi-layer patterns. Odd-one-out and interleaved series.
Polynomial, geometric, and composite patterns.
Matrix reasoning. Multiple rules working at once.
How it works
You see a sequence of numbers, words, or a grid of values. Something connects them — your job is to figure out what. Pick the right answer from the choices, use hints if you hit a wall, and read the proof afterwards to see the full reasoning.
Three types of problems rotate through: sequences (what comes next?), odd-one-out (which element breaks the rule?), and matrices (a 3×3 grid where rows or columns follow a pattern).
Play modes
Classic
Timer runs. Up to 3 hints. Standard play.
Timed Trial
Beat the clock. Harder patterns get more time.
Zen
No timer. Unlimited hints. Pure pattern-spotting.
How to solve pattern puzzles
Techniques that actually work, not vague advice.
Pattern puzzles test whether you can extract a rule from examples. The math is usually simple — addition, multiplication, maybe a square. The hard part is noticing which operation is in play, especially when there are multiple layers.
Start with the differences
Take each pair of consecutive numbers and subtract. If you get a constant difference, that's your pattern. 2, 5, 8, 11 — differences are all 3. Done. If the differences themselves change, subtract those from each other. Constant second differences mean it's quadratic (like 1, 4, 9, 16 — differences are 3, 5, 7 — second differences are all 2).
Check for ratios
Divide each element by the one before it. 3, 6, 12, 24 — each is ×2. If the ratio is constant, it's geometric. Some harder puzzles alternate between addition and multiplication (add 2, then multiply by 3, repeat) — you won't catch these with differences alone.
Odd-one-out: find the property
When you need to spot which element doesn't belong, look for a shared trait among most of them. Are they all prime? All even? All fruits with 5 letters? The odd one out breaks exactly one rule the rest follow. Don't overthink it — the rule is usually something you can state in a single sentence.
Matrix patterns: rows, columns, diagonals
For 3×3 grids, check if each row or column follows its own rule. Common ones: third cell = first × second, third = first + second, or the sum of each row is constant. Check rows first, then columns. If neither works, try diagonals or look at how the center cell relates to its neighbors.
Difficulty progression
Easy patterns use a single repeating rule — add 3, multiply by 2, that sort of thing. Medium introduces alternating rules or two-step patterns. Hard mixes in word-based odd-one-out problems where the property isn't numeric. Expert goes into polynomial and composite patterns. Einstein combines matrix reasoning with multiple rules simultaneously.
Start with easy to get the feel, then jump wherever the challenge is right.