Learn on PengiOpenstax Intermediate Algebra 2EChapter 12: Sequences, Series and Binomial Theorem

Lesson 12.1: Sequences

In this lesson from OpenStax Intermediate Algebra 2E, students learn the definition of a sequence as a function whose domain is the counting numbers, and practice writing the first few terms using a general term formula (nth term notation such as aₙ = 2n). The lesson covers distinguishing between finite and infinite sequences, applying factorial notation, finding partial sums, and using summation notation to express a series compactly. This content is appropriate for intermediate algebra students and lays the foundation for arithmetic sequences, geometric sequences, and the Binomial Theorem covered later in Chapter 12.

Section 1

📘 Sequences

New Concept

A sequence is an ordered list of numbers following a specific rule. We'll learn to write a sequence's terms from its general formula, ana_n, find the formula from its terms, and use factorial (n!n!) and summation (ΣΣ) notations.

What’s next

Now, let's put this into practice. You'll start by writing the first few terms of a sequence with interactive examples and then move on to finding the general formula in a series of practice cards.

Section 2

Sequences

Property

A sequence is a function whose domain is the counting numbers. A sequence can also be seen as an ordered list of numbers and each number in the list is a term. A sequence may have an infinite number of terms (infinite sequence) or a finite number of terms (finite sequence). The notation ana_n represents the nnth term of the sequence.

Examples

  • Write the first four terms of the sequence with general term an=3n+2a_n = 3n + 2. The terms are a1=3(1)+2=5a_1 = 3(1)+2=5, a2=3(2)+2=8a_2 = 3(2)+2=8, a3=3(3)+2=11a_3 = 3(3)+2=11, and a4=3(4)+2=14a_4 = 3(4)+2=14. The sequence is 5,8,11,14,5, 8, 11, 14, \ldots.
  • Write the first four terms of the sequence with general term an=(1)n(n+1)a_n = (-1)^n(n+1). The terms are a1=(1)1(1+1)=2a_1 = (-1)^1(1+1)=-2, a2=(1)2(2+1)=3a_2 = (-1)^2(2+1)=3, a3=(1)3(3+1)=4a_3 = (-1)^3(3+1)=-4, and a4=(1)4(4+1)=5a_4 = (-1)^4(4+1)=5. The sequence is 2,3,4,5,-2, 3, -4, 5, \ldots.

Section 3

General term of a sequence

Property

The general term of the sequence is found from the formula for writing the nnth term of the sequence. The nnth term of the sequence, ana_n, is the term in the nnth position where nn is a value in the domain.

Examples

  • Find a general term for the sequence 5,10,15,20,25,5, 10, 15, 20, 25, \ldots. Each term is 5 times its position number, nn. So, the general term is an=5na_n = 5n.
  • Find a general term for the sequence 1,2,3,4,5,1, -2, 3, -4, 5, \ldots. The numbers are the position, nn, but the signs alternate, starting with positive. So, the general term is an=(1)n+1na_n = (-1)^{n+1}n.

Section 4

Factorial notation

Property

If nn is a positive integer, then n!n! is

n!=n(n1)(n2)(2)(1)n! = n(n-1)(n-2)\ldots(2)(1)

We define 0!0! as 1, so 0!=10! = 1.

Examples

  • Write the first four terms of the sequence an=1(n1)!a_n = \frac{1}{(n-1)!}. The terms are a1=10!=1a_1 = \frac{1}{0!} = 1, a2=11!=1a_2 = \frac{1}{1!} = 1, a3=12!=12a_3 = \frac{1}{2!} = \frac{1}{2}, and a4=13!=16a_4 = \frac{1}{3!} = \frac{1}{6}.
  • Write the first four terms of the sequence an=(n+1)!n!a_n = \frac{(n+1)!}{n!}. The terms are a1=2!1!=2a_1 = \frac{2!}{1!} = 2, a2=3!2!=3a_2 = \frac{3!}{2!} = 3, a3=4!3!=4a_3 = \frac{4!}{3!} = 4, and a4=5!4!=5a_4 = \frac{5!}{4!} = 5. This simplifies to an=n+1a_n = n+1.

Section 5

Summation notation

Property

The sum of the first nn terms of a sequence whose nnth term is ana_n, is written in summation notation as:

i=1nai=a1+a2+a3++an\sum_{i=1}^{n} a_i = a_1 + a_2 + a_3 + \ldots + a_n

The ii is the index of summation and the 1 tells us where to start and the nn tells us where to end. When we add a finite number of terms, we call the sum a partial sum.

Examples

  • Expand and find the value of the partial sum i=14(i+2)\sum_{i=1}^{4} (i+2). This is (1+2)+(2+2)+(3+2)+(4+2)=3+4+5+6=18(1+2) + (2+2) + (3+2) + (4+2) = 3 + 4 + 5 + 6 = 18.
  • Write the sum 2+4+6+8+102+4+6+8+10 using summation notation. The terms follow the pattern 2i2i where ii goes from 1 to 5. So, the notation is i=152i\sum_{i=1}^{5} 2i.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 12: Sequences, Series and Binomial Theorem

  1. Lesson 1Current

    Lesson 12.1: Sequences

  2. Lesson 2

    Lesson 12.2: Arithmetic Sequences

  3. Lesson 3

    Lesson 12.3: Geometric Sequences and Series

  4. Lesson 4

    Lesson 12.4: Binomial Theorem

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

📘 Sequences

New Concept

A sequence is an ordered list of numbers following a specific rule. We'll learn to write a sequence's terms from its general formula, ana_n, find the formula from its terms, and use factorial (n!n!) and summation (ΣΣ) notations.

What’s next

Now, let's put this into practice. You'll start by writing the first few terms of a sequence with interactive examples and then move on to finding the general formula in a series of practice cards.

Section 2

Sequences

Property

A sequence is a function whose domain is the counting numbers. A sequence can also be seen as an ordered list of numbers and each number in the list is a term. A sequence may have an infinite number of terms (infinite sequence) or a finite number of terms (finite sequence). The notation ana_n represents the nnth term of the sequence.

Examples

  • Write the first four terms of the sequence with general term an=3n+2a_n = 3n + 2. The terms are a1=3(1)+2=5a_1 = 3(1)+2=5, a2=3(2)+2=8a_2 = 3(2)+2=8, a3=3(3)+2=11a_3 = 3(3)+2=11, and a4=3(4)+2=14a_4 = 3(4)+2=14. The sequence is 5,8,11,14,5, 8, 11, 14, \ldots.
  • Write the first four terms of the sequence with general term an=(1)n(n+1)a_n = (-1)^n(n+1). The terms are a1=(1)1(1+1)=2a_1 = (-1)^1(1+1)=-2, a2=(1)2(2+1)=3a_2 = (-1)^2(2+1)=3, a3=(1)3(3+1)=4a_3 = (-1)^3(3+1)=-4, and a4=(1)4(4+1)=5a_4 = (-1)^4(4+1)=5. The sequence is 2,3,4,5,-2, 3, -4, 5, \ldots.

Section 3

General term of a sequence

Property

The general term of the sequence is found from the formula for writing the nnth term of the sequence. The nnth term of the sequence, ana_n, is the term in the nnth position where nn is a value in the domain.

Examples

  • Find a general term for the sequence 5,10,15,20,25,5, 10, 15, 20, 25, \ldots. Each term is 5 times its position number, nn. So, the general term is an=5na_n = 5n.
  • Find a general term for the sequence 1,2,3,4,5,1, -2, 3, -4, 5, \ldots. The numbers are the position, nn, but the signs alternate, starting with positive. So, the general term is an=(1)n+1na_n = (-1)^{n+1}n.

Section 4

Factorial notation

Property

If nn is a positive integer, then n!n! is

n!=n(n1)(n2)(2)(1)n! = n(n-1)(n-2)\ldots(2)(1)

We define 0!0! as 1, so 0!=10! = 1.

Examples

  • Write the first four terms of the sequence an=1(n1)!a_n = \frac{1}{(n-1)!}. The terms are a1=10!=1a_1 = \frac{1}{0!} = 1, a2=11!=1a_2 = \frac{1}{1!} = 1, a3=12!=12a_3 = \frac{1}{2!} = \frac{1}{2}, and a4=13!=16a_4 = \frac{1}{3!} = \frac{1}{6}.
  • Write the first four terms of the sequence an=(n+1)!n!a_n = \frac{(n+1)!}{n!}. The terms are a1=2!1!=2a_1 = \frac{2!}{1!} = 2, a2=3!2!=3a_2 = \frac{3!}{2!} = 3, a3=4!3!=4a_3 = \frac{4!}{3!} = 4, and a4=5!4!=5a_4 = \frac{5!}{4!} = 5. This simplifies to an=n+1a_n = n+1.

Section 5

Summation notation

Property

The sum of the first nn terms of a sequence whose nnth term is ana_n, is written in summation notation as:

i=1nai=a1+a2+a3++an\sum_{i=1}^{n} a_i = a_1 + a_2 + a_3 + \ldots + a_n

The ii is the index of summation and the 1 tells us where to start and the nn tells us where to end. When we add a finite number of terms, we call the sum a partial sum.

Examples

  • Expand and find the value of the partial sum i=14(i+2)\sum_{i=1}^{4} (i+2). This is (1+2)+(2+2)+(3+2)+(4+2)=3+4+5+6=18(1+2) + (2+2) + (3+2) + (4+2) = 3 + 4 + 5 + 6 = 18.
  • Write the sum 2+4+6+8+102+4+6+8+10 using summation notation. The terms follow the pattern 2i2i where ii goes from 1 to 5. So, the notation is i=152i\sum_{i=1}^{5} 2i.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 12: Sequences, Series and Binomial Theorem

  1. Lesson 1Current

    Lesson 12.1: Sequences

  2. Lesson 2

    Lesson 12.2: Arithmetic Sequences

  3. Lesson 3

    Lesson 12.3: Geometric Sequences and Series

  4. Lesson 4

    Lesson 12.4: Binomial Theorem