An integer sequence is a list of integers ordered in a particular fashion. It is a presentation of related numbers where the relationship between them follows a specific mathematical rule. The sequence from the problem, beginning at 6 and ending at 20, is a simple example of an increasing sequence, where each term is one greater than the previous. Such sequences can often be expressed with a general formula. For this sequence, we might describe the formula as \( a_n = 5 + n \), where \( a_n \) represents the \( n \)-th term of the sequence, and \( n \) is any integer from 1 to 15.
Common Types of Integer Sequences
- Arithmetic: Differences between consecutive terms are constant.
- Geometric: Each term is a constant multiple of the previous term.
- Fibonacci: Each term is the sum of the two preceding ones.
Our set demonstrates an arithmetic sequence, as each number is obtained by adding 1 to the previous term.