Arithmetic Sequences
Arithmetic sequences are lists of numbers where the gap between consecutive terms is always the same. That constant gap is called the common difference, and once you know it along with the first term, you can find any term in the sequence. These sequences model situations with steady, constant change, like adding the same amount to a savings account each month or scheduling equal time intervals.
Common Difference
The common difference () is the value added to each term to get the next one. You calculate it by subtracting any term from the term that follows it:
- If , the sequence increases (e.g., 2, 5, 8, 11, ...)
- If , the sequence decreases (e.g., 20, 17, 14, 11, ...)
- If , every term is the same (e.g., 4, 4, 4, 4, ...)
The common difference stays the same for the entire sequence. If the difference between terms changes at any point, it's not arithmetic.

Generating Terms
An arithmetic sequence is fully defined by its first term and its common difference . To build the sequence, start at and keep adding :
Notice the pattern: the coefficient in front of is always one less than the term number. This observation leads directly to the explicit formula covered below.

Recursive Formula
A recursive formula defines each term using the previous term:
To use it, you need two pieces of information: the first term and the common difference . Then you build the sequence one step at a time.
Example: , , so the recursive formula is .
The recursive approach is straightforward, but it has a drawback: to find the 50th term, you'd need to calculate all 49 terms before it. That's where the explicit formula comes in.
Explicit Formula
The explicit formula lets you jump straight to any term without computing all the ones before it:
- = the term you're looking for
- = the first term
- = the position of the term
- = the common difference
Example: Find the 10th term when and .
-
Plug into the formula:
-
Simplify inside the parentheses:
-
Multiply and add:
This formula is especially useful when you need a term far into the sequence, like the 200th term, without grinding through every previous one.
Sequences vs. Series
A sequence is an ordered list of numbers that follows a pattern. An arithmetic sequence is the specific case where consecutive terms differ by a constant amount.
A series is what you get when you add up the terms of a sequence. So while the sequence 2, 5, 8, 11 is a list, the series is a sum. Keep these terms straight, since exam questions often test whether you know the difference.