1 - Introduction
A sequence is an ordered list of numbers
where each term , , , ..., , ... represents a number.
The position of a term in a sequence is important. Therefore, we assign a subscript to each term to mean occupies the th position in the sequence. In this manner, term falls into position , term falls into position , term falls into position , and so forth.
An infinite sequence contains an infinite number of terms.
For convenience, you can describe the assignment of each subscript to a term as a function that maps subscript to exactly one term in the sequence.
Suppose your sequence is the ordered list of even numbers
then your function is an even function
for all positive integers
Suppose instead your sequence is the ordered list of odd numbers
then your function is an odd function
for all positive integers
You can describe an infinite sequence in several ways. First, you can enumerate the infinite sequence as a list that includes an ellipsis, e.g.,
Second, you can describe the sequence as a rule for the th term, e.g.,
And third, you can use set notation with a rule for the th term, e.g.,
1.1 - Infinite sequence
An infinite sequence (Bonar & Khoury, 2006, p. 1) is a function from the nonnegative integers to the reals,
We think of a sequence as an ordered infinite list,
and write
or simply
For example, the ordered list of natural numbers is an infinite sequence,
where the list begins with the number one and continues indefinitely as a succession of terms, one term after the other.
The ordered list of even numbers beginning with the number two is also an infinite sequence,
And finally, the ordered list of odd numbers beginning with the number one is an infinite sequence,
References
Not to use ... for now
A sequence is an ordered list of terms
where each term denotes a number and each term's index denotes that term's position in the list.
We use the th term enclosed in braces to denote the sequence in general,
where an indexed term is a number and the index is that term's position in the list.
An infinite sequence is an ordered infinite list of terms
written simply as
where an indexed term is a number and the index is that term's position in the list.
A finite sequence is a sequence that contains a fixed number of terms.
An infinite sequence is a sequence that contains an infinite number of terms.
A sequence is an enumerated collection of objects — numbers in our case — in which repetition is allowed and order matters. For example, the ordered collection of the first 5 natural numbers is a most basic example of a sequence,
where each number in the sequence is separated from the next using a comma. The ellipse (...) denotes the sequence continues indefinitely following along the same pattern.
The ordered collection of even numbers beginning with the number 2 is another example of a sequence,
Similarly, the ordered collection of odd numbers beginning with the number 1 is yet another example of a sequence,