Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

6.1: Sequences

( \newcommand{\kernel}{\mathrm{null}\,}\)

A sequence of numbers in a one-to-one correspondence with the natural numbers {1,2,3,4,} can be defined in several ways. The terms of the sequence may simply be listed:
{2,4,8,16,32,}


A general expression for the sequence may be identified:
an=2n

In this situation, n is generally understood to be drawn from the ordered set of natural numbers. In addition, a sequence may be defined recursively. That is to say that each successive term will be defined in relation to the preceding term.
For the example that we're using above, a recursive definition would be as follows:
a1=2an=2an1oran+1=2an

A sequence may be thought of as a function or relation in which the domain is restricted to positive whole numbers.

Examples
Find the first four terms of the given sequence and the 10 th term of the sequence.
1) an=n2+3
a1=4,a2=7,a3=12,a4=19,a10=103


2) a1=5
an=an1+6a1=5,a2=11,a3=17,a4=23,a10=59

Finding a general or recursive definition for a sequence can be trickier than just writing out the terms. Common things to look for -

Is this an alternating sequence? That is, do the terms bounce back and forth between positive and negative values. If so, then you will need to include (1)n or (1)n+1 in your general term.
 Example: {1,2,3,4,}an=(1)n(n)


or
a1=1

an=(1)(an1)+(1)n

Is there a common difference between the terms? If so, then the sequence behaves much like a linear function and will have a form similar to y=mx+b, where m is the common difference.
 Example: {5,8,11,14,}an=3n+2

or
a1=5an=an1+3

Is there a common multiplier? If so, then this should be a power function where a particular base is being raised to the power of n.
 Example: {3,15,75,375,}an=35n1 or a1=3an=5an1


Other patterns to look for are perfect squares and perfect cubes.

Exercises 6.1
Find the first four terms of the given sequence and the 10 th term of the sequence.
1) an=3n+1
2) an=4n12
3) an=5n+3
4) an=2n+7
5) an=2n2
6) an=5n21
7) an=(1)n(4n)
8) an=(1)n+1(1n)
9) an=2n3n1
10) an=5n2n+1
11) an=(1)n12n+5
12) an=(1)n3n2
13) a1=3andan=an1+4
14) a1=2andan=an1+12
15) a1=7andan=9an1
16) a1=5andan=17an1
17) a1=1andan=n+an1
18) a1=4andan=nan1
19) a1=12andan=(1)nan1
20) a1=25andan=(1)n+12an1

For each of the given sequences - find a general term an, and also find a recursive definition for the sequence.
21) {6,7,8,9,10,}
22) {9,11,13,15,17,}
23) {1,4,7,10,13,}
24) {5,4,13,22,31,}
25) {2,6,18,54,}
26) {5,10,20,40,80,}
27) {1,1,3,5,7,}
28) {8,15,22,29,}
29) {52,54,58,516,}
30) {15,17,19,111,}
31) {13,19,127,181,}
32) {12,25,38,411,}
33) {5,25,125,625,}
34) {1,14,19,116,125,}
35) {1,12,3,14,5,16,}
36) {23,94,827,8116,32243}


This page titled 6.1: Sequences is shared under a CC BY-NC-SA 4.0 license and was authored, remixed, and/or curated by Richard W. Beveridge.

Support Center

How can we help?