Lesson 18
Getting Started (Introduction to Sequence, continued)
We will begin with a very quick introduction to sequences. A general understanding of the terminology used in writing sequences will help you in using the Sequence application. As you learn about sequences in school, you will find the Sequence application particularly useful.
Sequences are defined with a useful notation that contains subscripts. We input a number from a set {1, 2, 3 …} to get a term in the sequence.
Notation (Mathematical language is interesting!)
an is read a sub n
ak is read a sub k
The open form of an infinite sequence can be written as:
{ a1, a2, a3, a4, …, an, an+1, …}
The closed form of a sequence (if we can find one) is an equation that can be used to generate each term in the sequence.
For example,
If the closed form of a sequence is given by:
an=5-n
then the sequence can be found by replacing n with 1, then 2, then 3, …
For n=1, we have a1=5-1=4
For n=2, we have a2=5-2=3
For n=3, we have a3=5-3=2
And so on!


