Pattern Puzzles
00:00
What number replaces the question mark in the grid?
2
4
8
3
9
27
5
25
?
Research Clues
About expert pattern puzzles
Expert patterns include polynomial sequences and geometric-arithmetic hybrids. A polynomial sequence might follow n² + n, so the terms are 2, 6, 12, 20 ā not immediately obvious unless you try computing n(n+1) for each position.
Some expert puzzles combine operations: multiply by 2 then subtract 1, or add consecutive primes. These resist simple difference-checking, which is the point. You often need to try multiple hypotheses before one sticks. Paper helps.