Skip to ContentGo to accessibility pageKeyboard shortcuts menu
OpenStax Logo
College Algebra 2e

9.1 Sequences and Their Notations

College Algebra 2e9.1 Sequences and Their Notations

Learning Objectives

In this section, you will:

  • Write the terms of a sequence defined by an explicit formula.
  • Write the terms of a sequence defined by a recursive formula.
  • Use factorial notation.

A video game company launches an exciting new advertising campaign. They predict the number of online visits to their website, or hits, will double each day. The model they are using shows 2 hits the first day, 4 hits the second day, 8 hits the third day, and so on. See Table 1.

Day 1 2 3 4 5
Hits 2 4 8 16 32
Table 1

If their model continues, how many hits will there be at the end of the month? To answer this question, we’ll first need to know how to determine a list of numbers written in a specific order. In this section, we will explore these kinds of ordered lists.

Writing the Terms of a Sequence Defined by an Explicit Formula

One way to describe an ordered list of numbers is as a sequence. A sequence is a function whose domain is a subset of the counting numbers. The sequence established by the number of hits on the website is

{2,4,8,16,32,}. {2,4,8,16,32,}.

The ellipsis (…) indicates that the sequence continues indefinitely. Each number in the sequence is called a term. The first five terms of this sequence are 2, 4, 8, 16, and 32.

Listing all of the terms for a sequence can be cumbersome. For example, finding the number of hits on the website at the end of the month would require listing out as many as 31 terms. A more efficient way to determine a specific term is by writing a formula to define the sequence.

One type of formula is an explicit formula, which defines the terms of a sequence using their position in the sequence. Explicit formulas are helpful if we want to find a specific term of a sequence without finding all of the previous terms. We can use the formula to find the nth term of the sequence, where n n is any positive number. In our example, each number in the sequence is double the previous number, so we can use powers of 2 to write a formula for the nth nth term.

Sequence of {2, 4, 8, 16, 32, ...} expressed in exponential form (i.e., {2^1, 2^2, 2^3, ..., 2^n, ...}

The first term of the sequence is 2 1 =2, 2 1 =2, the second term is 2 2 =4, 2 2 =4, the third term is 2 3 =8, 2 3 =8, and so on. The nth nth term of the sequence can be found by raising 2 to the nth nth power. An explicit formula for a sequence is named by a lower case letter a,b,c... a,b,c... with the subscript n. n. The explicit formula for this sequence is

a n = 2 n . a n = 2 n .

Now that we have a formula for the nth nth term of the sequence, we can answer the question posed at the beginning of this section. We were asked to find the number of hits at the end of the month, which we will take to be 31 days. To find the number of hits on the last day of the month, we need to find the 31st term of the sequence. We will substitute 31 for n n in the formula.

a 31 = 2 31      =2,147,483,648 a 31 = 2 31      =2,147,483,648

If the doubling trend continues, the company will get 2,147,483,648 2,147,483,648 hits on the last day of the month. That is over 2.1 billion hits! The huge number is probably a little unrealistic because it does not take consumer interest and competition into account. It does, however, give the company a starting point from which to consider business decisions.

Another way to represent the sequence is by using a table. The first five terms of the sequence and the nth nth term of the sequence are shown in Table 2.

n n 1 2 3 4 5 n n
nth nth term of the sequence, a n a n 2 4 8 16 32 2 n 2 n
Table 2

Graphing provides a visual representation of the sequence as a set of distinct points. We can see from the graph in Figure 1 that the number of hits is rising at an exponential rate. This particular sequence forms an exponential function.

Graph of a plotted exponential function, f(n) = 2^n, where the x-axis is labeled n and the y-axis is labeled a_n.
Figure 1

Lastly, we can write this particular sequence as

{2,4,8,16,32,, 2 n ,}. {2,4,8,16,32,, 2 n ,}.

A sequence that continues indefinitely is called an infinite sequence. The domain of an infinite sequence is the set of counting numbers. If we consider only the first 10 terms of the sequence, we could write

{2,4,8,16,32,, 2 n ,,1024}. {2,4,8,16,32,, 2 n ,,1024}.

This sequence is called a finite sequence because it does not continue indefinitely.

Sequence

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 n positive integers. The numbers in a sequence are called terms. The variable a 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.

a 1 , a 2 , a 3 ,, a n , a 1 , a 2 , a 3 ,, a n ,

We call a 1 a 1 the first term of the sequence, a 2 a 2 the second term of the sequence, a 3 a 3 the third term of the sequence, and so on. The term a n a n is called the nth term of the sequence, or the general term of the sequence. An explicit formula defines the nth nth term of a sequence using the position of the term. A sequence that continues indefinitely is an infinite sequence.

Q&A

Does a sequence always have to begin with a 1 ? a 1 ?

No. In certain problems, it may be useful to define the initial term as a 0 a 0 instead of a 1 . a 1 . In these problems, the domain of the function includes 0.

How To

Given an explicit formula, write the first n n terms of a sequence.

  1. Substitute each value of n n into the formula. Begin with n=1 n=1 to find the first term, a 1 . a 1 .
  2. To find the second term, a 2 , a 2 , use n=2. n=2.
  3. Continue in the same manner until you have identified all n n terms.

Example 1

Writing the Terms of a Sequence Defined by an Explicit Formula

Write the first five terms of the sequence defined by the explicit formula a n =3n+8. a n =3n+8.

Analysis

The sequence values can be listed in a table. A table, such as Table 3, is a convenient way to input the function into a graphing utility.

n n 1 2 3 4 5
a n a n 5 2 –1 –4 –7
Table 3

A graph can be made from this table of values. From the graph in Figure 2, we can see that this sequence represents a linear function, but notice the graph is not continuous because the domain is over the positive integers only.

Graph of a scattered plot where the x-axis is labeled n and the y-axis is labeled a_n.
Figure 2

Try It #1

Write the first five terms of the sequence defined by the explicit formula t n =5n4. t n =5n4.

Investigating Alternating Sequences

Sometimes sequences have terms that are alternate. In fact, the terms may actually alternate in sign. The steps to finding terms of the sequence are the same as if the signs did not alternate. However, the resulting terms will not show increase or decrease as n n increases. Let’s take a look at the following sequence.

{2,−4,6,−8} {2,−4,6,−8}

Notice the first term is greater than the second term, the second term is less than the third term, and the third term is greater than the fourth term. This trend continues forever. Do not rearrange the terms in numerical order to interpret the sequence.

How To

Given an explicit formula with alternating terms, write the first n n terms of a sequence.

  1. Substitute each value of n n into the formula. Begin with n=1 n=1 to find the first term, a 1 . a 1 . The sign of the term is given by the ( 1 ) n ( 1 ) n in the explicit formula.
  2. To find the second term, a 2 , a 2 , use n=2. n=2.
  3. Continue in the same manner until you have identified all n n terms.

Example 2

Writing the Terms of an Alternating Sequence Defined by an Explicit Formula

Write the first five terms of the sequence.

a n = (1) n n 2 n+1 a n = (1) n n 2 n+1

Analysis

The graph of this function, shown in Figure 3, looks different from the ones we have seen previously in this section because the terms of the sequence alternate between positive and negative values.

Graph of a scattered plot with labeled points: (1, -1/2), (2, 4/3), (3, -9/4), (4, 16/5), and (5, -25/6). The x-axis is labeled n and the y-axis is labeled a_n.
Figure 3

Q&A

In Example 2, does the (–1) to the power of n n account for the oscillations of signs?

Yes, the power might be n,n+1,n1, n,n+1,n1, and so on, but any odd powers will result in a negative term, and any even power will result in a positive term.

Try It #2

Write the first five terms of the sequence.

a n = 4n (2) n a n = 4n (2) n

Investigating Piecewise Explicit Formulas

We’ve learned that sequences are functions whose domain is over the positive integers. This is true for other types of functions, including some piecewise functions. Recall that a piecewise function is a function defined by multiple subsections. A different formula might represent each individual subsection.

How To

Given an explicit formula for a piecewise function, write the first n n terms of a sequence

  1. Identify the formula to which n=1 n=1 applies.
  2. To find the first term, a 1 , a 1 , use n=1 n=1 in the appropriate formula.
  3. Identify the formula to which n=2 n=2 applies.
  4. To find the second term, a 2 , a 2 , use n=2 n=2 in the appropriate formula.
  5. Continue in the same manner until you have identified all n n terms.

Example 3

Writing the Terms of a Sequence Defined by a Piecewise Explicit Formula

Write the first six terms of the sequence.

a n ={ n 2 if nis not divisible by 3 n 3 if nis divisible by 3 a n ={ n 2 if nis not divisible by 3 n 3 if nis divisible by 3

Analysis

Every third point on the graph shown in Figure 4 stands out from the two nearby points. This occurs because the sequence was defined by a piecewise function.

Graph of a scattered plot where the x-axis is labeled n and the y-axis is labeled a_n.
Figure 4

Try It #3

Write the first six terms of the sequence.

a n ={ 2 n 3 if nis odd 5n 2 if nis even a n ={ 2 n 3 if nis odd 5n 2 if nis even

Finding an Explicit Formula

Thus far, we have been given the explicit formula and asked to find a number of terms of the sequence. Sometimes, the explicit formula for the nth nth term of a sequence is not given. Instead, we are given several terms from the sequence. When this happens, we can work in reverse to find an explicit formula from the first few terms of a sequence. The key to finding an explicit formula is to look for a pattern in the terms. Keep in mind that the pattern may involve alternating terms, formulas for numerators, formulas for denominators, exponents, or bases.

How To

Given the first few terms of a sequence, find an explicit formula for the sequence.

  1. Look for a pattern among the terms.
  2. If the terms are fractions, look for a separate pattern among the numerators and denominators.
  3. Look for a pattern among the signs of the terms.
  4. Write a formula for a n a n in terms of n. n. Test your formula for n=1,n=2, n=1,n=2, and n=3. n=3.

Example 4

Writing an Explicit Formula for the nth Term of a Sequence

Write an explicit formula for the nth nth term of each sequence.

  1. { 2 11 , 3 13 , 4 15 , 5 17 , 6 19 , } { 2 11 , 3 13 , 4 15 , 5 17 , 6 19 , }
  2. { 2 25 , 2 125 , 2 625 , 2 3,125 , 2 15,625 ,} { 2 25 , 2 125 , 2 625 , 2 3,125 , 2 15,625 ,}
  3. { e 4 , e 5 , e 6 , e 7 , e 8 ,} { e 4 , e 5 , e 6 , e 7 , e 8 ,}

Try It #4

Write an explicit formula for the nth nth term of the sequence.

{9,81,729,6,561,59,049,…} {9,81,729,6,561,59,049,…}

Try It #5

Write an explicit formula for the nth nth term of the sequence.

{ 3 4 , 9 8 , 27 12 , 81 16 , 243 20 ,... } { 3 4 , 9 8 , 27 12 , 81 16 , 243 20 ,... }

Try It #6

Write an explicit formula for the nth nth term of the sequence.

{ 1 e 2 ,  1 e , 1, e,  e 2 ,... } { 1 e 2 ,  1 e , 1, e,  e 2 ,... }

Writing the Terms of a Sequence Defined by a Recursive Formula

Sequences occur naturally in the growth patterns of nautilus shells, pinecones, tree branches, and many other natural structures. We may see the sequence in the leaf or branch arrangement, the number of petals of a flower, or the pattern of the chambers in a nautilus shell. Their growth follows the Fibonacci sequence, a famous sequence in which each term can be found by adding the preceding two terms. The numbers in the sequence are 1, 1, 2, 3, 5, 8, 13, 21, 34,…. Other examples from the natural world that exhibit the Fibonacci sequence are the Calla Lily, which has just one petal, the Black-Eyed Susan with 13 petals, and different varieties of daisies that may have 21 or 34 petals.

Each term of the Fibonacci sequence depends on the terms that come before it. The Fibonacci sequence cannot easily be written using an explicit formula. Instead, we describe the sequence using a recursive formula, a formula that defines the terms of a sequence using previous terms.

A recursive formula always has two parts: the value of an initial term (or terms), and an equation defining a n a n in terms of preceding terms. For example, suppose we know the following:

a 1 =3 a n =2 a n1 1 for n2 a 1 =3 a n =2 a n1 1 for n2

We can find the subsequent terms of the sequence using the first term.

a 1 =3 a 2 =2 a 1 1=2(3)1=5 a 3 =2 a 2 1=2(5)1=9 a 4 =2 a 3 1=2(9)1=17 a 1 =3 a 2 =2 a 1 1=2(3)1=5 a 3 =2 a 2 1=2(5)1=9 a 4 =2 a 3 1=2(9)1=17

So the first four terms of the sequence are { 3,5,9,17 } { 3,5,9,17 } .

The recursive formula for the Fibonacci sequence states the first two terms and defines each successive term as the sum of the preceding two terms.

a 1 =1 a 2 =1 a n = a n1 + a n2  for  n3 a 1 =1 a 2 =1 a n = a n1 + a n2  for  n3

To find the tenth term of the sequence, for example, we would need to add the eighth and ninth terms. We were told previously that the eighth and ninth terms are 21 and 34, so

a 10 = a 9 + a 8 =34+21=55 a 10 = a 9 + a 8 =34+21=55

Recursive Formula

A recursive formula is a formula that defines each term of a sequence using preceding term(s). Recursive formulas must always state the initial term, or terms, of the sequence.

Q&A

Must the first two terms always be given in a recursive formula?

No. The Fibonacci sequence defines each term using the two preceding terms, but many recursive formulas define each term using only one preceding term. These sequences need only the first term to be defined.

How To

Given a recursive formula with only the first term provided, write the first n n terms of a sequence.

  1. Identify the initial term, a 1 , a 1 , which is given as part of the formula. This is the first term.
  2. To find the second term, a 2 , a 2 , substitute the initial term into the formula for a n1 . a n1 . Solve.
  3. To find the third term, a 3 , a 3 , substitute the second term into the formula. Solve.
  4. Repeat until you have solved for the nth nth term.

Example 5

Writing the Terms of a Sequence Defined by a Recursive Formula

Write the first five terms of the sequence defined by the recursive formula.

a 1 =9 a n =3 a n1 20, for n2 a 1 =9 a n =3 a n1 20, for n2

Try It #7

Write the first five terms of the sequence defined by the recursive formula.

a 1 =2 a n =2 a n1 +1, for n2 a 1 =2 a n =2 a n1 +1, for n2

How To

Given a recursive formula with two initial terms, write the first n n terms of a sequence.

  1. Identify the initial term, a 1 , a 1 , which is given as part of the formula.
  2. Identify the second term, a 2 , a 2 , which is given as part of the formula.
  3. To find the third term, substitute the initial term and the second term into the formula. Evaluate.
  4. Repeat until you have evaluated the nth nth term.

Example 6

Writing the Terms of a Sequence Defined by a Recursive Formula

Write the first six terms of the sequence defined by the recursive formula.

a 1 =1 a 2 =2 a n =3 a n1 +4 a n2 , for n3 a 1 =1 a 2 =2 a n =3 a n1 +4 a n2 , for n3

Try It #8

Write the first 8 terms of the sequence defined by the recursive formula.

a 1 =0 a 2 =1 a 3 =1 a n = a n1 a n2 + a n3 , for n4 a 1 =0 a 2 =1 a 3 =1 a n = a n1 a n2 + a n3 , for n4

Using Factorial Notation

The formulas for some sequences include products of consecutive positive integers. n n factorial, written as n!, n!, is the product of the positive integers from 1 to n. n. For example,

4!=4321=24 5!=54321=120 4!=4321=24 5!=54321=120

An example of formula containing a factorial is a n =(n+1)!. a n =(n+1)!. The sixth term of the sequence can be found by substituting 6 for n. n.

a 6 =(6+1)!=7!=7·6·5·4·3·2·1=5040 a 6 =(6+1)!=7!=7·6·5·4·3·2·1=5040

The factorial of any whole number n n is n(n1)! n(n1)! We can therefore also think of 5! 5! as 54!. 54!.

n Factorial

n factorial is a mathematical operation that can be defined using a recursive formula. The factorial of n, n, denoted n!, n!, is defined for a positive integer n n as:

0!=1 1!=1 n!=n( n1 )( n2 )( 2 )( 1 ), for n2 0!=1 1!=1 n!=n( n1 )( n2 )( 2 )( 1 ), for n2

The special case 0! 0! is defined as 0!=1. 0!=1.

Q&A

Can factorials always be found using a calculator?

No. Factorials get large very quickly—faster than even exponential functions! When the output gets too large for the calculator, it will not be able to calculate the factorial.

Example 7

Writing the Terms of a Sequence Using Factorials

Write the first five terms of the sequence defined by the explicit formula a n = 5n (n+2)! . a n = 5n (n+2)! .

Analysis

Figure 7 shows the graph of the sequence. Notice that, since factorials grow very quickly, the presence of the factorial term in the denominator results in the denominator becoming much larger than the numerator as n n increases. This means the quotient gets smaller and, as the plot of the terms shows, the terms are decreasing and nearing zero.

Graph of a scattered plot with labeled points: (1, 5/6), (2, 5/12), (3, 1/8), (4, 1/36),  and (5, 5/1008). The x-axis is labeled n and the y-axis is labeled a_n.
Figure 7

Try It #9

Write the first five terms of the sequence defined by the explicit formula a n = (n+1)! 2n . a n = (n+1)! 2n .

Media

Access this online resource for additional instruction and practice with sequences.

9.1 Section Exercises

Verbal

1.

Discuss the meaning of a sequence. If a finite sequence is defined by a formula, what is its domain? What about an infinite sequence?

2.

Describe three ways that a sequence can be defined.

3.

Is the ordered set of even numbers an infinite sequence? What about the ordered set of odd numbers? Explain why or why not.

4.

What happens to the terms a n a n of a sequence when there is a negative factor in the formula that is raised to a power that includes n? n? What is the term used to describe this phenomenon?

5.

What is a factorial, and how is it denoted? Use an example to illustrate how factorial notation can be beneficial.

Algebraic

For the following exercises, write the first four terms of the sequence.

6.

a n = 2 n 2 a n = 2 n 2

7.

a n = 16 n+1 a n = 16 n+1

8.

a n = ( 5 ) n1 a n = ( 5 ) n1

9.

a n = 2 n n 3 a n = 2 n n 3

10.

a n = 2n+1 n 3 a n = 2n+1 n 3

11.

a n =1.25 ( 4 ) n1 a n =1.25 ( 4 ) n1

12.

a n =4 ( 6 ) n1 a n =4 ( 6 ) n1

13.

a n = n 2 2n+1 a n = n 2 2n+1

14.

a n = ( 10 ) n +1 a n = ( 10 ) n +1

15.

a n =( 4 (5) n1 5 ) a n =( 4 (5) n1 5 )

For the following exercises, write the first eight terms of the piecewise sequence.

16.

a n ={ (2) n 2 if nis even (3) n1 if nis odd a n ={ (2) n 2 if nis even (3) n1 if nis odd

17.

a n ={ n 2 2n+1 if n5 n 2 5 if n>5 a n ={ n 2 2n+1 if n5 n 2 5 if n>5

18.

a n ={ (2n+1) 2 if nis divisible by 4 2 n if nis not divisible by 4 a n ={ (2n+1) 2 if nis divisible by 4 2 n if nis not divisible by 4

19.

a n ={ 0.6 5 n1 if nis prime or 1 2.5 (2) n1 if nis composite a n ={ 0.6 5 n1 if nis prime or 1 2.5 (2) n1 if nis composite

20.

a n ={ 4( n 2 2) if n3or n> 6 n 2 2 4 if 3<n6 a n ={ 4( n 2 2) if n3or n> 6 n 2 2 4 if 3<n6

For the following exercises, write an explicit formula for each sequence.

21.

4, 7, 12, 19, 28, 4, 7, 12, 19, 28,

22.

4,2,10,14,34, 4,2,10,14,34,

23.

1,1, 4 3 ,2, 16 5 , 1,1, 4 3 ,2, 16 5 ,

24.

0, 1 e 1 1+ e 2 , 1 e 2 1+ e 3 , 1 e 3 1+ e 4 , 1 e 4 1+ e 5 , 0, 1 e 1 1+ e 2 , 1 e 2 1+ e 3 , 1 e 3 1+ e 4 , 1 e 4 1+ e 5 ,

25.

1, 1 2 , 1 4 , 1 8 , 1 16 , 1, 1 2 , 1 4 , 1 8 , 1 16 ,

For the following exercises, write the first five terms of the sequence.

26.

a 1 =9, a n = a n1 +n a 1 =9, a n = a n1 +n

27.

a 1 =3, a n =( 3 ) a n1 a 1 =3, a n =( 3 ) a n1

28.

a 1 =4, a n = a n1 +2n a n1 1 a 1 =4, a n = a n1 +2n a n1 1

29.

a 1 =1, a n = ( 3 ) n1 a n1 2 a 1 =1, a n = ( 3 ) n1 a n1 2

30.

a 1 =30, a n =( 2+ a n1 ) ( 1 2 ) n a 1 =30, a n =( 2+ a n1 ) ( 1 2 ) n

For the following exercises, write the first eight terms of the sequence.

31.

a 1 = 1 24 , a 2 =1, a n =( 2 a n2 )( 3 a n1 ) a 1 = 1 24 , a 2 =1, a n =( 2 a n2 )( 3 a n1 )

32.

a 1 =1, a 2 =5, a n = a n2 ( 3 a n1 ) a 1 =1, a 2 =5, a n = a n2 ( 3 a n1 )

33.

a 1 =2, a 2 =10, a n = 2( a n1 +2 ) a n2 a 1 =2, a 2 =10, a n = 2( a n1 +2 ) a n2

For the following exercises, write a recursive formula for each sequence.

34.

2.5,5,10,20,40, 2.5,5,10,20,40,

35.

8,6,3,1,6, 8,6,3,1,6,

36.

2,4,12,48,240, 2,4,12,48,240,

37.

35,38,41,44,47, 35,38,41,44,47,

38.

15,3, 3 5 , 3 25 , 3 125 , 15,3, 3 5 , 3 25 , 3 125 ,

For the following exercises, evaluate the factorial.

39.

6! 6!

40.

( 12 6 )! ( 12 6 )!

41.

12! 6! 12! 6!

42.

100! 99! 100! 99!

For the following exercises, write the first four terms of the sequence.

43.

a n = n! n 2 a n = n! n 2

44.

a n = 3n! 4n! a n = 3n! 4n!

45.

a n = n! n 2 n1 a n = n! n 2 n1

46.

a n = 100n n(n1)! a n = 100n n(n1)!

Graphical

For the following exercises, graph the first five terms of the indicated sequence

47.

a n = ( 1 ) n n +n a n = ( 1 ) n n +n

48.

a n ={ 4+n 2n if nis even 3+n if nis odd a n ={ 4+n 2n if nis even 3+n if nis odd

49.

a 1 =2, a n = ( a n1 +1 ) 2 a 1 =2, a n = ( a n1 +1 ) 2

50.

a 1 =1, a n = a n1 +8 a 1 =1, a n = a n1 +8

51.

a n = ( n+1 )! ( n1 )! a n = ( n+1 )! ( n1 )!

For the following exercises, write an explicit formula for the sequence using the first five points shown on the graph.

52.
Graph of a scattered plot with labeled points: (1, 5), (2, 7), (3, 9), (4, 11), and (5, 13). The x-axis is labeled n and the y-axis is labeled a_n.
53.
Graph of a scattered plot with labeled points: (1, 0.5), (2, 1), (3, 2), (4, 4), and (5, 8). The x-axis is labeled n and the y-axis is labeled a_n.
54.
Graph of a scattered plot with labeled points: (1, 12), (2, 9), (3, 6), (4, 3), and (5, 0). The x-axis is labeled n and the y-axis is labeled a_n.

For the following exercises, write a recursive formula for the sequence using the first five points shown on the graph.

55.
Graph of a scattered plot with labeled points: (1, 6), (2, 7), (3, 9), (4, 13), and (5, 21). The x-axis is labeled n and the y-axis is labeled a_n.
56.
Graph of a scattered plot with labeled points: (1, 16), (2, 8), (3, 4), (4, 2), and (5, 1). The x-axis is labeled n and the y-axis is labeled a_n.

Technology

Follow these steps to evaluate a sequence defined recursively using a graphing calculator:

  • On the home screen, key in the value for the initial term a 1 a 1 and press [ENTER].
  • Enter the recursive formula by keying in all numerical values given in the formula, along with the key strokes [2ND] ANS for the previous term a n1 . a n1 . Press [ENTER].
  • Continue pressing [ENTER] to calculate the values for each successive term.

For the following exercises, use the steps above to find the indicated term or terms for the sequence.

57.

Find the first five terms of the sequence a 1 = 87 111 a 1 = 87 111 , a n = 4 3 a n1 + 12 37 . a n = 4 3 a n1 + 12 37 . Use the >Frac feature to give fractional results.

58.

Find the 15th term of the sequence a 1 =625 a 1 =625, a n =0.8 a n1 +18. a n =0.8 a n1 +18.

59.

Find the first five terms of the sequence a 1 =2 a 1 =2, a n = 2 [( a n 1)1] +1. a n = 2 [( a n 1)1] +1.

60.

Find the first ten terms of the sequence a 1 =8 a 1 =8, a n = ( a n1 +1 )! a n1 ! . a n = ( a n1 +1 )! a n1 ! .

61.

Find the tenth term of the sequence a 1 =2 a 1 =2, a n =n a n1 a n =n a n1

Follow these steps to evaluate a finite sequence defined by an explicit formula. Using a TI-84, do the following.

  • In the home screen, press [2ND] LIST.
  • Scroll over to OPS and choose “seq(” from the dropdown list. Press [ENTER].
  • In the line headed “Expr:” type in the explicit formula, using the [X,T,θ,n] [X,T,θ,n] button for n n
  • In the line headed “Variable:” type in the variable used on the previous step.
  • In the line headed “start:” key in the value of n n that begins the sequence.
  • In the line headed “end:” key in the value of n n that ends the sequence.
  • Press [ENTER] 3 times to return to the home screen. You will see the sequence syntax on the screen. Press [ENTER] to see the list of terms for the finite sequence defined. Use the right arrow key to scroll through the list of terms.

Using a TI-83, do the following.

  • In the home screen, press [2ND] LIST.
  • Scroll over to OPS and choose “seq(” from the dropdown list. Press [ENTER].
  • Enter the items in the order “Expr”, “Variable”, “start”, “end” separated by commas. See the instructions above for the description of each item.
  • Press [ENTER] to see the list of terms for the finite sequence defined. Use the right arrow key to scroll through the list of terms.

For the following exercises, use the steps above to find the indicated terms for the sequence. Round to the nearest thousandth when necessary.

62.

List the first five terms of the sequence a n = 28 9 n+ 5 3 . a n = 28 9 n+ 5 3 .

63.

List the first six terms of the sequence a n = n 3 3.5 n 2 + 4.1n1.5 2.4n . a n = n 3 3.5 n 2 + 4.1n1.5 2.4n .

64.

List the first five terms of the sequence a n = 15n ( 2 ) n1 47 a n = 15n ( 2 ) n1 47

65.

List the first four terms of the sequence a n = 5.7 n +0.275( n1 )! a n = 5.7 n +0.275( n1 )!

66.

List the first six terms of the sequence a n = n! n . a n = n! n .

Extensions

67.

Consider the sequence defined by a n =68n. a n =68n. Is a n =421 a n =421 a term in the sequence? Verify the result.

68.

What term in the sequence a n = n 2 +4n+4 2( n+2 ) a n = n 2 +4n+4 2( n+2 ) has the value 41? 41? Verify the result.

69.

Find a recursive formula for the sequence 1, 0, −1, −1, 0, 1, 1, 0, −1, −1, 0, 1, 1, .... (Hint: find a pattern for a n a n based on the first two terms.)

70.

Calculate the first eight terms of the sequences a n = ( n+2 )! ( n1 )! a n = ( n+2 )! ( n1 )! and b n = n 3 +3 n 2 +2n, b n = n 3 +3 n 2 +2n, and then make a conjecture about the relationship between these two sequences.

71.

Prove the conjecture made in the preceding exercise.

Order a print copy

As an Amazon Associate we earn from qualifying purchases.

Citation/Attribution

This book may not be used in the training of large language models or otherwise be ingested into large language models or generative AI offerings without OpenStax's permission.

Want to cite, share, or modify this book? This book uses the Creative Commons Attribution License and you must attribute OpenStax.

Attribution information
  • If you are redistributing all or part of this book in a print format, then you must include on every physical page the following attribution:
    Access for free at https://openstax.org/books/college-algebra-2e/pages/1-introduction-to-prerequisites
  • If you are redistributing all or part of this book in a digital format, then you must include on every digital page view the following attribution:
    Access for free at https://openstax.org/books/college-algebra-2e/pages/1-introduction-to-prerequisites
Citation information

© Jan 9, 2024 OpenStax. Textbook content produced by OpenStax is licensed under a Creative Commons Attribution License . The OpenStax name, OpenStax logo, OpenStax book covers, OpenStax CNX name, and OpenStax CNX logo are not subject to the Creative Commons license and may not be reproduced without the prior and express written consent of Rice University.