Learn on PengiOpenStax Algebra and TrigonometryChapter 13: Sequences, Probability, and Counting Theory

Lesson 13.1: Sequences and Their Notations

In this Grade 7 math lesson from OpenStax Algebra and Trigonometry, students learn how to write and interpret sequences using both explicit formulas and recursive formulas, as well as how to apply factorial notation. The lesson covers key concepts such as identifying terms of a sequence, using subscript notation like a_n, and evaluating the nth term of a sequence from its formula. It is part of Chapter 13, which introduces sequences alongside probability and counting theory.

Section 1

πŸ“˜ Sequences and Their Notations

New Concept

A sequence is an ordered list of numbers, essentially a function whose domain is the set of counting numbers. We'll explore two ways to define its terms: explicitly, using the term's position nn, and recursively, using preceding terms to find the next.

What’s next

Next, you’ll tackle practice cards on writing sequence terms from explicit and recursive formulas, and then master factorial notation with interactive examples.

Section 2

Sequence and Explicit Formula

Property

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, \ldots, a_n, \ldots

We call a1a_1 the first term of the sequence, a2a_2 the second term of the sequence, a3a_3 the third term of the sequence, and so on. The term ana_n is called the nnth term of the sequence, or the general term of the sequence. An explicit formula defines the nnth term of a sequence using the position of the term. A sequence that continues indefinitely is an infinite sequence.

To write the first nn terms of a sequence given an explicit formula:

  1. Substitute n=1n=1 into the formula to find the first term, a1a_1.
  2. Substitute n=2n=2 to find the second term, a2a_2.
  3. Continue this process for all nn terms.

Examples

  • For the sequence an=4nβˆ’5a_n = 4n - 5, the first three terms are: a1=4(1)βˆ’5=βˆ’1a_1 = 4(1) - 5 = -1, a2=4(2)βˆ’5=3a_2 = 4(2) - 5 = 3, and a3=4(3)βˆ’5=7a_3 = 4(3) - 5 = 7. The sequence is {βˆ’1,3,7,…}\{-1, 3, 7, \ldots\}.
  • For the sequence an=10βˆ’2na_n = 10 - 2n, the first three terms are: a1=10βˆ’2(1)=8a_1 = 10 - 2(1) = 8, a2=10βˆ’2(2)=6a_2 = 10 - 2(2) = 6, and a3=10βˆ’2(3)=4a_3 = 10 - 2(3) = 4. The sequence is {8,6,4,…}\{8, 6, 4, \ldots\}.
  • For the sequence an=n2+1a_n = n^2 + 1, the first three terms are: a1=12+1=2a_1 = 1^2 + 1 = 2, a2=22+1=5a_2 = 2^2 + 1 = 5, and a3=32+1=10a_3 = 3^2 + 1 = 10. The sequence is {2,5,10,…}\{2, 5, 10, \ldots\}.

Section 3

Alternating Sequences

Property

An alternating sequence is one where the terms alternate in sign (positive, negative, positive, etc.). This is often achieved by including a factor of (βˆ’1)(-1) raised to a power involving nn, such as (βˆ’1)n(-1)^n or (βˆ’1)n+1(-1)^{n+1}.

To write the terms of an alternating sequence:

  1. Substitute each value of nn into the formula, starting with n=1n=1 for the first term.
  2. The factor (βˆ’1)k(-1)^k determines the sign. If the exponent kk is odd, the result is negative. If kk is even, the result is positive.
  3. Continue for all required terms.

Examples

  • For the sequence an=(βˆ’1)n(2n)a_n = (-1)^n(2n), the first three terms are: a1=(βˆ’1)1(2(1))=βˆ’2a_1 = (-1)^1(2(1)) = -2, a2=(βˆ’1)2(2(2))=4a_2 = (-1)^2(2(2)) = 4, and a3=(βˆ’1)3(2(3))=βˆ’6a_3 = (-1)^3(2(3)) = -6. The sequence is {βˆ’2,4,βˆ’6,…}\{-2, 4, -6, \ldots\}.
  • For the sequence an=(βˆ’1)n+1na_n = \frac{(-1)^{n+1}}{n}, the first three terms are: a1=(βˆ’1)21=1a_1 = \frac{(-1)^2}{1} = 1, a2=(βˆ’1)32=βˆ’12a_2 = \frac{(-1)^3}{2} = -\frac{1}{2}, and a3=(βˆ’1)43=13a_3 = \frac{(-1)^4}{3} = \frac{1}{3}. The sequence is {1,βˆ’12,13,…}\{1, -\frac{1}{2}, \frac{1}{3}, \ldots\}.
  • For the sequence an=n(βˆ’2)na_n = \frac{n}{(-2)^n}, the first three terms are: a1=1(βˆ’2)1=βˆ’12a_1 = \frac{1}{(-2)^1} = -\frac{1}{2}, a2=2(βˆ’2)2=24=12a_2 = \frac{2}{(-2)^2} = \frac{2}{4} = \frac{1}{2}, and a3=3(βˆ’2)3=βˆ’38a_3 = \frac{3}{(-2)^3} = -\frac{3}{8}. The sequence is {βˆ’12,12,βˆ’38,…}\{-\frac{1}{2}, \frac{1}{2}, -\frac{3}{8}, \ldots\}.

Section 4

Piecewise Explicit Formulas

Property

A piecewise explicit formula uses different rules for different terms, depending on whether nn meets a certain condition. Each condition defines a subsection of the sequence with its own unique formula.

To write the terms of a piecewise sequence:

  1. For each term, identify which condition the value of nn satisfies.
  2. Use the formula corresponding to that condition to calculate the term's value.
  3. Continue this process for each term you need to find.

Examples

  • For an={n2ifΒ nΒ isΒ odd2nifΒ nΒ isΒ evena_n = \begin{cases} n^2 & \text{if } n \text{ is odd} \\ 2n & \text{if } n \text{ is even} \end{cases}, the first four terms are: a1=12=1a_1=1^2=1, a2=2(2)=4a_2=2(2)=4, a3=32=9a_3=3^2=9, a4=2(4)=8a_4=2(4)=8. The sequence is {1,4,9,8,…}\{1, 4, 9, 8, \ldots\}.
  • For an={10ifΒ nΒ isΒ aΒ multipleΒ ofΒ 3nifΒ nota_n = \begin{cases} 10 & \text{if } n \text{ is a multiple of } 3 \\ n & \text{if not} \end{cases}, the first five terms are: a1=1a_1=1, a2=2a_2=2, a3=10a_3=10, a4=4a_4=4, a5=5a_5=5. The sequence is {1,2,10,4,5,…}\{1, 2, 10, 4, 5, \ldots\}.
  • For an={n+5ifΒ n≀3nβˆ’5ifΒ n>3a_n = \begin{cases} n+5 & \text{if } n \le 3 \\ n-5 & \text{if } n > 3 \end{cases}, the first five terms are: a1=1+5=6a_1=1+5=6, a2=2+5=7a_2=2+5=7, a3=3+5=8a_3=3+5=8, a4=4βˆ’5=βˆ’1a_4=4-5=-1, a5=5βˆ’5=0a_5=5-5=0. The sequence is {6,7,8,βˆ’1,0,…}\{6, 7, 8, -1, 0, \ldots\}.

Section 5

Finding an Explicit Formula

Property

Given the first few terms of a sequence, you can find an explicit formula by looking for a pattern. This involves working in reverse to determine the rule that generates the sequence.

To find an explicit formula:

  1. Look for a pattern among the terms (e.g., arithmetic, geometric, powers).
  2. If terms are fractions, analyze patterns in the numerators and denominators separately.
  3. If signs alternate, include a factor like (βˆ’1)n(-1)^n or (βˆ’1)n+1(-1)^{n+1}.
  4. Write a formula for ana_n in terms of nn and test it for the first few terms.

Examples

  • For the sequence {3,5,7,9,…}\{3, 5, 7, 9, \ldots\}, each term is one more than twice its position. The explicit formula is an=2n+1a_n = 2n + 1.
  • For the sequence {βˆ’12,14,βˆ’18,116,…}\{-\frac{1}{2}, \frac{1}{4}, -\frac{1}{8}, \frac{1}{16}, \ldots\}, the signs alternate and the denominators are powers of 2. The explicit formula is an=(βˆ’1)n2na_n = \frac{(-1)^n}{2^n}.
  • For the sequence {23,34,45,56,…}\{\frac{2}{3}, \frac{3}{4}, \frac{4}{5}, \frac{5}{6}, \ldots\}, the numerator is n+1n+1 and the denominator is n+2n+2. The explicit formula is an=n+1n+2a_n = \frac{n+1}{n+2}.

Section 6

Recursive Formula

Property

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.

To write the terms of a sequence given a recursive formula:

  1. Identify the given initial term, a1a_1.
  2. To find the second term, a2a_2, substitute the value of the initial term (a1a_1) into the formula for anβˆ’1a_{n-1}.
  3. To find the third term, a3a_3, substitute the value of the second term (a2a_2) into the formula. Repeat for all subsequent terms.

Examples

  • Given a1=5a_1 = 5 and an=anβˆ’1+4a_n = a_{n-1} + 4 for nβ‰₯2n \ge 2, the first four terms are: a1=5a_1=5, a2=5+4=9a_2=5+4=9, a3=9+4=13a_3=9+4=13, a4=13+4=17a_4=13+4=17. The sequence is {5,9,13,17,…}\{5, 9, 13, 17, \ldots\}.
  • Given a1=2a_1 = 2 and an=3anβˆ’1a_n = 3a_{n-1} for nβ‰₯2n \ge 2, the first four terms are: a1=2a_1=2, a2=3(2)=6a_2=3(2)=6, a3=3(6)=18a_3=3(6)=18, a4=3(18)=54a_4=3(18)=54. The sequence is {2,6,18,54,…}\{2, 6, 18, 54, \ldots\}.
  • Given a1=100a_1 = 100 and an=anβˆ’1βˆ’7a_n = a_{n-1} - 7 for nβ‰₯2n \ge 2, the first four terms are: a1=100a_1=100, a2=100βˆ’7=93a_2=100-7=93, a3=93βˆ’7=86a_3=93-7=86, a4=86βˆ’7=79a_4=86-7=79. The sequence is {100,93,86,79,…}\{100, 93, 86, 79, \ldots\}.

Section 7

Using Factorial Notation

Property

nn factorial, denoted n!n!, is the product of the positive integers from 1 to nn. It is defined for a positive integer nn as:

n!=n(nβˆ’1)(nβˆ’2)β‹―(2)(1),forΒ nβ‰₯2n! = n(n-1)(n-2)\cdots(2)(1), \quad \text{for } n \ge 2

The special case 0!0! is defined as 0!=10! = 1. The factorial of any whole number nn can also be expressed recursively as n!=n(nβˆ’1)!n! = n(n-1)!.

Examples

  • To calculate 6!6!, you multiply 6β‹…5β‹…4β‹…3β‹…2β‹…1=7206 \cdot 5 \cdot 4 \cdot 3 \cdot 2 \cdot 1 = 720.
  • For the sequence an=n!2a_n = \frac{n!}{2}, the first three terms are: a1=1!2=12a_1 = \frac{1!}{2} = \frac{1}{2}, a2=2!2=22=1a_2 = \frac{2!}{2} = \frac{2}{2} = 1, and a3=3!2=62=3a_3 = \frac{3!}{2} = \frac{6}{2} = 3. The sequence is {12,1,3,…}\{\frac{1}{2}, 1, 3, \ldots\}.
  • For the sequence an=10(n+1)!a_n = \frac{10}{(n+1)!}, the first two terms are: a1=10(1+1)!=102!=102=5a_1 = \frac{10}{(1+1)!} = \frac{10}{2!} = \frac{10}{2} = 5, and a2=10(2+1)!=103!=106=53a_2 = \frac{10}{(2+1)!} = \frac{10}{3!} = \frac{10}{6} = \frac{5}{3}. The sequence is {5,53,…}\{5, \frac{5}{3}, \ldots\}.

Explanation

Factorial, written with an exclamation mark (n!n!), means to multiply a number by every whole number smaller than it, all the way down to 1. It is a shorthand for a long multiplication problem that appears in many formulas.

Book overview

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

Continue this chapter

Chapter 13: Sequences, Probability, and Counting Theory

  1. Lesson 1Current

    Lesson 13.1: Sequences and Their Notations

  2. Lesson 2

    Lesson 13.2: Arithmetic Sequences

  3. Lesson 3

    Lesson 13.3: Geometric Sequences

  4. Lesson 4

    Lesson 13.4: Series and Their Notations

  5. Lesson 5

    Lesson 13.5: Counting Principles

  6. Lesson 6

    Lesson 13.6: Binomial Theorem

  7. Lesson 7

    Lesson 13.7: Probability

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

πŸ“˜ Sequences and Their Notations

New Concept

A sequence is an ordered list of numbers, essentially a function whose domain is the set of counting numbers. We'll explore two ways to define its terms: explicitly, using the term's position nn, and recursively, using preceding terms to find the next.

What’s next

Next, you’ll tackle practice cards on writing sequence terms from explicit and recursive formulas, and then master factorial notation with interactive examples.

Section 2

Sequence and Explicit Formula

Property

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, \ldots, a_n, \ldots

We call a1a_1 the first term of the sequence, a2a_2 the second term of the sequence, a3a_3 the third term of the sequence, and so on. The term ana_n is called the nnth term of the sequence, or the general term of the sequence. An explicit formula defines the nnth term of a sequence using the position of the term. A sequence that continues indefinitely is an infinite sequence.

To write the first nn terms of a sequence given an explicit formula:

  1. Substitute n=1n=1 into the formula to find the first term, a1a_1.
  2. Substitute n=2n=2 to find the second term, a2a_2.
  3. Continue this process for all nn terms.

Examples

  • For the sequence an=4nβˆ’5a_n = 4n - 5, the first three terms are: a1=4(1)βˆ’5=βˆ’1a_1 = 4(1) - 5 = -1, a2=4(2)βˆ’5=3a_2 = 4(2) - 5 = 3, and a3=4(3)βˆ’5=7a_3 = 4(3) - 5 = 7. The sequence is {βˆ’1,3,7,…}\{-1, 3, 7, \ldots\}.
  • For the sequence an=10βˆ’2na_n = 10 - 2n, the first three terms are: a1=10βˆ’2(1)=8a_1 = 10 - 2(1) = 8, a2=10βˆ’2(2)=6a_2 = 10 - 2(2) = 6, and a3=10βˆ’2(3)=4a_3 = 10 - 2(3) = 4. The sequence is {8,6,4,…}\{8, 6, 4, \ldots\}.
  • For the sequence an=n2+1a_n = n^2 + 1, the first three terms are: a1=12+1=2a_1 = 1^2 + 1 = 2, a2=22+1=5a_2 = 2^2 + 1 = 5, and a3=32+1=10a_3 = 3^2 + 1 = 10. The sequence is {2,5,10,…}\{2, 5, 10, \ldots\}.

Section 3

Alternating Sequences

Property

An alternating sequence is one where the terms alternate in sign (positive, negative, positive, etc.). This is often achieved by including a factor of (βˆ’1)(-1) raised to a power involving nn, such as (βˆ’1)n(-1)^n or (βˆ’1)n+1(-1)^{n+1}.

To write the terms of an alternating sequence:

  1. Substitute each value of nn into the formula, starting with n=1n=1 for the first term.
  2. The factor (βˆ’1)k(-1)^k determines the sign. If the exponent kk is odd, the result is negative. If kk is even, the result is positive.
  3. Continue for all required terms.

Examples

  • For the sequence an=(βˆ’1)n(2n)a_n = (-1)^n(2n), the first three terms are: a1=(βˆ’1)1(2(1))=βˆ’2a_1 = (-1)^1(2(1)) = -2, a2=(βˆ’1)2(2(2))=4a_2 = (-1)^2(2(2)) = 4, and a3=(βˆ’1)3(2(3))=βˆ’6a_3 = (-1)^3(2(3)) = -6. The sequence is {βˆ’2,4,βˆ’6,…}\{-2, 4, -6, \ldots\}.
  • For the sequence an=(βˆ’1)n+1na_n = \frac{(-1)^{n+1}}{n}, the first three terms are: a1=(βˆ’1)21=1a_1 = \frac{(-1)^2}{1} = 1, a2=(βˆ’1)32=βˆ’12a_2 = \frac{(-1)^3}{2} = -\frac{1}{2}, and a3=(βˆ’1)43=13a_3 = \frac{(-1)^4}{3} = \frac{1}{3}. The sequence is {1,βˆ’12,13,…}\{1, -\frac{1}{2}, \frac{1}{3}, \ldots\}.
  • For the sequence an=n(βˆ’2)na_n = \frac{n}{(-2)^n}, the first three terms are: a1=1(βˆ’2)1=βˆ’12a_1 = \frac{1}{(-2)^1} = -\frac{1}{2}, a2=2(βˆ’2)2=24=12a_2 = \frac{2}{(-2)^2} = \frac{2}{4} = \frac{1}{2}, and a3=3(βˆ’2)3=βˆ’38a_3 = \frac{3}{(-2)^3} = -\frac{3}{8}. The sequence is {βˆ’12,12,βˆ’38,…}\{-\frac{1}{2}, \frac{1}{2}, -\frac{3}{8}, \ldots\}.

Section 4

Piecewise Explicit Formulas

Property

A piecewise explicit formula uses different rules for different terms, depending on whether nn meets a certain condition. Each condition defines a subsection of the sequence with its own unique formula.

To write the terms of a piecewise sequence:

  1. For each term, identify which condition the value of nn satisfies.
  2. Use the formula corresponding to that condition to calculate the term's value.
  3. Continue this process for each term you need to find.

Examples

  • For an={n2ifΒ nΒ isΒ odd2nifΒ nΒ isΒ evena_n = \begin{cases} n^2 & \text{if } n \text{ is odd} \\ 2n & \text{if } n \text{ is even} \end{cases}, the first four terms are: a1=12=1a_1=1^2=1, a2=2(2)=4a_2=2(2)=4, a3=32=9a_3=3^2=9, a4=2(4)=8a_4=2(4)=8. The sequence is {1,4,9,8,…}\{1, 4, 9, 8, \ldots\}.
  • For an={10ifΒ nΒ isΒ aΒ multipleΒ ofΒ 3nifΒ nota_n = \begin{cases} 10 & \text{if } n \text{ is a multiple of } 3 \\ n & \text{if not} \end{cases}, the first five terms are: a1=1a_1=1, a2=2a_2=2, a3=10a_3=10, a4=4a_4=4, a5=5a_5=5. The sequence is {1,2,10,4,5,…}\{1, 2, 10, 4, 5, \ldots\}.
  • For an={n+5ifΒ n≀3nβˆ’5ifΒ n>3a_n = \begin{cases} n+5 & \text{if } n \le 3 \\ n-5 & \text{if } n > 3 \end{cases}, the first five terms are: a1=1+5=6a_1=1+5=6, a2=2+5=7a_2=2+5=7, a3=3+5=8a_3=3+5=8, a4=4βˆ’5=βˆ’1a_4=4-5=-1, a5=5βˆ’5=0a_5=5-5=0. The sequence is {6,7,8,βˆ’1,0,…}\{6, 7, 8, -1, 0, \ldots\}.

Section 5

Finding an Explicit Formula

Property

Given the first few terms of a sequence, you can find an explicit formula by looking for a pattern. This involves working in reverse to determine the rule that generates the sequence.

To find an explicit formula:

  1. Look for a pattern among the terms (e.g., arithmetic, geometric, powers).
  2. If terms are fractions, analyze patterns in the numerators and denominators separately.
  3. If signs alternate, include a factor like (βˆ’1)n(-1)^n or (βˆ’1)n+1(-1)^{n+1}.
  4. Write a formula for ana_n in terms of nn and test it for the first few terms.

Examples

  • For the sequence {3,5,7,9,…}\{3, 5, 7, 9, \ldots\}, each term is one more than twice its position. The explicit formula is an=2n+1a_n = 2n + 1.
  • For the sequence {βˆ’12,14,βˆ’18,116,…}\{-\frac{1}{2}, \frac{1}{4}, -\frac{1}{8}, \frac{1}{16}, \ldots\}, the signs alternate and the denominators are powers of 2. The explicit formula is an=(βˆ’1)n2na_n = \frac{(-1)^n}{2^n}.
  • For the sequence {23,34,45,56,…}\{\frac{2}{3}, \frac{3}{4}, \frac{4}{5}, \frac{5}{6}, \ldots\}, the numerator is n+1n+1 and the denominator is n+2n+2. The explicit formula is an=n+1n+2a_n = \frac{n+1}{n+2}.

Section 6

Recursive Formula

Property

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.

To write the terms of a sequence given a recursive formula:

  1. Identify the given initial term, a1a_1.
  2. To find the second term, a2a_2, substitute the value of the initial term (a1a_1) into the formula for anβˆ’1a_{n-1}.
  3. To find the third term, a3a_3, substitute the value of the second term (a2a_2) into the formula. Repeat for all subsequent terms.

Examples

  • Given a1=5a_1 = 5 and an=anβˆ’1+4a_n = a_{n-1} + 4 for nβ‰₯2n \ge 2, the first four terms are: a1=5a_1=5, a2=5+4=9a_2=5+4=9, a3=9+4=13a_3=9+4=13, a4=13+4=17a_4=13+4=17. The sequence is {5,9,13,17,…}\{5, 9, 13, 17, \ldots\}.
  • Given a1=2a_1 = 2 and an=3anβˆ’1a_n = 3a_{n-1} for nβ‰₯2n \ge 2, the first four terms are: a1=2a_1=2, a2=3(2)=6a_2=3(2)=6, a3=3(6)=18a_3=3(6)=18, a4=3(18)=54a_4=3(18)=54. The sequence is {2,6,18,54,…}\{2, 6, 18, 54, \ldots\}.
  • Given a1=100a_1 = 100 and an=anβˆ’1βˆ’7a_n = a_{n-1} - 7 for nβ‰₯2n \ge 2, the first four terms are: a1=100a_1=100, a2=100βˆ’7=93a_2=100-7=93, a3=93βˆ’7=86a_3=93-7=86, a4=86βˆ’7=79a_4=86-7=79. The sequence is {100,93,86,79,…}\{100, 93, 86, 79, \ldots\}.

Section 7

Using Factorial Notation

Property

nn factorial, denoted n!n!, is the product of the positive integers from 1 to nn. It is defined for a positive integer nn as:

n!=n(nβˆ’1)(nβˆ’2)β‹―(2)(1),forΒ nβ‰₯2n! = n(n-1)(n-2)\cdots(2)(1), \quad \text{for } n \ge 2

The special case 0!0! is defined as 0!=10! = 1. The factorial of any whole number nn can also be expressed recursively as n!=n(nβˆ’1)!n! = n(n-1)!.

Examples

  • To calculate 6!6!, you multiply 6β‹…5β‹…4β‹…3β‹…2β‹…1=7206 \cdot 5 \cdot 4 \cdot 3 \cdot 2 \cdot 1 = 720.
  • For the sequence an=n!2a_n = \frac{n!}{2}, the first three terms are: a1=1!2=12a_1 = \frac{1!}{2} = \frac{1}{2}, a2=2!2=22=1a_2 = \frac{2!}{2} = \frac{2}{2} = 1, and a3=3!2=62=3a_3 = \frac{3!}{2} = \frac{6}{2} = 3. The sequence is {12,1,3,…}\{\frac{1}{2}, 1, 3, \ldots\}.
  • For the sequence an=10(n+1)!a_n = \frac{10}{(n+1)!}, the first two terms are: a1=10(1+1)!=102!=102=5a_1 = \frac{10}{(1+1)!} = \frac{10}{2!} = \frac{10}{2} = 5, and a2=10(2+1)!=103!=106=53a_2 = \frac{10}{(2+1)!} = \frac{10}{3!} = \frac{10}{6} = \frac{5}{3}. The sequence is {5,53,…}\{5, \frac{5}{3}, \ldots\}.

Explanation

Factorial, written with an exclamation mark (n!n!), means to multiply a number by every whole number smaller than it, all the way down to 1. It is a shorthand for a long multiplication problem that appears in many formulas.

Book overview

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

Continue this chapter

Chapter 13: Sequences, Probability, and Counting Theory

  1. Lesson 1Current

    Lesson 13.1: Sequences and Their Notations

  2. Lesson 2

    Lesson 13.2: Arithmetic Sequences

  3. Lesson 3

    Lesson 13.3: Geometric Sequences

  4. Lesson 4

    Lesson 13.4: Series and Their Notations

  5. Lesson 5

    Lesson 13.5: Counting Principles

  6. Lesson 6

    Lesson 13.6: Binomial Theorem

  7. Lesson 7

    Lesson 13.7: Probability