Property
A sequence is a function whose domain is the set of positive integers. A finite sequence is a sequence whose domain consists of only the first n positive integers. The numbers in a sequence are called terms. The variable a with a number subscript is used to represent the terms in a sequence and to indicate the position of the term in the sequence.
a1β,a2β,a3β,β¦,anβ,β¦ We call a1β the first term of the sequence, a2β the second term of the sequence, a3β the third term of the sequence, and so on. The term anβ is called the nth term of the sequence, or the general term of the sequence. An explicit formula defines the nth term of a sequence using the position of the term. A sequence that continues indefinitely is an infinite sequence.
To write the first n terms of a sequence given an explicit formula:
- Substitute n=1 into the formula to find the first term, a1β.
- Substitute n=2 to find the second term, a2β.
- Continue this process for all n terms.
Examples
- For the sequence anβ=4nβ5, the first three terms are: a1β=4(1)β5=β1, a2β=4(2)β5=3, and a3β=4(3)β5=7. The sequence is {β1,3,7,β¦}.
- For the sequence anβ=10β2n, the first three terms are: a1β=10β2(1)=8, a2β=10β2(2)=6, and a3β=10β2(3)=4. The sequence is {8,6,4,β¦}.
- For the sequence anβ=n2+1, the first three terms are: a1β=12+1=2, a2β=22+1=5, and a3β=32+1=10. The sequence is {2,5,10,β¦}.