Pattern and Sequence: Key Types, Formulas, and Examples
You see order everywhere, don’t you? The tiles on your floor, the steps in a math problem—patterns really are all around. Patterns show repeating shapes or rules. Sequences list elements in a certain order that follow those rules.
You can use patterns to predict what comes next, and sequences let you write that prediction down.

This post digs into how patterns and sequences show up in daily life and in mathematics. It’ll walk you through some common number patterns you can spot and extend.
You’ll find out how to recognize repetition, describe the rule behind it, and turn that rule into a sequence you can keep going.
Understanding Patterns and Sequences

Let’s get into how patterns differ from sequences, the words people use to talk about sequences, and how finite and infinite sequences behave. You’ll also see how to find a rule that defines a pattern.
Each part gives you clear examples and short definitions you can use for number patterns or any other ordered list.
Difference Between Pattern and Sequence
A pattern is any repeated design or rule you notice. It might be visual, like a tiled floor, or numerical, like 2, 4, 6, 8.
A sequence is just an ordered list that follows a pattern, but the order matters. Every sequence is a pattern, but not every pattern is a sequence.
How do you spot the difference? Ask yourself: does the order matter? If yes, you’ve got a sequence. If it’s more about repetition or symmetry, then it’s just a pattern.
For example:
- Pattern: red, blue, red, blue (that’s a visual repeat).
- Sequence: 3, 6, 9, 12 (numbers in order, adding 3 each time).
Fundamental Terminology: Terms, Order, and Notation
A term is a single item in a sequence. We usually label them as x1, x2, x3, and so on, with the subscript showing their position.
Order actually matters here—x2 isn’t the same as x3 unless their values happen to match.
You can use two main types of formulas:
- Explicit (or closed) form: xn = 2n gives you the nth term straight away.
- Recursive form: xn = xn−1 + 3 tells you how to get the next term from the last one.
Most number patterns use arithmetic or multiplication rules. Use lists to show the terms, and formulas to describe them, so you can find any term without much fuss.
Finite and Infinite Sequences
A finite sequence stops eventually. Think about the numbers on a clock face, or the first five square numbers. You can count and list every term.
An infinite sequence just keeps going, like 1, 2, 3, … You can’t list them all, but you can describe them with a rule or formula.
Infinite sequences pop up in math when you talk about limits, series, or classic number patterns like arithmetic and geometric progressions.
Identifying and Describing Pattern Rules
To find a rule, check the differences or ratios between terms. If the differences are the same, you’ve got an arithmetic sequence (adding or subtracting). If the ratios are the same, it’s a geometric sequence (multiplying or dividing).
Try this approach:
- List several terms.
- Check the differences (subtract one from the next).
- Check the ratios (divide one by the previous).
- Test your guess on some extra terms.
For example:
- Sequence 5, 8, 11, 14: the difference is 3, so the rule is xn = 5 + (n−1)·3.
- Sequence 2, 6, 18: the ratio is 3, so the rule is xn = 2·3^(n−1).
Explicit formulas help you get any term quickly. Recursive forms show how terms build off earlier ones.
Types of Sequences and Key Number Patterns
Let’s look at how common sequences form, how to write their nth term, and how to spot rules like always adding the same number or always multiplying.
You’ll see examples like linear arithmetic sequences, geometric growth, triangular and square number patterns, and the Fibonacci rule.
Arithmetic Sequences and Common Difference
In an arithmetic sequence, you add the same number every time. That number is the common difference, usually called d.
If the first term is a1, then the nth term is a1 + (n − 1)d. This formula gets you any term fast.
Example: 5, 8, 11, 14… Here, a1 = 5 and d = 3. The 10th term is 5 + (10 − 1)·3 = 32.
You can spot arithmetic sequences by checking the differences between terms. If they match, you’re looking at a linear sequence—you could plot it as a straight line.
People use arithmetic sequences for steady increases or decreases: counting by 4s, calendar patterns, or equal steps. If you want the sum of the first n terms, use n·(first term + last term)/2.
Geometric Sequences and Common Ratio
A geometric sequence multiplies by the same number every time. That multiplier is the common ratio, r.
If the first term is g1, then the nth term is g1 · r^(n−1).
Example: 2, 6, 18, 54… Here, g1 = 2 and r = 3. The 6th term is 2 · 3^5 = 486.
To spot geometric sequences, check the ratios between terms. If they’re always the same, the sequence grows or shrinks exponentially.
Geometric sequences model repeated growth or decay, like interest, population doubling, or halving. If you want the sum of the first n terms, there’s a formula for that too. An infinite geometric series only converges if |r| < 1.
Special Sequences: Triangular, Square, Cube Numbers
Some sequences follow special rules—not just adding or multiplying. Triangular numbers count dots that form triangles: 1, 3, 6, 10… The nth triangular number is n(n+1)/2.
Square numbers are n^2: 1, 4, 9, 16… These show up as perfect squares or grids.
Cube numbers are n^3: 1, 8, 27, 64… They represent volumes in cubes.
You can find neat relationships here. For example, the difference between square numbers forms an odd-number sequence. Triangular numbers, when added up, can form tetrahedral patterns. These special sequences help when you see quadratic or cubic growth instead of just linear or exponential.
Recursive and Explicit Formulas
A recursive formula defines each term by using earlier terms. An explicit formula gives you the nth term directly.
For example, recursive: a_n = a_{n−1} + 3 with a_1 = 5. Explicit: a_n = 5 + (n−1)·3. Both describe the same sequence, but the explicit one skips the earlier steps.
Sometimes, the rule naturally refers to previous terms—like in nature or computer code—so a recursive form fits. If you want to jump straight to the 100th term, use the explicit formula.
You can usually convert between forms by solving the recursion or spotting the pattern. Knowing both comes in handy for proofs, programming, and test problems.
Fibonacci Sequence and Its Applications
The Fibonacci sequence goes 1, 1, 2, 3, 5, 8… Each term is the sum of the two before it: F_n = F_{n−1} + F_{n−2}. That’s a recursive formula, with F_1 = 1 and F_2 = 1.
You can work out an explicit nth term with Binet’s formula, which uses powers and square roots, but honestly, most people stick with recursion or just work it out step by step.
Fibonacci numbers pop up in nature (think leaf patterns and spirals), computer algorithms, and even finance. Ratios of consecutive Fibonacci numbers get closer and closer to the golden ratio, which is a pretty cool property when you look at long-term behavior.
Series and Partial Sums
A series adds up the terms of a sequence, like this: S_n = a_1 + a_2 + … + a_n.
The partial sum S_n just means you’re adding the first n terms.
For arithmetic sequences, you get S_n = n·(a_1 + a_n)/2.
Geometric sequences use S_n = a_1·(1 − r^n)/(1 − r), as long as r isn’t 1.
People use partial sums to figure out totals—think about total distance you’ve walked in steps, or how much interest you’ve piled up.
When you look at infinite series, you want to see if those partial sums settle down to a limit.
You can use partial sums to test for convergence, or just to calculate a total for a sequence that follows a certain pattern.
