In mathematics, a sequence is a list of numbers written in a specific order. Sequences can be either finite, meaning they contain a finite number of terms, or infinite, meaning they continue indefinitely. There are many ways to define a sequence.
•
|
Using words — In this case, each term of the sequence shares a particular characteristic or quality that can be described using regular language. Some examples of this type of sequence include: the prime numbers {2, 3, 5, 7, 11...}, the eban numbers (the natural numbers whose English names do not contain the letter E) {2, 4, 6, 30, 32...}, and the number of letters in the English names of the natural numbers {3, 3, 5, 4, 4, 3...}.
|
•
|
Using a closed (explicit) formula — In this case, each term of the sequence is the value of a specific function evaluated at n, that term's index or position in the sequence, and so we can write , where n belongs to some subset of the natural numbers. Some examples of this type of sequence include:
|
–
|
The arithmetic sequence where is the first term and d is the common difference between each of the terms
|
–
|
The geometric sequence where a is the initial value and r is the common ratio
|
–
|
The Harmonic sequence
|
•
|
Using recursion — In this case, each consecutive term of the sequence is constructed using the preceding terms, with enough initial conditions provided to apply this rule to specify the first recursive term. Some examples of this type of sequence include:
|
–
|
The arithmetic sequence
|
–
|
The geometric sequence
|
–
|
The Fibonacci sequence with and
|
A sequence is said to converge if there is a limit L such that the terms (the 's) become arbitrarily close to L as the number of terms, N, grows very large.
So, a convergent sequence has a numeric limit as n approaches infinity: . If a sequence does not converge, it is said to diverge.
If the 's get arbitrarily large as n approaches infinity, we write , and we can say that the sequence {} diverges or converges to infinity.
If the 's get arbitrarily large and negative as n approaches infinity, we write , and we can say that the sequence {} diverges or converges to negative infinity.
|