Skip to main content

Section 8.1 Sequence Formulas (SQ1)

Subsection 8.1.1 Activities

Activity 8.1.1.

Which of the following are sequences?
  1. monthly gas bill
  2. days in the year
  3. how long you wash dishes
  4. 1,1,2,3,5,8,…
  5. how much you spend on groceries

Activity 8.1.2.

Consider the sequence 1,2,4,….
(a)
Which of the choices below reasonably continues this sequence of numbers?
  1. 7,12,24,…
  2. 7,11,16,…
  3. 8,16,32,…
  4. 1,2,4,…
  5. 7,12,20,…
(b)
Where possible, find a formula that allows us to move from one term to the next one.

Remark 8.1.3.

As seen in the previous activity, having too few terms may prevent us from finding a unique way to continue creating a sequence of numbers. In fact, we need sufficiently many terms to uniquely continue a sequence of numbers (and how many terms is sufficient depends on which sequence of numbers you are trying to generate). Sometimes, we do not want to write out all of the terms needed to allow for this. Therefore, we will want to find short-hand notation that allows us to do so.

Definition 8.1.4.

A sequence is a list of real numbers. Let an denote the nth term in a sequence. We will use the notation {an}n=1∞=a1,a2,…,an,…. A general formula that indicates how to explicitly find the n-th term of a sequence is the closed form of the sequence.

Activity 8.1.5.

Consider the sequence 1,13,19,127,…. Which of the following choices gives a closed formula for this sequence? Select all that apply.
  1. {(13)n−1}n=1∞
  2. {(13)n}n=1∞
  3. {(13)n−1}n=2∞
  4. {(13)n+1}n=0∞
  5. {(13)n}n=0∞

Activity 8.1.6.

Let an be the nth term in the sequence {n+1n}n=1∞. Which of the following terms corresponds to the 27th term of this sequence?
  1. 2726
  2. 2627
  3. 2728
  4. 2827
  5. 2928

Activity 8.1.7.

Let an be the nth term in the sequence {n+1n}n=2∞. Which of the following terms corresponds to the 27th term of this sequence?
  1. 2726
  2. 2627
  3. 2728
  4. 2827
  5. 2928

Activity 8.1.8.

Let an be the nth term in the sequence 1,12,13,14,…. Identify the 81st term of this sequence.
  1. 179
  2. 180
  3. 181
  4. 182
  5. 183

Activity 8.1.10.

Find a closed form for the sequence 121,162,203,244,285,….

Activity 8.1.11.

Let an be the nth term in the sequence 1,1,2,3,5,8,…. Find a formula for an.

Definition 8.1.12.

A sequence is recursive if the terms are defined as a function of previous terms (with the necessary initial terms provided).

Activity 8.1.13.

Consider the sequence defined by a1=6 and ak+1=4ak−7 for k≥1. What are the first four terms?

Activity 8.1.14.

Consider the sequence 2,7,22,67,202,…. Which of the following offers the best recursive formula for this sequence?
  1. an+1=3an+1
  2. a1=2,ak=3ak−1+1 for k>1
  3. a1=2,a2=7,ak=3ak−1+1 for k>2

Activity 8.1.15.

Once more, consider the sequence 1,1,2,3,5,8,… from Activity 8.1.11. Suppose a1=1 and a2=1. Give a recursive formula for an for all n≥3.

Activity 8.1.16.

Give a recursive formula that generates the sequence 1,2,4,8,16,32,….

Subsection 8.1.2 Videos

Figure 181. Video: Define and use explicit and recursive formulas for sequences

Subsection 8.1.3 Exercises