Sequence Formula
The Formula
When to use: A pattern of numbers: first term, second term, third term, and so on.
Quick Example
Notation
What This Formula Means
An ordered list of numbers generated by a rule, where each number has a specific position (first, second, third, ...).
A pattern of numbers: first term, second term, third term, and so on.
Formal View
Worked Examples
Example 1
easySolution
- 1 a_1 = \frac{1}{2}.
- 2 a_2 = \frac{2}{3}.
- 3 a_3 = \frac{3}{4}.
- 4 a_4 = \frac{4}{5}.
- 5 a_5 = \frac{5}{6}.
Answer
Example 2
mediumCommon Mistakes
- Confusing a sequence with a series: a sequence is a list of numbers (a_1, a_2, a_3, \ldots), while a series is the sum of those numbers (a_1 + a_2 + a_3 + \ldots).
- Writing the general term formula with wrong indexing: if the sequence starts at n = 1 with value 3, the formula a_n = 2n + 1 gives a_1 = 3 but a_n = 2n gives a_1 = 2 โ always verify with the first few terms.
- Assuming a sequence that increases must diverge: the sequence a_n = 1 - \frac{1}{n} is increasing but converges to 1.
Why This Formula Matters
Sequences are the foundation for series, limits, convergence, and patterns in higher mathematics.
Frequently Asked Questions
What is the Sequence formula?
An ordered list of numbers generated by a rule, where each number has a specific position (first, second, third, ...).
How do you use the Sequence formula?
A pattern of numbers: first term, second term, third term, and so on.
What do the symbols mean in the Sequence formula?
a_n = nth term
Why is the Sequence formula important in Math?
Sequences are the foundation for series, limits, convergence, and patterns in higher mathematics.
What do students get wrong about Sequence?
A sequence can converge (approach a limit) or diverge (grow without bound).
Want the Full Guide?
This formula is covered in depth in our complete guide:
Growing Patterns, Arithmetic and Geometric Sequences โ