Arithmetic Sequence Calculator
Calculate an arithmetic sequence online — free and step by step. Find the nth term aₙ = a₁ + (n−1)·d and the sum Sₙ with the full working.
Enter values — get full working
Calculate an arithmetic sequence — step by step
- 1Step 1 of 4
Identify the first term and difference
Read off a₁ (the first term) and d (the constant difference between consecutive terms). Here a₁ = 3 and d = 5, so 3, 8, 13, 18, …
- 2Step 2 of 4
Apply the nth-term formula
aₙ = a₁ + (n−1)·d. For the 10th term: 3 + (10−1)·5 = 3 + 45 = 48.
- 3Step 3 of 4
For the sum, use the sum formula
Sₙ = n/2 · (2a₁ + (n−1)d). For n = 10: 10/2 · (2·3 + 9·5) = 5 · 51 = 255.
- 4Step 4 of 4
Check the result
Sanity check via the last term: a₁₀ = 48, the average of a₁ and a₁₀ is (3+48)/2 = 25.5, times 10 terms = 255 — checks out.
Arithmetic sequence — worked examples
What is an arithmetic sequence?
An arithmetic sequence is a list of numbers where the difference between any two consecutive terms is always the same. This constant difference is called d. Given the first term a₁, every later term comes from adding d: a₂ = a₁ + d, a₃ = a₁ + 2d, and in general aₙ = a₁ + (n−1)·d. With positive d the sequence grows, with negative d it falls. The sum of the first n terms, Sₙ, follows from the famous Gauss trick: pairing the first term with the last, the second with the second-to-last, and so on, every pair has the same sum a₁ + aₙ. Hence Sₙ = n/2 · (a₁ + aₙ) = n/2 · (2a₁ + (n−1)d). Arithmetic sequences model steady, additive growth: instalment payments, rows of seats, stacks, uniform motion. They are the counterpart to the geometric sequence, where instead of adding you multiply by a constant factor.
Common mistakes
Confusing (n−1) with n
Computing the difference the wrong way
Sum formula without the n/2
Confusing arithmetic with geometric
Frequently asked questions about arithmetic sequences
Glossary — key terms explained simply
- Arithmetic sequence
- A number sequence with a constant difference between terms.
- Term
- A single value of the sequence; the nth is aₙ.
- First term a₁
- The starting value of the sequence.
- Common difference d
- The constant step: d = a₂ − a₁.
- Partial sum Sₙ
- The sum of the first n terms.
- Gauss sum
- The pairing idea behind the sum formula n/2 · (a₁ + aₙ).