Lesson 1: Sequences
Video Lesson
Competencies (MLC)
At the end of this lesson, you will be able to:
- List patterns which leads to definition of number sequence.
- Explain the concepts of sequence, term of a sequence and its rule.
- Compute any term of a sequence using rule (formula).
- Draw graphs of finite sequences
- Define arithmetic progressions and geometric progressions.
- Determine the terms of arithmetic and geometric sequences.
Key Terms
- Sequence
- Fibonacci sequence
- Mulatu’s number
- Arithmetic mean
- Geometric mean
A sequence is an ordered list of elements or objects that follow a specific rule or pattern.
The Fibonacci sequence is a series of numbers where each term is the sum of the two preceding ones, starting with 0 and 1.
The sequence of Mulatu”s number is defined by recurrence relation.
The arithmetic mean (often referred to as the average) is a measure of central tendency that is used to summarize a set of numbers by finding their “central” value.
The geometric mean is a measure of central tendency that is used to find the average rate of growth or change in a set of numbers, especially when the numbers are multiplied or have exponential relationships.
Brainstorming Questions
20 people live on the first floor of the building, 34 people on the second floor and 48 people on the third floor , and so on. How money people live on the fifth and sixth floor of the building?
Solution
First look at the pattern 20, 34, 48, …… . by simple observation you can guess the
terms of the sequence. the sequence is increased by the common number 14. you simply add 14 on the pre- existed term to get the successive term
20 +14 = 34
34 +14 = 48
48 +14 = 62
62 + 14 = 76
76 +14 = 90 etc
1.1. Introduction to Sequences
Definition:
a special types of function whose domain is the set of positive integers.
Depending on its last term there are two types of sequence.
- Finite sequence: It is a sequence that has a last term. Its domain is 1,2,3,…,n.
- Infinite sequence: It is a sequence that does not have a last term. Its domain is the set of natural numbers, N.
Example 1:
- A sequence described by: 2, 3, 4, 5, 6, …, 20 is a finite sequence
- A sequence described by: 2, 8, 14, 20, 26, …. is an infinite sequence
Note:
A sequence can be described by
- Listing the the terms
- Writing the general term
- Drawing the graph
- Using recurrence relation
Example 2:
Solution
2. (a). {3, 5, 7, 9, ….} this is a sequence with first term 3 and is increased by 2 so that you can add 2 in every pre-existing term to get the next term of the given sequence:
Lets correlate natural numbers with the given sequence
etc
First observe the pattern of the sequence by integrating each term with the set of positive integers since the domain of a sequence is the set of positive integers
then by simple observation we can define the general term using any positive integer
3. Make a table with n and an, as follows.
So, the graph becomes

1.1.1. Recursively Defined Sequence
A sequence that is determined by giving the first term or the first few terms by a recursion formula is said to be defined recursively (inductively). The domain of recursive sequence can be the set whole numbers. For example Fibonacci and Mulatu sequences are some examples of recursive sequences.
If all terms of a sequence are the same constant, then it is called a constant sequence. For example, 1,1, 1, 1, …, (n) is a constant sequence.
1.1.2. Fibonacci and Mulatu’s sequence
Fibonacci number: The Fibonacci sequence is extended by adding two consecutive terms to get the next term. The sequence of Fibonacci numbers is defined by the following recurrence relation:
The Fibonacci number is defined as
Mulatu’s number: The sequence of Mulatu number is defined by the following recurrence relation:
Professor Mulatu introduced a sequence of the form:
1.2. Arithmetic Sequence
Definition:
An arithmetic sequence or arithmetic progression is a sequence in which each each term except the first is obtained by adding a fixed number (positive or negative) to the preceding term. The fixed number is called common difference of the sequence.