Combinatorics • Topic 13
Sequences
A sequence is an ordered list of numbers. In Olympiads, we analyze their patterns, growth, and limits.
Types of Sequences
1. Arithmetic Sequence
Each term is the previous term plus a constant difference .
Sum of first terms:
2. Geometric Sequence
Each term is the previous term multiplied by a constant ratio .
Sum of first terms:
Infinite Sum ():
3. Recursive Sequence
Defined by a relation between terms, e.g., Fibonacci: .Bounding Sequences
Olympiad problems often ask to prove a sequence is bounded or monotonic.- Monotonic Increasing: .
- Bounded Above: for all .
Practice Problems
Exercise (Problem 1)
The sum of the first terms of an arithmetic sequence is . Find the -th term .
Exercise (Problem 2)
Evaluate the infinite sum: (Arithmetico-Geometric Series).
Exercise (Problem 3)
Let and . Find the limit of as .