Number sequences and patterns
A sequence is an ordered list of numbers built by a rule. The rule can be plain ("add each time") or sneaky ("each term is the sum of the previous two"). Spotting the rule is one of the most useful skills in mathematics , and one of the most enjoyable puzzles.
Concept
Arithmetic sequences. Each term is obtained by adding a fixed number, the common difference , to the previous term. Examples:
- with .
- with .
General term: . Sum of the first terms: .
Geometric sequences. Each term is obtained by multiplying the previous one by a fixed common ratio . Examples:
- with .
- with .
General term: . These show exponential growth or decay.
Triangular numbers. , counts of dots in growing triangles. Formula: .
Square numbers. , .
Fibonacci sequence. Each term is the sum of the two before it. Discovered (in Europe) by Fibonacci in 1202 in a problem about rabbits, this sequence later showed up in pinecones, sunflower spirals, and family trees of honeybees. The ratio of consecutive terms approaches the golden ratio .
Pascal's triangle. Each entry is the sum of the two above it.
This single triangle contains the powers of (), the Fibonacci sequence (sum of "shallow diagonals"), and the binomial coefficients you will meet in algebra.
Recognising the rule. When given a sequence:
- Compute the differences between consecutive terms. Constant? Arithmetic.
- Compute the ratios. Constant? Geometric.
- Compute second differences. Constant? Quadratic (like square numbers).
- Try summing two previous terms (Fibonacci-style).
Worked examples
Example 1. Find the -th term of .
- Common difference , first term .
- .
Example 2. Find the sum of the first terms of .
- This is arithmetic with , .
- .
- .
Example 3. Find the -th term of geometric sequence .
- , .
- .
Example 4. Find the -th Fibonacci number, starting .
- Continue: .
- Tenth term: .
Try it yourself
- Find the -th term of .
- Find the sum of the first positive even numbers.
- Find the next two terms of .
- Find the -th term of geometric sequence .
- List the first Fibonacci numbers starting from .
- Spot the rule and give the next two terms: .
- The first three terms of an arithmetic sequence are . Find .
- Compute the ratio (where are Fibonacci) and compare with the golden ratio .
Activity / Insight
Sunflower hunt. Look up a high-resolution picture of a sunflower head. Count the number of spirals winding clockwise and the number winding anticlockwise. You will find Fibonacci numbers , often and , sometimes and . This is the most-photographed example of how an abstract sequence shows up in nature.