Definition
A sequence is a function whose domain is the set of positive integers () and whose range is a subset of the real numbers. It is an ordered list of numbers where each number is called a term.
- How to read: “The domain is the positive integers Z plus.”
- Meaning: A sequence assigns one real number to each counting number
Why It Matters
Sequences are the ‘building blocks’ of discrete mathematics; they allow us to transition from continuous models to indexed, step-by-step progressions, providing the foundation for series and algorithmic loops.
Core Concepts
- Terms: The individual elements, denoted as .
- Summation Notation (): A compact way to represent the sum of terms:
- How to read: “The sum from k equals one to n of a k is equal to a one plus a two, and so on, up to a n.”
- Meaning: Sigma adds every term in the sequence from index 1 through .
- Fundamental Sum formulas:
- - How to read: “Sum of c from k=1 to n equals c times n.” - Meaning: Adding a constant times.
- - How to read: “Sum of k equals n times (n+1) over two.” - Meaning / when to use: Sum of first integers—Gauss’s formula.