Sequences
A sequence is an ordered list of numbers. A series is the sum of the terms of a sequence.
When describing sequences, the following notation is standard:
The first part of this description, , could be expanded as a list like this: . It simply means there are ten terms in the sequence with indices ranging from 1 to 10.
The second part, , tells us what each of those terms in the sequence actually is. For example, . Thus,
Simple Sequences
A sequence is an ordered set with members called terms.
Usually, the terms are numbers. A sequence can have infinite terms.
An example of a sequence is
There are different types of sequences. For example, an arithmetic sequence is when the difference between any two consecutive terms in the sequence is the same. So,
is an arithmetic sequence with common difference , first term , and number of terms
Another type of sequence is a geometric sequence. This is when the ratio of any two consecutive terms in the sequence is the same. For example,
is a geometric sequence with common ratio , first term , and number of terms
In a sequence, it is conventional to use the following variables:
- is the first term in the sequence.
- is the number of terms in the sequence.
- is the term in the sequence.
- is the sum of the first terms of the sequence.
- is the common difference between any two consecutive terms (arithmetic sequences only).
- is the common ratio between any two consecutive terms (geometric sequence only).
For example, if a series starts with and has a common difference of we have
Similarly, for the series of squares we have
For the series of cubes we have
Some special types of sequences can be found in Arithmetic Progressions, Geometric Progressions, and Harmonic Progression.