What Is the Definition of a Pattern in Math?
A pattern is a repeated or predictable arrangement of numbers, shapes, or objects in which each item is linked to the next by a rule. Once you know the rule, you can continue the pattern forever and predict any missing item.
Take $3, 6, 9, 12, \ldots$ The rule is "add $3$ each time," so the next number is $15$. The rule is what makes it a pattern rather than a random list.
Patterns split into two broad families. Number patterns are ordered lists of numbers following a rule; shape patterns are repeated arrangements of figures. A number pattern that follows a fixed rule is closely related to a sequence, which is the more formal name for the same idea in later grades.
What Are the Types of Number Patterns?
Number patterns are named by the rule that generates them. The main types you will meet:
Arithmetic pattern - add or subtract the same number each time. Example: $4, 8, 12, 16$ (add $4$). This becomes the arithmetic progressions topic later on.
Geometric pattern - multiply or divide by the same number each time. Example: $2, 6, 18, 54$ (multiply by $3$).
Fibonacci pattern - each term is the sum of the two before it. Example: $0, 1, 1, 2, 3, 5, 8$.
Square numbers - the counting numbers squared. Example: $1, 4, 9, 16, 25$ (that is $1^2, 2^2, 3^2, \ldots$).
Triangular numbers - dots that stack into triangles. Example: $1, 3, 6, 10, 15$.
Patterns also get described by direction: a growing pattern increases, a shrinking pattern decreases, and a repeating pattern cycles the same unit over and over.
How Do You Find the Rule of a Pattern?
The reliable method is to look at how each term relates to the next:
Find the difference between consecutive terms. If it is constant, the pattern is arithmetic.
Find the ratio if the difference is not constant. If each term is a fixed multiple of the last, it is geometric.
Check for a sum rule (each term equals the two before it) for a Fibonacci-type pattern.
Test special families like squares ($1, 4, 9, \ldots$) or triangular numbers when neither difference nor ratio is constant.
The habit that pays off is checking the difference of the differences before assuming a pattern is broken, because square and triangular patterns hide a second layer of rule.
What Are Shape Patterns?
A shape pattern repeats a group of shapes in a set order, such as circle, square, triangle, circle, square, triangle. The repeating group is called the unit, and naming it (often with letters like A, B, C) is how you describe and extend the pattern.
Shape patterns can also grow: one dot, then three, then six, building the triangular numbers as a picture. That link between a shape pattern and a number pattern is where geometry and arithmetic first meet.
What Are Repeating, Growing, and Shrinking Patterns?
Beyond the rule that generates them, patterns are also grouped by their overall direction. Every number or shape pattern fits one of three families:
Repeating pattern - the same unit cycles over and over with no change in size, like $A, B, C, A, B, C$ or red-blue-red-blue. The unit is what repeats, and naming it describes the whole pattern.
Growing pattern - each term is larger than the last, such as $2, 4, 6, 8$ or the triangular dots $1, 3, 6, 10$. Growing patterns lead naturally into sequences and formulas.
Shrinking pattern - each term is smaller than the last, such as $20, 15, 10, 5$ or $64, 32, 16, 8$. A shrinking pattern is simply a growing rule run in reverse (subtracting or dividing).
Spotting which family a pattern belongs to is the quick first read before you hunt for the exact rule.
Examples of Patterns
Example 1
Find the next number in $11, 17, 23, 29, \underline{\phantom{00}}, 41$.
The difference between terms is $6$ each time ($17 - 11 = 6$).
$$29 + 6 = 35$$
The missing number is $35$.
Example 2
Find the next number in $1, 2, 4, 7, 11, \underline{\phantom{00}}$.
Wrong attempt first. A student sees $1, 2, 4$ and assumes the pattern doubles (a geometric pattern), predicting $8$ after $4$. But the fourth term is $7$, not $8$, so doubling is broken and the guess of $22$ for the blank is wrong.
Correct method. Look at the differences: $1, 2, 3, 4$. They grow by one each step, so the next difference is $5$:
$$11 + 5 = 16$$
The missing number is $16$. Checking the differences before assuming a rule is what rescues this one.
Example 3
Find the missing number in $1, 4, 9, \underline{\phantom{00}}, 25$.
These are square numbers: $1^2, 2^2, 3^2, 4^2, 5^2$.
$$4^2 = 16$$
The missing number is $16$.
Example 4
Continue the geometric pattern $2, 6, 18, 54, \underline{\phantom{00}}$.
Each term is $3$ times the one before it:
$$54 \times 3 = 162$$
The next number is $162$.
Example 5
Extend the Fibonacci pattern $0, 1, 1, 2, 3, 5, \underline{\phantom{00}}$.
Each term is the sum of the two before it:
$$3 + 5 = 8$$
The next number is $8$. This same rule appears in the arithmetic sequence family of ideas, though Fibonacci uses a sum rule rather than a constant difference.
Example 6
A pattern of dots grows $1, 3, 6, 10, \underline{\phantom{00}}$. What comes next?
These are triangular numbers; each step adds one more than the last ($+2, +3, +4$, so next is $+5$):
$$10 + 5 = 15$$
The next triangular number is $15$, a row of five dots added to the stack.
Why Do Patterns Matter?
Patterns matter because they are how mathematics predicts. Spotting the rule behind a list lets you jump ahead without listing every step, which is the seed of algebra and of computer logic.
Nature and science. Petal counts, spiral seed heads, and branching all follow the Fibonacci sequence, so biologists read patterns to understand growth.
Coding and passwords. Every loop a computer runs is a pattern instruction; every code-breaking effort hunts a pattern.
Everyday prediction. Bus timetables, calendar dates, and savings that grow by a fixed rate are all patterns, and reading them is a life skill before it is a school topic.
The reason patterns come first in the math curriculum is that they train the mind to ask "what is the rule?", the question behind every formula that follows.
What Are the Most Common Mistakes With Patterns?
Mistake 1: Guessing the rule from too few terms
Where it slips in: short patterns like $1, 2, 4, \ldots$ that could double or could add growing amounts.
Don't do this: lock in "doubling" after seeing $1, 2, 4$ without checking the next term.
The correct way: test the rule against at least one more given term before extending. The first instinct is to grab the simplest rule that fits the first three numbers, which is exactly where the trap lives.
Mistake 2: Confusing arithmetic and geometric patterns
Where it slips in: patterns that grow quickly, like $3, 9, 27$.
Don't do this: treat $3, 9, 27$ as "add $6$, add $18$" and get lost.
The correct way: if the difference keeps changing but the ratio is constant, it is geometric (here, multiply by $3$). Naming the family before extending is the habit that prevents the mix-up.
Mistake 3: Ignoring the second layer in square and triangular patterns
Where it slips in: patterns like $1, 4, 9, 16$ where the difference is not constant.
Don't do this: declare the pattern "broken" because the differences $3, 5, 7$ are not equal.
The correct way: notice the differences themselves form a pattern (they rise by $2$), which points to square numbers. Trusting only the surface layer, or a pattern read from too little data, is the flawed thinking behind the gambler's fallacy, where people expect a short run to dictate what comes next.
Conclusion
The definition of patterns in math is a repeated or predictable arrangement of numbers or shapes following a rule.
Number patterns include arithmetic, geometric, Fibonacci, square, and triangular types.
Shape patterns repeat a unit of figures, sometimes growing into number patterns.
Finding the rule means checking differences first, then ratios, then special families.
The most common mistake is guessing a rule from too few terms.
Practice These to Solidify Your Understanding
Try three: find the next term in $5, 10, 20, 40, \ldots$; identify the rule in $1, 3, 6, 10, 15, \ldots$; and continue the pattern $2, 5, 10, 17, \ldots$ If a rule seems broken, check the differences as in Example 2. To build pattern skills with a teacher, explore Bhanzu's elementary math tutor, math classes for kids, or a math tutor. Want a live trainer to guide more pattern practice? Book a free demo class.
Read More
Was this article helpful?
Your feedback helps us write better content
