00-13 β Number Sequences and Patterns
Phase: 0 β Arithmetic & Number Foundations Subject: 00-13 Prerequisites: 00-07 β Ratios, Rates, and Proportions Next subject: 00-14 β Factors, Multiples, and Primes (Deep Dive)
Learning Objectives
By the end of this subject, you will be able to:
- Identify whether a sequence is arithmetic, geometric, or neither, and determine its common difference or common ratio
- Find the nth term (general term) of an arithmetic or geometric sequence using the standard formulas
- Calculate any specific term of a sequence given its position, or find the position given the term value
- Recognise and extend famous sequences including Fibonacci, triangular numbers, and square numbers
- Analyse visual and numerical patterns to derive the rule governing a sequence
Core Content
1. What Is a Sequence?
A sequence is an ordered list of numbers following a specific rule. Each number in the sequence is called a term.
Notation: - The first term is Tβ (or aβ), second is Tβ, third is Tβ, etc. - The nth term (general term) is Tβ (or aβ) - A sequence with n terms: Tβ, Tβ, Tβ, ..., Tβ
Examples of sequences: - 2, 4, 6, 8, 10, ... (even numbers β rule: add 2 each time) - 3, 7, 11, 15, 19, ... (rule: add 4 each time) - 1, 3, 9, 27, 81, ... (rule: multiply by 3 each time) - 1, 1, 2, 3, 5, 8, 13, ... (Fibonacci β each term is sum of previous two)
β οΈ THIS IS CRITICAL β Sequences are the gateway to functions and algebra. Understanding how to find the nth term is essentially understanding how to write a function f(n) that gives the nth value. This concept appears in algebra, calculus (series), computer science (algorithms), and probability.
2. Arithmetic Sequences
An arithmetic sequence (also called an arithmetic progression or AP) is a sequence where the difference between consecutive terms is constant. This constant is the common difference d.
Tβββ β Tβ = d (constant for all n)
Identifying an arithmetic sequence: Subtract each term from the next. If the difference is always the same, it's arithmetic.
Example 1: 5, 9, 13, 17, 21, ...
$9 β 5 = 4, 13 β 9 = 4, 17 β 13 = 4, 21 β 17 = 4 Constant difference d = 4. This is arithmetic. $
Example 2: 20, 15, 10, 5, 0, β5, ...
$15 β 20 = β5, 10 β 15 = β5, 5 β 10 = β5 Constant difference d = β5. This is arithmetic (decreasing). $
Example 3: 2, 4, 8, 16, 32, ...
$4 β 2 = 2, 8 β 4 = 4 β not constant. NOT arithmetic. $
3. The nth Term of an Arithmetic Sequence
For an arithmetic sequence with first term a and common difference d:
Tβ = a + (n β 1)d
Where does this formula come from?
Tβ = a
Tβ = a + d
Tβ = a + 2d
Tβ = a + 3d
...
Tβ = a + (n β 1)d β nβ1 jumps of size d from the first term
Example 1: Find the 20th term of 3, 7, 11, 15, ...
$a = 3, d = 4 Tββ = 3 + (20 β 1) Γ 4 = 3 + 19 Γ 4 = 3 + 76 = 79 $
Example 2: Find the nth term of 10, 6, 2, β2, ...
$a = 10, d = β4 Tβ = 10 + (n β 1)(β4) = 10 β 4(n β 1) = 10 β 4n + 4 = 14 β 4n $
Example 3: The 5th term of an arithmetic sequence is 23 and the 12th term is 65. Find a and d.
$Tβ
= a + 4d = 23
Tββ = a + 11d = 65
Subtract: (a + 11d) β (a + 4d) = 65 β 23
7d = 42
d = 6
Then: a + 4(6) = 23 β a + 24 = 23 β a = β1
The sequence is: β1, 5, 11, 17, 23, 29, 35, 41, 47, 53, 59, 65, ...
Tβ = β1 + (n β 1) Γ 6 = 6n β 7
$
4. Geometric Sequences
A geometric sequence (also called a geometric progression or GP) is a sequence where the ratio of consecutive terms is constant. This constant is the common ratio r.
Tβββ / Tβ = r (constant for all n)
Identifying a geometric sequence: Divide each term by the previous term. If the ratio is always the same, it's geometric.
Example 1: 3, 6, 12, 24, 48, ...
$6 Γ· 3 = 2, 12 Γ· 6 = 2, 24 Γ· 12 = 2, 48 Γ· 24 = 2 Constant ratio r = 2. This is geometric. $
Example 2: 100, 50, 25, 12.5, ...
$50 Γ· 100 = 1/2, 25 Γ· 50 = 1/2, 12.5 Γ· 25 = 1/2 Constant ratio r = 1/2. This is geometric. $
Example 3: 1, 4, 9, 16, 25, ... (square numbers)
$4 Γ· 1 = 4, 9 Γ· 4 = 2.25 β not constant. NOT geometric. $
5. The nth Term of a Geometric Sequence
For a geometric sequence with first term a and common ratio r:
Tβ = a Γ r^(nβ1)
Where does this formula come from?
Tβ = a
Tβ = a Γ r
Tβ = a Γ rΒ²
Tβ = a Γ rΒ³
...
Tβ = a Γ r^(nβ1) β nβ1 multiplications by r from the first term
Example 1: Find the 8th term of 2, 6, 18, 54, ...
$a = 2, r = 3 Tβ = 2 Γ 3^(8β1) = 2 Γ 3β· = 2 Γ 2,187 = 4,374 $
Example 2: Find the nth term of 64, 32, 16, 8, ...
$a = 64, r = 1/2 Tβ = 64 Γ (1/2)^(nβ1) = 64 Γ 2^(β(nβ1)) = 2βΆ Γ 2^(1βn) = 2^(7βn) $
So Tβ = 2^(7βn). Check: n=1 β 2βΆ = 64 β, n=4 β 2Β³ = 8 β.
Example 3: The 3rd term of a geometric sequence is 36 and the 6th term is 972. Find a and r.
$Tβ = a Γ rΒ² = 36
Tβ = a Γ rβ΅ = 972
Divide: rβ΅ / rΒ² = 972 / 36
rΒ³ = 27
r = 3
Then: a Γ 3Β² = 36 β a Γ 9 = 36 β a = 4
Tβ = 4 Γ 3^(nβ1)
$
6. The Fibonacci Sequence
The Fibonacci sequence is one of the most famous sequences in mathematics:
1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, ...
Rule: Each term (after the first two) is the sum of the two preceding terms.
Fβ = 1, Fβ = 1 Fβ = Fβββ + Fβββ for n β₯ 3
Extending the sequence:
$Fβ = 1 Fβ = 1 Fβ = 1 + 1 = 2 Fβ = 1 + 2 = 3 Fβ = 2 + 3 = 5 Fβ = 3 + 5 = 8 Fβ = 5 + 8 = 13 Fβ = 8 + 13 = 21 ... and so on $
β οΈ THIS IS CRITICAL β The Fibonacci sequence appears throughout nature: spiral patterns in shells, branching in trees, arrangements of petals, and even galaxy structures. The ratio of consecutive Fibonacci terms approaches the golden ratio Ο β 1.618, which has profound connections to art, architecture, and aesthetics.
Practice: Find Fββ (the 10th Fibonacci number). 1, 1, 2, 3, 5, 8, 13, 21, 34, 55 Fββ = 55.
7. Other Famous Sequences
Triangular Numbers: 1, 3, 6, 10, 15, 21, 28, ...
$Tβ = n(n + 1) / 2 $
Each term counts the dots in a triangular arrangement. Tβ = 1, Tβ = 3 (one on top, two below), Tβ = 6, etc.
Square Numbers: 1, 4, 9, 16, 25, 36, 49, ...
$Tβ = nΒ² $
Cube Numbers: 1, 8, 27, 64, 125, ...
$Tβ = nΒ³ $
Powers of 2: 2, 4, 8, 16, 32, 64, ...
$Tβ = 2βΏ $
(Note: some definitions start at 1 = 2β°, but commonly adapted.)
8. Pattern Recognition β Finding the Rule
When given the first few terms of a sequence, how do you figure out the rule?
Step 1 β Check for arithmetic: Subtract consecutive terms. If the difference is constant, it's arithmetic.
Step 2 β Check for geometric: Divide consecutive terms. If the ratio is constant, it's geometric.
Step 3 β Check for "second difference" constant: If first differences aren't constant, check if the differences of the differences are constant. This indicates a quadratic pattern (Tβ = anΒ² + bn + c).
Example (quadratic): 2, 5, 10, 17, 26, ...
$First differences: 3, 5, 7, 9 (not constant) Second differences: 2, 2, 2 (CONSTANT!) This is a quadratic sequence: Tβ = nΒ² + 1 $
Step 4 β Look for known patterns: Triangular, Fibonacci, powers, etc.
Step 5 β Try to relate each term to its position n.
Example: Find the rule for 2, 6, 12, 20, 30, ...
$Position n: 1 2 3 4 5 Term: 2 6 12 20 30 Difference: 4 6 8 10 (first diff: 4, 6, 8, 10) 2nd diff: 2 2 2 (constant β quadratic) Pattern insight: 2=1Γ2, 6=2Γ3, 12=3Γ4, 20=4Γ5, 30=5Γ6 Tβ = n(n + 1) $
9. Finding the Position Given the Value
Sometimes you know the term value and need to find n (its position in the sequence).
Example 1 (arithmetic): In the sequence 7, 11, 15, 19, ..., which term equals 87?
$Tβ = 7 + (n β 1) Γ 4 = 7 + 4n β 4 = 4n + 3 Set Tβ = 87: 4n + 3 = 87 4n = 84 n = 21 $
87 is the 21st term.
Example 2 (geometric): In the sequence 5, 15, 45, 135, ..., which term equals 3,645?
$Tβ = 5 Γ 3^(nβ1) Set Tβ = 3,645: 5 Γ 3^(nβ1) = 3,645 3^(nβ1) = 729 3^(nβ1) = 3βΆ n β 1 = 6 n = 7 $
3,645 is the 7th term.
Worked Examples
Example 1: Arithmetic nth Term and Position
For the sequence 13, 18, 23, 28, ...: (a) Find the nth term formula. (b) Find the 50th term. (c) Which term equals 203?
Solution:
(a) a = 13, d = 5 Tβ = 13 + (n β 1) Γ 5 = 13 + 5n β 5 = 5n + 8
(b) Tβ β = 5(50) + 8 = 250 + 8 = 258
(c) Set Tβ = 203: 5n + 8 = 203 5n = 195 n = 39 The 39th term.
Example 2: Geometric nth Term
For the sequence 3, 12, 48, 192, ...: (a) Find the nth term formula. (b) Find the 7th term.
Solution:
(a) a = 3, r = 12 Γ· 3 = 4 Tβ = 3 Γ 4^(nβ1)
(b) Tβ = 3 Γ 4βΆ = 3 Γ 4,096 = 12,288
Example 3: Pattern Recognition
Find the nth term of the sequence: 4, 9, 16, 25, 36, ...
Solution:
Check for arithmetic: 9β4=5, 16β9=7 β not constant. Check for geometric: 9Γ·4=2.25, 16Γ·9β1.78 β not constant.
Look at the numbers: 2Β², 3Β², 4Β², 5Β², 6Β², ... These are square numbers starting from n=1 with Tβ = (1+1)Β² = 2Β².
Tβ = (n + 1)Β² = nΒ² + 2n + 1
Check: n=1 β 4 β, n=5 β 36 β.
Answer: Tβ = (n + 1)Β²
Example 4: Visual Pattern to Sequence
A pattern of matchsticks forms squares end-to-end. One square uses 4 matchsticks. Each additional square uses 3 more matchsticks (sharing one side).
Square chain: β‘ β‘β‘ β‘β‘β‘ ... Matchsticks: 4, 7, 10, 13, ...
(a) Write the nth term for matchsticks. (b) How many matchsticks for 20 squares? (c) If you have 301 matchsticks, how many squares can you make?
Solution:
(a) a = 4, d = 3 Tβ = 4 + (n β 1) Γ 3 = 4 + 3n β 3 = 3n + 1
(b) Tββ = 3(20) + 1 = 60 + 1 = 61 matchsticks
(c) Set Tβ = 301: 3n + 1 = 301 3n = 300 n = 100 100 squares.
Key Terms
- For negative common differences or ratios.
- Fibonacci sequence
- arithmetic sequence
- Misidentifying Fibonacci-style sequences.
- Example 1: Arithmetic Nth Term And Position
- The 22nd term.
- Correct: B) Arithmetic with d = β5
- Correct: C) 5n + 2
- The Fibonacci Sequence
- Example 3: Pattern Recognition
- 12,288
- Answer: A) Arithmetic, d = 7
Practice Problems
(Answers are below. Try each problem before checking.)
Problem 1: Find the 15th term of the arithmetic sequence 8, 14, 20, 26, ...
Problem 2: Find the nth term of the arithmetic sequence 25, 19, 13, 7, 1, ...
Problem 3: In the arithmetic sequence 5, 11, 17, 23, ..., which term equals 131?
Problem 4: Find the 6th term of the geometric sequence 7, 21, 63, ...
Problem 5: Find the nth term of the geometric sequence 80, 40, 20, 10, ...
Problem 6: Find the nth term of the sequence 3, 8, 15, 24, 35, ...
Problem 7: Fibonacci: Find Fββ (the 12th Fibonacci number).
Answers (click to expand)
**Problem 1:** a = 8, d = 6 Tββ = 8 + (15 β 1) Γ 6 = 8 + 84 = **92** **Problem 2:** a = 25, d = β6 Tβ = 25 + (n β 1)(β6) = 25 β 6n + 6 = **31 β 6n** **Problem 3:** Tβ = 5 + (n β 1) Γ 6 = 6n β 1 Set 6n β 1 = 131: 6n = 132 n = 22 **The 22nd term.** **Problem 4:** a = 7, r = 3 Tβ = 7 Γ 3β΅ = 7 Γ 243 = **1,701** **Problem 5:** a = 80, r = 1/2 Tβ = 80 Γ (1/2)^(nβ1) = 80 / 2^(nβ1) Alternatively: Tβ = 160 / 2βΏ **Problem 6:** Terms: 3, 8, 15, 24, 35 Notice: 3 = 1Γ3, 8 = 2Γ4, 15 = 3Γ5, 24 = 4Γ6, 35 = 5Γ7 Pattern: Tβ = n(n + 2) = nΒ² + 2n Check: n=1 β 1(3) = 3 β, n=5 β 5(7) = 35 β **Answer: Tβ = n(n + 2) = nΒ² + 2n** **Problem 7:** 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144 **Fββ = 144**Summary
- A sequence is an ordered list of numbers following a rule. An arithmetic sequence has a constant difference d between consecutive terms; a geometric sequence has a constant ratio r.
- Arithmetic nth term: Tβ = a + (n β 1)d, where a is the first term and d is the common difference.
- Geometric nth term: Tβ = a Γ r^(nβ1), where a is the first term and r is the common ratio.
- The Fibonacci sequence (1, 1, 2, 3, 5, 8, ...) adds the two preceding terms. It appears throughout nature and is connected to the golden ratio.
- Pattern recognition strategy: Check arithmetic (first difference), then geometric (ratio), then second differences (quadratic), then known patterns (squares, triangular numbers, Fibonacci).
- Finding the nth term is the foundation for algebraic functions β Tβ expresses how the term depends on its position n.
Pitfalls
- Confusing arithmetic with geometric. Subtraction gives a constant difference β arithmetic. Division gives a constant ratio β geometric. Always test both.
- Using n instead of nβ1 in formulas. Tβ = a + nd is wrong β the first term should have n=1 giving a, not a+d.
- Forgetting the first difference in a quadratic sequence. If terms are 1, 4, 9, 16, the rule is Tβ = nΒ², not nΒ² + something β always verify by substituting n=1.
- Misidentifying Fibonacci-style sequences. Not every sequence where terms are sums of previous terms is Fibonacci β check the specific recurrence relation.
- For negative common differences or ratios. d can be negative (decreasing arithmetic); r can be between 0 and 1 (decreasing geometric, like dividing by 2 each time).
Quiz
Answer each question, then read the explanation for your choice.
Q1: What type of sequence is 13, 8, 3, β2, β7, ...?
A) Geometric with r = β5 B) Arithmetic with d = β5 C) Arithmetic with d = 5 D) Neither
Answer and Explanations
**Correct: B) Arithmetic with d = β5** 8 β 13 = β5, 3 β 8 = β5, β2 β 3 = β5, β7 β (β2) = β5. Constant difference d = β5. It's arithmetic. - A) r = 8/13 β 3/8 β not constant, so not geometric. - B) Arithmetic with d = β5: β Correct. - C) Arithmetic with d = 5: The difference is β5, not +5. - D) Neither: It is arithmetic.Q2: Find the nth term of 7, 12, 17, 22, ...
A) 7n + 5 B) 5n + 7 C) 5n + 2 D) 7n β 2
Answer and Explanations
**Correct: C) 5n + 2** a = 7, d = 5 Tβ = 7 + (n β 1) Γ 5 = 7 + 5n β 5 = 5n + 2 Check: n=1 β 7 β, n=2 β 12 β - A) 7n + 5: n=1 gives 12, not 7. - B) 5n + 7: n=1 gives 12, not 7. - C) 5n + 2: β Correct. - D) 7n β 2: n=2 gives 12, but n=1 gives 5, not 7.Q3: What is the 10th term of the geometric sequence 3, 6, 12, ...?
A) 60 B) 3,072 C) 1,536 D) 30
Answer and Explanations
**Correct: C) 1,536** a = 3, r = 2 Tββ = 3 Γ 2βΉ = 3 Γ 512 = 1,536 - A) 60: This is an arithmetic guess: 3 + 9Γ... something. No. - B) 3,072: You used 2ΒΉβ° instead of 2βΉ. Tββ = a Γ rβΉ, not a Γ rΒΉβ°. - C) 1,536: β Correct. - D) 30: You may have done 3 Γ 10 = 30.Q4: What is the next term in the Fibonacci sequence after 34?
A) 47 B) 53 C) 55 D) 42
Answer and Explanations
**Correct: C) 55** Fibonacci: ..., 13, 21, 34, 55 (13+21=34, 21+34=55). - A) 47: Not the sum of 21 and 34. - B) 53: Close but not the sum. - C) 55: β Correct. 21 + 34 = 55. - D) 42: Not the sum of 21 and 34.Q5: Find the nth term of 2, 6, 12, 20, 30, ...
A) 2n B) nΒ² + n C) n(n + 1) D) Both B and C
Answer and Explanations
**Correct: D) Both B and C** n(n + 1) = nΒ² + n. Both expressions are identical. Check: n=1 β 2 β, n=2 β 6 β, n=3 β 12 β, n=4 β 20 β. - A) 2n: n=2 gives 4, not 6. - B) nΒ² + n: β Correct. - C) n(n + 1): β Correct β equivalent to B. - D) Both B and C: β Correct β they are the same.Q6: Which term of the sequence 11, 16, 21, 26, ... equals 106?
A) 19th B) 20th C) 21st D) 18th
Answer and Explanations
**Correct: B) 20th** a = 11, d = 5. Tβ = 11 + (n β 1) Γ 5 = 5n + 6 Set 5n + 6 = 106: 5n = 100 n = 20 - A) 19th: 5(19) + 6 = 95 + 6 = 101, not 106. - B) 20th: β Correct. 5(20) + 6 = 106. - C) 21st: 5(21) + 6 = 111, not 106. - D) 18th: 5(18) + 6 = 96, not 106.Q7: For the geometric sequence 81, 27, 9, 3, ..., find Tβ.
A) 81 Γ (1/3)βΏ B) 81 / 3^(nβ1) C) 81 Γ (1/3)^(nβ1) D) Both B and C
Answer and Explanations
**Correct: D) Both B and C** a = 81, r = 1/3 Tβ = 81 Γ (1/3)^(nβ1) = 81 / 3^(nβ1) = 3β΄ / 3^(nβ1) = 3^(5βn) - A) 81 Γ (1/3)βΏ: n=1 gives 81 Γ 1/3 = 27, but Tβ should be 81. - B) 81 / 3^(nβ1): β Correct. - C) 81 Γ (1/3)^(nβ1): β Correct β equivalent to B. - D) Both B and C: β Correct.Q8: What sequence is formed by triangular numbers?
A) 1, 2, 4, 8, 16, ... B) 1, 3, 6, 10, 15, ... C) 1, 2, 3, 5, 8, ... D) 1, 4, 9, 16, 25, ...
Answer and Explanations
**Correct: B) 1, 3, 6, 10, 15, ...** Triangular numbers: Tβ = n(n+1)/2. Tβ=1, Tβ=3, Tβ=6, Tβ=10, Tβ =15. - A) Powers of 2 (geometric with r=2). - B) 1, 3, 6, 10, 15: β Correct β triangular numbers. - C) Fibonacci sequence. - D) Square numbers (nΒ²).Next Steps
Move on to 00-14 β Factors, Multiples, and Primes (Deep Dive) for a comprehensive exploration of factor trees, HCF/LCM with three or more numbers, the Sieve of Eratosthenes, and prime factorization methods.
Q5: How many terms in the arithmetic sequence 2, 8, 14, ..., 92?
A) 14 B) 15 C) 16 D) 17
Answer: C) 16 Tβ = 2 + (nβ1)Γ6 = 6n β 4. Set 6n β 4 = 92 β 6n = 96 β n = 16.