Number Sequences
In everyday life, we often encounter objects that are convenient to number sequentially. For example, months and quarters of the year, days of the week, building entrances and apartments, and train carriages all have numbers. Objects that are numbered with consecutive natural numbers 1, 2, 3, …, , … form a sequence.
Definition of a Sequence
A sequence is a collection of objects numbered with consecutive natural numbers
The objects that form a sequence are called the terms of the sequence. Each term of a sequence has its own number. If a term of the sequence has number , it is called the -th term of the sequence.
If the terms of a sequence are numbers, the sequence is called a numerical sequence.
Here are some examples of numerical sequences:
- — the sequence of natural numbers;
- — the sequence of even numbers;
- — the sequence of decimal approximations of ;
- — the sequence of two-digit multiples of 19.
Finite and Infinite Sequences
Sequences can be finite or infinite. For example, the sequence of even natural numbers is an infinite sequence, while the sequence of two-digit multiples of 19 is a finite sequence.
The terms of a sequence are denoted by letters with subscripts:
The subscript indicates the position number of the term. The sequence itself is denoted by , , , etc.
Ways to Define a Sequence
A sequence is considered defined if a rule is given that allows one to find any of its terms.
There are several main ways to define a sequence:
1. Verbal (Descriptive) Method
If the rule is described in words, this method is called descriptive. For example: “Each term of the sequence equals the remainder when its position number is divided by 3.” The first few terms are:
2. Definition by Table
If a sequence is finite, it can be defined using a table. For example, the table of cubes of single-digit natural numbers:
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 8 | 27 | 64 | 125 | 216 | 343 | 512 | 729 |
3. Formula for the -th Term
A sequence can be defined by a formula for the -th term. For example, the formula defines the sequence of natural powers of 2:
The formula defines the sequence of odd natural numbers:
4. Recurrent Method
A formula that expresses a term of a sequence through one or more of its preceding terms is called a recurrent formula (from Latin recurro — to return). The conditions that determine the first or several initial terms are called initial conditions.
The method of defining a sequence using initial conditions and a recurrent formula is called the recurrent method.
For example, consider the sequence described as: the first term equals 1, and each subsequent term is 3 times the previous one:
This same sequence can be defined recurrently:
Stationary Sequence
A sequence in which all terms are equal is called a stationary sequence. For example, the formula defines a stationary sequence
Connection to Functions
Consider a function whose domain is the set of natural numbers or the set of the first natural numbers. Then the function defines an infinite sequence or a finite sequence .
In other words, an infinite sequence is a mapping from to some non-empty set , and a finite sequence is a mapping from to some non-empty set .
For example, the function , , can be viewed as the sequence of squares of natural numbers:
Examples
Problem. The sequence is defined by the formula . Is the following number a term of this sequence: 1) 19; 2) ?
Solution.
-
If 19 is a term of this sequence, then there exists a natural number such that . This gives ; . Therefore, 19 is the sixth term of the sequence .
-
We have: ; ; . Since is not a natural number, is not a term of this sequence.
Answer: 1) Yes, ; 2) no.
Problem. The sequence is defined recurrently: , . Can 1001 be a term of this sequence?
Solution. Every term of the sequence is an integer that gives a remainder of 1 when divided by 7. Since 1001 is divisible by 7 (), it cannot be a term of this sequence.
Answer: no.
Problem. The sequence is defined by the formula . Express it recurrently.
Solution. We have: . From the formula for the -th term, express in terms of . We have: ; . Since , we can write: .
Then:
Answer: , .
The Fibonacci Sequence
Consider the sequence defined recurrently by:
Its first few terms are:
The terms of this sequence are called Fibonacci numbers. The name comes from the Italian mathematician Leonardo of Pisa (Fibonacci), who, while solving a popular 12th-century problem about the number of offspring of a pair of rabbits, was the first to notice the remarkable properties of this sequence.
Fibonacci numbers have many interesting properties. If we compute the ratio for each , we get the sequence: , which as grows approaches the number
This number is called the golden ratio. Since ancient times, people have associated this number with beauty and harmony. The ratio of the length of the Parthenon to its height is approximately 1.618.
The French mathematician Jacques Binet (1786—1856) gave a formula for the -th Fibonacci number:
Exercises
30.2. Find the first four terms of the sequence defined by the formula:
30.5. Find the first five terms of the sequence if:
- ,
- , ,
30.7. The sequence is defined by the formula . Is the following number a term of this sequence: 1) 149; 2) 47?