Algebra 1 Core sequencesarithmeticcommon difference

Arithmetic Sequences

Adding the same amount each time — a linear function on the integers.

Video by Khan Academy — “Recursive formulas for arithmetic sequences | Mathematics I | High School Math | Khan Academy” Watch on YouTube

The explanation

Key idea aₙ = a₁ + (n − 1)d.

An arithmetic sequence adds a fixed amount, the common difference d, each step.

4, 7, 10, 13, … has d = 3.

To find any term without listing them all:
aₙ = a₁ + (n − 1)d

The 20th term of that sequence: a₂₀ = 4 + 19(3) = 61.

The (n − 1) trips people up. The first term needs zero jumps, the second needs one, so the nth needs n − 1.

Find d by subtracting any term from the one after it. If those differences are not all equal, it is not arithmetic.

Worked example

For 7, 11, 15, 19, …, find the 30th term and the sum of the first 30 terms.

  1. d = 11 − 7 = 4, a₁ = 7.
  2. a₃₀ = 7 + 29(4) = 7 + 116 = 123.
  3. S₃₀ = 30(7 + 123)/2 = 30(130)/2.

Answer: a₃₀ = 123 and S₃₀ = 1,950

Common mistakes

  • Using n instead of n − 1 in the formula.
  • Assuming a sequence is arithmetic without checking every consecutive difference.