We've updated our
Privacy Policy effective December 15. Please read our updated Privacy Policy and tap

Guide allo studio > College Algebra: Co-requisite Course

Sequences and Their Notations*

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.
Day 1 2 3 4 5
Hits 2 4 8 16 32
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.

Sequences 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,}\left\{2,4,8,16,32,\dots \right\}.

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 nthn\text{th} term of the sequence, where nn 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 nthn\text{th} 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 21=2{2}^{1}=2, the second term is 22=4{2}^{2}=4, the third term is 23=8{2}^{3}=8, and so on. The nthn\text{th} term of the sequence can be found by raising 2 to the nthn\text{th} power. An explicit formula for a sequence is named by a lower case letter a,b,c..a,b,c... with the subscript nn. The explicit formula for this sequence is an=2n{a}_{n}={2}^{n}. Now that we have a formula for the nthn\text{th} 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 nn in the formula.

a31=231 =2,147,483,648\begin{array}{l}{a}_{31}={2}^{31}\hfill \\ \text{ }=\text{2,147,483,648}\hfill \end{array}

If the doubling trend continues, the company will get 2,147,483,648\text{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 nthn\text{th} term of the sequence are shown in the table.
nn 1 2 3 4 5 nn
nthn\text{th} term of the sequence, an{a}_{n} 2 4 8 16 32 2n{2}^{n}
Graphing provides a visual representation of the sequence as a set of distinct points. We can see from the graph below 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. Lastly, we can write this particular sequence as

{2,4,8,16,32,,2n,}\left\{2,4,8,16,32,\dots ,{2}^{n},\dots \right\}.

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,,2n,,1024}\left\{2,4,8,16,32,\dots ,{2}^{n},\dots ,1024\right\}.

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

A General Note: 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 nn positive integers. The numbers in a sequence are called terms. The variable aa 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,{a}_{1},{a}_{2},{a}_{3},\dots ,{a}_{n},\dots

We call a1{a}_{1} the first term of the sequence, a2{a}_{2} the second term of the sequence, a3{a}_{3} the third term of the sequence, and so on. The term an{a}_{n} is called the nthn\text{th} term of the sequence, or the general term of the sequence. An explicit formula defines the nthn\text{th} 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 a1?{a}_{1}?

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

How To: Given an explicit formula, write the first nn terms of a sequence.

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

Example: Writing the Terms of a Sequence Defined by an Explicit Formula

Write the first five terms of the sequence defined by the explicit formula an=3n+8{a}_{n}=-3n+8.

Answer: Substitute n=1n=1 into the formula. Repeat with values 2 through 5 for nn.

n=1a1=3(1)+8=5n=2a2=3(2)+8=2n=3a3=3(3)+8=1n=4a4=3(4)+8=4n=5a5=3(5)+8=7\begin{array}{llllll}n=1\hfill & \hfill & \hfill & \hfill & \hfill & {a}_{1}=-3\left(1\right)+8=5\hfill \\ n=2\hfill & \hfill & \hfill & \hfill & \hfill & {a}_{2}=-3\left(2\right)+8=2\hfill \\ n=3\hfill & \hfill & \hfill & \hfill & \hfill & {a}_{3}=-3\left(3\right)+8=-1\hfill \\ n=4\hfill & \hfill & \hfill & \hfill & \hfill & {a}_{4}=-3\left(4\right)+8=-4\hfill \\ n=5\hfill & \hfill & \hfill & \hfill & \hfill & {a}_{5}=-3\left(5\right)+8=-7\hfill \end{array} The first five terms are {5,2,1,4,7}\left\{5,2,-1,-4,-7\right\}.

Analysis of the Solution

The sequence values can be listed in a table. A table is a convenient way to input the function into a graphing utility.
nn 1 2 3 4 5
an{a}_{n} 5 2 –1 –4 –7
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.

Try It

Write the first five terms of the sequence defined by the explicit formula tn=5n4{t}_{n}=5n - 4.

Answer: The first five terms are {1,6,11,16,21}\left\{1,6, 11, 16, 21\right\}

Investigating 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 nn terms of a sequence

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

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

Write the first six terms of the sequence.

an={n2if n is not divisible by 3n3if n is divisible by 3{a_{n}}=\begin{cases}n^{2} \hfill& \text{if }n\text{ is not divisible by 3} \\ \frac{n}{3} \hfill& \text{if }n\text{ is divisible by 3}\end{cases}

Answer: Substitute n=1,n=2n=1,n=2, and so on in the appropriate formula. Use n2{n}^{2} when nn is not a multiple of 3. Use n3\frac{n}{3} when nn is a multiple of 3.

a1=12=11 is not a multiple of 3. Use n2.a2=22=42 is not a multiple of 3. Use n2.a3=33=13 is a multiple of 3. Use n3.a4=42=164 is not a multiple of 3. Use n2.a5=52=255 is not a multiple of 3. Use n2.a6=63=26 is a multiple of 3. Use n3.\begin{array}{ll}{a}_{1}={1}^{2}=1\begin{array}{cccc}& & & \end{array}\hfill & \text{1 is not a multiple of 3}\text{. Use }{n}^{2}.\hfill \\ {a}_{2}={2}^{2}=4\hfill & \text{2 is not a multiple of 3}\text{. Use }{n}^{2}.\hfill \\ {a}_{3}=\frac{3}{3}=1\hfill & \text{3 is a multiple of 3}\text{. Use }\frac{n}{3}.\hfill \\ {a}_{4}={4}^{2}=16\hfill & \text{4 is not a multiple of 3}\text{. Use }{n}^{2}.\hfill \\ {a}_{5}={5}^{2}=25\hfill & \text{5 is not a multiple of 3}\text{. Use }{n}^{2}.\hfill \\ {a}_{6}=\frac{6}{3}=2\hfill & \text{6 is a multiple of 3}\text{. Use }\frac{n}{3}.\hfill \end{array}

The first six terms are {1, 4, 1, 16, 25, 2}\left\{1,\text{ }4,\text{ }1,\text{ }16,\text{ }25,\text{ }2\right\}.

Analysis of the Solution

Every third point on the graph shown in Figure 5 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.

Try It

Write the first six terms of the sequence.

an={2n3if n is odd5n2if n is even{a_{n}}=\begin{cases}2n^{3} \hfill& \text{if }n\text{ is odd} \\ \frac{5n}{2} \hfill& \text{if }n\text{ is even}\end{cases}

Answer: The first six terms are {2, 5, 54, 10, 250, 15}\left\{2,\text{ }5,\text{ }54,\text{ }10,\text{ }250,\text{ }15\right\}.

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 nthn\text{th} 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 an{a}_{n} in terms of nn. Test your formula for n=1, n=2n=1,\text{ }n=2, and n=3n=3.

Example: Writing an Explicit Formula for the nth Term of a Sequence

Write an explicit formula for the nthn\text{th} term of each sequence.
  1. {211,313,415,517,619,}\left\{-\frac{2}{11},\frac{3}{13},-\frac{4}{15},\frac{5}{17},-\frac{6}{19},\dots \right\}
  2. {225,2125,2625,23,125,215,625,}\left\{-\frac{2}{25}\text{,}-\frac{2}{125}\text{,}-\frac{2}{625}\text{,}-\frac{2}{3\text{,}125}\text{,}-\frac{2}{15\text{,}625}\text{,}\dots \right\}
  3. {e4,e5,e6,e7,e8,}\left\{{e}^{4}\text{,}{e}^{5}\text{,}{e}^{6}\text{,}{e}^{7}\text{,}{e}^{8}\text{,}\dots \right\}

Answer: Look for the pattern in each sequence.

  1. The terms alternate between positive and negative. We can use (1)n{\left(-1\right)}^{n} to make the terms alternate. The numerator can be represented by n+1n+1. The denominator can be represented by 2n+92n+9.
    an=(1)n(n+1)2n+9{a}_{n}=\frac{{\left(-1\right)}^{n}\left(n+1\right)}{2n+9}
  2. The terms are all negative.So we know that the fraction is negative, the numerator is 2, and the denominator can be represented by 5n+1{5}^{n+1}.
    an=25n+1{a}_{n}=-\frac{2}{{5}^{n+1}}
  3. The terms are powers of ee. For n=1n=1, the first term is e4{e}^{4} so the exponent must be n+3n+3.
    an=en+3{a}_{n}={e}^{n+3}

Try It

Write an explicit formula for the nthn\text{th} term of the sequence.

{9;81,729;6,561;59,049}\{9;−81,729;−6,561;59,049\}

Answer: an=(1)n+19n{a}_{n}={\left(-1\right)}^{n+1}{9}^{n}

Try It

Write an explicit formula for the nthn\text{th} term of the sequence.
{34,98,2712,8116,24320,...}\left\{-\frac{3}{4},-\frac{9}{8},-\frac{27}{12},-\frac{81}{16},-\frac{243}{20},...\right\}

Answer: an=3n4n{a}_{n}=-\frac{{3}^{n}}{4n}

Try It

Write an explicit formula for the nthn\text{th} term of the sequence.
{1e2,1e,1,e,e2,...}\left\{\frac{1}{{e}^{2}}, \frac{1}{e}, 1, e, {e}^{2},...\right\}

Answer: an=en3{a}_{n}={e}^{n - 3}

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 nn increases. Let’s take a look at the following sequence.
{2,4,6,8}\left\{2,-4,6,-8\right\}
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 nn terms of a sequence.

  1. Substitute each value of nn into the formula. Begin with n=1n=1 to find the first term, a1{a}_{1}. The sign of the term is given by the (1)n{\left(-1\right)}^{n} in the explicit formula.
  2. To find the second term, a2{a}_{2}, use n=2n=2.
  3. Continue in the same manner until you have identified all nn terms.

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

Write the first five terms of the sequence.
an=(1)nn2n+1{a}_{n}=\frac{{\left(-1\right)}^{n}{n}^{2}}{n+1}

Answer: Substitute n=1n=1, n=2n=2, and so on in the formula.

n=1a1=(1)1221+1=12n=2a2=(1)2222+1=43n=3a3=(1)3323+1=94n=4a4=(1)4424+1=165n=5a5=(1)5525+1=256\begin{array}{lll}n=1\hfill & \begin{array}{cc}& \end{array}\hfill & {a}_{1}=\frac{{\left(-1\right)}^{1}{2}^{2}}{1+1}=-\frac{1}{2}\hfill \\ n=2\hfill & \begin{array}{cc}& \end{array}\hfill & {a}_{2}=\frac{{\left(-1\right)}^{2}{2}^{2}}{2+1}=\frac{4}{3}\hfill \\ n=3\hfill & \begin{array}{cc}& \end{array}\hfill & {a}_{3}=\frac{{\left(-1\right)}^{3}{3}^{2}}{3+1}=-\frac{9}{4}\hfill \\ n=4\hfill & \begin{array}{cc}& \end{array}\hfill & {a}_{4}=\frac{{\left(-1\right)}^{4}{4}^{2}}{4+1}=\frac{16}{5}\hfill \\ n=5\hfill & \hfill & {a}_{5}=\frac{{\left(-1\right)}^{5}{5}^{2}}{5+1}=-\frac{25}{6}\hfill \end{array}
  The first five terms are {12,43,94,165,256}\left\{-\frac{1}{2},\frac{4}{3},-\frac{9}{4},\frac{16}{5},-\frac{25}{6}\right\}.

Analysis of the Solution

The graph of this function 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.

Q & A

In Example: Writing the Terms of an Alternating Sequence Defined by an Explicit Formula, does the (–1) to the power of nn account for the oscillations of signs?

Yes, the power might be n,n+1,n1n,n+1,n - 1, 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

Write the first five terms of the sequence:
an=4n(2)n{a}_{n}=\frac{4n}{{\left(-2\right)}^{n}}

Answer: The first five terms are {2,2,32,1, 58}\left\{-2, 2, -\frac{3}{2}, 1,\text{ }-\frac{5}{8}\right\}.

Sequences 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 an{a}_{n} in terms of preceding terms. For example, suppose we know the following:

a1=3an=2an11,forn2\begin{array}{l}{a}_{1}=3\hfill \\ {a}_{n}=2{a}_{n - 1}-1, \text{for} n\ge 2\hfill \end{array}

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

a1=3a2=2a11=2(3)1=5a3=2a21=2(5)1=9a4=2a31=2(9)1=17\begin{array}{l}{a}_{1}=3\\ {a}_{2}=2{a}_{1}-1=2\left(3\right)-1=5\\ {a}_{3}=2{a}_{2}-1=2\left(5\right)-1=9\\ {a}_{4}=2{a}_{3}-1=2\left(9\right)-1=17\end{array}

So the first four terms of the sequence are {3, 5, 9, 17}\left\{3,\text{ }5,\text{ }9,\text{ }17\right\} . 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.

a1=1a2=1an=an1+an2,forn3\begin{array}{l}{a}_{1}=1\hfill \\ {a}_{2}=1\hfill \\ {a}_{n}={a}_{n - 1}+{a}_{n - 2}, \text{for} n\ge 3\hfill \end{array}

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

a10=a9+a8=34+21=55{a}_{10}={a}_{9}+{a}_{8}=34+21=55

A General Note: 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 nn terms of a sequence.

  1. Identify the initial term, a1{a}_{1}, which is given as part of the formula. This is the first term.
  2. To find the second term, a2{a}_{2}, substitute the initial term into the formula for an1{a}_{n - 1}. Solve.
  3. To find the third term, a3{a}_{3}, substitute the second term into the formula. Solve.
  4. Repeat until you have solved for the nthn\text{th} term.

Example: Writing the Terms of a Sequence Defined by a Recursive Formula

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

a1=9an=3an120, for n2\begin{array}{l}\begin{array}{l}\\ {a}_{1}=9\end{array}\hfill \\ {a}_{n}=3{a}_{n - 1}-20\text{, for }n\ge 2\hfill \end{array}

Answer: The first term is given in the formula. For each subsequent term, we replace an1{a}_{n - 1} with the value of the preceding term.

n=1a1=9n=2a2=3a120=3(9)20=2720=7n=3a3=3a220=3(7)20=2120=1n=4a4=3a320=3(1)20=320=17n=5a5=3a420=3(17)20=5120=71\begin{array}{ll}n=1\begin{array}{lllll}\hfill & \hfill & \hfill & \hfill & \hfill \end{array}\hfill & {a}_{1}=9\hfill \\ n=2\hfill & {a}_{2}=3{a}_{1}-20=3\left(9\right)-20=27 - 20=7\hfill \\ n=3\hfill & {a}_{3}=3{a}_{2}-20=3\left(7\right)-20=21 - 20=1\hfill \\ n=4\hfill & {a}_{4}=3{a}_{3}-20=3\left(1\right)-20=3 - 20=-17\hfill \\ n=5\hfill & {a}_{5}=3{a}_{4}-20=3\left(-17\right)-20=-51 - 20=-71\hfill \end{array}

The first five terms are {9, 7, 1, 17, 71}\left\{9,\text{ }7,\text{ }1,\text{ }-17,\text{ }-71\right\}

Try It

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

a1=2an=2an1+1, for n2\begin{array}{l}{a}_{1}=2\\ {a}_{n}=2{a}_{n - 1}+1\text{, for }n\ge 2\end{array}

Answer: {2,5,11,23,47}\left\{2, 5, 11, 23, 47\right\}

Using Factorial Notation

The formulas for some sequences include products of consecutive positive integers. nn factorial, written as n!n!, is the product of the positive integers from 1 to nn. For example,
4!=4321=245!=54321=120\begin{array}{l}4!=4\cdot 3\cdot 2\cdot 1=24\hfill \\ 5!=5\cdot 4\cdot 3\cdot 2\cdot 1=120\hfill \end{array}
An example of formula containing a factorial is an=(n+1)!{a}_{n}=\left(n+1\right)!. The sixth term of the sequence can be found by substituting 6 for nn.
a6=(6+1)!=7!=7654321=5040{a}_{6}=\left(6+1\right)!=7!=7\cdot 6\cdot 5\cdot 4\cdot 3\cdot 2\cdot 1=5040
The factorial of any whole number nn is n(n1)!n\left(n - 1\right)! We can therefore also think of 5!5! as 54!.5\cdot 4!\text{.}

A GENERAL NOTE: FACTORIAL

n factorial is a mathematical operation that can be defined using a recursive formula. The factorial of nn, denoted n!n!, is defined for a positive integer nn as:
0!=11!=1n!=n(n1)(n2)(2)(1), for n2\begin{array}{l}0!=1\\ 1!=1\\ n!=n\left(n - 1\right)\left(n - 2\right)\cdots \left(2\right)\left(1\right)\text{, for }n\ge 2\end{array}
The special case 0!0! is defined as 0!=10!=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: WRITING THE TERMS OF A SEQUENCE USING FACTORIALS

Write the first five terms of the sequence defined by the explicit formula an=5n(n+2)!{a}_{n}=\frac{5n}{\left(n+2\right)!}.

Answer: Substitute n=1,n=2n=1,n=2, and so on in the formula.

n=1a1=5(1)(1+2)!=53!=5321=56n=2a2=5(2)(2+2)!=104!=104321=512n=3a3=5(3)(3+2)!=155!=1554321=18n=4a4=5(4)(4+2)!=206!=20654321=136n=5a5=5(5)(5+2)!=257!=257654321=51,008\begin{array}{lllll}n=1\hfill & \hfill & \hfill & \hfill & {a}_{1}=\frac{5\left(1\right)}{\left(1+2\right)!}=\frac{5}{3!}=\frac{5}{3\cdot 2\cdot 1}=\frac{5}{6}\hfill \\ n=2\hfill & \hfill & \hfill & \hfill & {a}_{2}=\frac{5\left(2\right)}{\left(2+2\right)!}=\frac{10}{4!}=\frac{10}{4\cdot 3\cdot 2\cdot 1}=\frac{5}{12}\hfill \\ n=3\hfill & \hfill & \hfill & \hfill & {a}_{3}=\frac{5\left(3\right)}{\left(3+2\right)!}=\frac{15}{5!}=\frac{15}{5\cdot 4\cdot 3\cdot 2\cdot 1}=\frac{1}{8}\hfill \\ n=4\hfill & \hfill & \hfill & \hfill & {a}_{4}=\frac{5\left(4\right)}{\left(4+2\right)!}=\frac{20}{6!}=\frac{20}{6\cdot 5\cdot 4\cdot 3\cdot 2\cdot 1}=\frac{1}{36}\hfill \\ n=5\hfill & \hfill & \hfill & \hfill & {a}_{5}=\frac{5\left(5\right)}{\left(5+2\right)!}=\frac{25}{7!}=\frac{25}{7\cdot 6\cdot 5\cdot 4\cdot 3\cdot 2\cdot 1}=\frac{5}{1\text{,}008}\hfill \end{array}
The first five terms are {56,512,18,136,51,008}\left\{\frac{5}{6},\frac{5}{12},\frac{1}{8},\frac{1}{36},\frac{5}{1,008}\right\}.

Analysis of the Solution

Figure 8 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 nn 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 8

Try It

Write the first five terms of the sequence defined by the explicit formula an=(n+1)!2n{a}_{n}=\frac{\left(n+1\right)!}{2n}. [hidden-answer a="953785"]The first five terms are {1,32,4, 15, 72}\displaystyle \left\{1, \frac{3}{2}, 4,\text{ }15,\text{ }72\right\}

Licenses & Attributions