Sequences

Introduction to Sequences

Sequences are an important concept in mathematics that helps us understand the patterns in numbers. A sequence is an ordered list of numbers or objects, where each item is called a term. The order of terms matters, and the same number of objects can appear more than once.

 

The total number of terms in a sequence is called the length. Sequences can follow simple rules, such as adding or multiplying the same number each time, or more complex patterns. For example, 2, 4, 6, and 8 are a sequence where each term increases by 2, while 3, 6, 12, and 24 double each time.

 

In this article, we will discuss the meaning of sequences, their rules, and examples. Step-by-step explanations will make it easy to understand the sequences and use them in solving maths problems.

 

Table of Contents

 

Sequences Meaning

A sequence is an ordered list of numbers where each number is called a term. The order of numbers matters in a sequence.

We usually use symbols like a_1, a_2,a_3,...,a_n to show the terms of a sequence. The small number written below tells the position of the term.

Example of Terms in a Sequence 

Position in Sequence

Term Notation

Example (2, 4, 6, 8, …)

First Term

a_1

2

Second Term

a_2

4

Third Term

a_3

6

nth Term

a_n

The nth term represents the number at the nth position and is called the general term of the sequence.

Types of Sequences

  • A finite sequence has a limited number of terms.

    • Example: 3, 9, 27, 81, ..., 59049 → first 10 powers of 3.

  • An infinite sequence continues without end.

    • Examples: 2, 4, 6, 8,... → even numbers

 

Sequences Rules

In mathematics, a sequence is like a number pattern. The numbers are written one after another in a special order. Every number in this list is called a term. What makes a sequence is that it is not random; it always follows a rule or pattern.

Two very common rules:

  • Addition rule: we add the same number each time, and the addition rule is called an arithmetic sequence.

  • Multiplication rule: we multiply by the same number each time, and the addition rule is called a geometric sequence.

How to find the 𝑛-th term

  • Arithmetic sequence:

    • General formula: 𝑎_𝑛 = 𝑎_1 + (𝑛-1)𝑑

    • Example: the sequence 2, 4, 6, 8, … has 𝑎_1=2 and 𝑑=2.

    • So 𝑎_𝑛 = 2 + (n - 1) × 2 = 2n.

    • For 𝑛 = 10: 𝑎_10 = 2 × 10 = 20

  • Geometric sequence:

    • General formula: 𝑎_𝑛 = 𝑎_1 × 𝑟^(𝑛 - 1)

    • Example: 3, 9, 27, 81, … has 𝑎_1 = 3 and 𝑟=3.

    • So 𝑎_𝑛 = 3 × 3^(𝑛 -1) = 3^𝑛

    • For 𝑛 = 10: a_10 = 3^10 = 59049.

Type

Rule in words

Formula for a_n

First 5 terms

Arithmetic

Add 2 each time

aₙ = 2n (or a_1​+(n-1)d)

2, 4, 6, 8, 10

Geometric

Multiply by 3

aₙ = 3^n (or 3×3^{n-1})

3, 9, 27, 81, 243

 

Sequences Examples

Many number patterns can be written as sequences. Some of them are finite, while others continue infinitely. Let us see a few examples with their general terms and those terms of the sequence:

Example 1: Sequence of Even Numbers

Even numbers form a sequence where the general term is 2n. The terms of this sequence are:

n

an = 2n

Term

n = 1

a₁ = 2(1)

2

n = 2

a₂ = 2(2)

4

n = 3

a₃ = 2(3)

6

n = 4

a₄ = 2(4)

8

Thus, the sequence is 2, 4, 6, 8…

 

Example 2: Sequence of Multiples of 5

This list of multiples of 5 is another sequence, with the general term 5_n.

The terms of this sequence are:

n

an = 5n

Term

n = 1

a₁ = 5(1)

5

n = 2

a₂ = 5(2)

10

n = 3

a₃ = 5(3)

15

n = 4

a₄ = 5(4)

20

Thus, the sequence is 5, 10, 15, 20…

 

Example 3: Sequence of Prime Numbers

Prime numbers also form a sequence; here, there is no simple formula, but numbers are listed in order.

The terms of this sequence are:

n

Term

n = 1

2

n = 2

3

n = 3

5

n = 4

7

n = 5

11

Thus, the sequence is 2, 3, 5, 7, 11…

 

Example 4: Sequence of Fibonacci Numbers

This sequence is formed by adding the 2 previous terms. The rule is 

  • a₁ = 0, a₂ = 1

  • a_n = a_(n-1) + a_(n-2), for n > 2

The terms of this sequence are:

n

Term

n = 1

0

n = 2

1

n = 3

1

n = 4

2

n = 5

3

n = 6

5

Thus, the sequence is 0, 1, 1, 2, 3, 5…

 

Conclusion

Sequences are ordered lists of numbers that follow a rule. They can be arithmetic, geometric, harmonic, or Fibonacci. Learning sequences helps us spot patterns, predict numbers, and solve maths problems. They are found in daily life too, like seat numbers, days of the week, or flower petals.

 

Frequently Asked Questions on Sequences

1. What are the four types of sequences?

Answer: There are four main types of sequences:

  • Arithmetic sequence: where we add or subtract the same number each time (example: 2, 4, 6, 8, ...).

  • Geometric sequence: where we multiply or divide by the same number each time (example: 3, 6, 12, 24, ...).

  • Harmonic sequence: where terms are written as fractions using natural numbers (example: 1, 1/2, 1/3, 1/4, ...).

  • Fibonacci sequence: where each term is the sum of two previous terms (example: 0, 1, 1, 2, 3, 3, 5, 5, ...).

 

2. What are 5 examples of sequences?

Answer: Here are 5 simple examples of sequences:

  • Natural numbers: 1, 2, 3, 4, 5, …

  • Even number: 2, 4, 6, 8, 10, …

  • Multiples of 3: 3, 6, 9, 12, …

  • Square numbers: 1, 4, 9, 16, …

  • Fibonacci number: 0, 1, 1, 2, 3, 5, ...

 

3. What is the sequence to 1, 3, 5, 7?

Answer: The sequence 1, 3, 5, 7, ... is a list of odd numbers. This is an arithmetic sequence because we add 2 each time to get the next number.

 

4. What are the 10 types of number sequences?

Answer: There are some important types of number sequences:

  1. Arithmetic sequence

  2. Geometric sequence

  3. Hormonic sequence

  4. Fibonacci sequence

  5. Square number sequence

  6. Cube number sequence

  7. Triangular number sequence

  8. Prime numbers sequence

  9. Even numbers sequence

  10. Odd numbers sequence

 

5. What is a simple sequence?

Answer: A simple sequence is a list of numbers written in a specific order that follows a rule. For example:

  • 2, 4, 6, 8, ... (Rule: Add 2 each time).

  • 5, 10, 20, 40, (Rule: Multiply by 2 each time).

So, a simple sequence is any number pattern with a clear and simple rule.

 

ShareFacebookXLinkedInEmailTelegramPinterestWhatsApp

Admissions Open for

Admissions Open for

Enquire Now

We are also listed in