Calculateus

Arithmetic Sequence Calculator

Find any term and the sum of an arithmetic sequence given the first term and common difference.

Result

nth Term (a10)
48
Sum of First 10 Terms
255
TermValue
a13
a28
a313
a418
a523
a628
a733
a838
a943
a1048

About the Arithmetic Sequence Calculator

An arithmetic sequence grows by the same fixed amount every step, which makes it one of the most predictable patterns in math once you know the first term and that common difference. Our Arithmetic Sequence Calculator finds any term and the running sum instantly.

How It Works

The calculator applies the direct formula for the nth term, adding the common difference (n − 1) times to the first term, then uses the sum formula, which pairs the first and last term of the range and multiplies by half the number of terms.

aₙ = a₁ + (n − 1)d Sum of first n terms = (n ÷ 2) × (a₁ + aₙ)

Formula & Methodology

Since every term adds the same common difference d to the one before it, reaching the nth term means adding d exactly (n − 1) times to the first term - one addition to get from a₁ to a₂, two to reach a₃, and so on. The sum formula uses a clever pairing trick: adding the sequence to itself in reverse order makes every pair (first + last, second + second-to-last, and so on) sum to the same constant value (a₁ + aₙ), so multiplying that constant by the number of terms and dividing by two accounts for the double-counting.

Step-by-Step: Calculating It By Hand

  1. 1Identify the first term (a₁) and common difference (d).
  2. 2For the nth term: multiply d by (n − 1), then add the result to a₁.
  3. 3For the sum: find the nth term first using the formula above.
  4. 4Add a₁ and aₙ together, multiply by n, then divide by 2.

Examples

Finding a term

With a₁ = 3 and d = 5, the 10th term is 3 + 9×5 = 48.

Summing a range

The sum of the first 10 terms of that same sequence is (10 ÷ 2) × (3 + 48) = 255.

Advantages

  • Finds both the nth term and the running sum in one calculation
  • Shows each generated term in a table for a clear picture of the sequence
  • Uses the exact closed-form formulas, avoiding manual repeated addition
  • Works for growing, shrinking, or constant sequences alike

Common Mistakes

  • Using n instead of (n − 1) when multiplying by the common difference
  • Confusing an arithmetic sequence (constant difference) with a geometric sequence (constant ratio)
  • Forgetting the sum formula needs the nth term calculated first before it can be applied
  • Entering a non-integer or zero term number, which isn't meaningful for a standard sequence

Edge Cases to Watch For

  • A common difference of zero produces a constant sequence, where every term equals the first term.
  • A negative common difference produces a decreasing sequence, and the sum formula still applies unchanged.
  • Term number n must be a positive whole number - there's no meaningful zeroth or fractional term in a standard arithmetic sequence.
  • For very large n, the terms and sum can grow (or shrink) substantially, but the same two formulas remain exact regardless of scale.

Common Use Cases

  • Algebra and precalculus coursework involving sequences and series
  • Modeling situations with steady, fixed-amount growth or decline
  • Financial scenarios like fixed periodic payments or fixed step increases
  • Quick verification of manually calculated sequence terms or sums
Written & fact-checked by the Calculateus TeamLast updated August 5, 2026How we verify our formulas

Frequently asked questions

What makes a sequence "arithmetic"?

Each term is found by adding a fixed number (the common difference) to the previous term - if that difference changes between terms, or if you're multiplying instead of adding, it's not an arithmetic sequence.

Conclusion

An arithmetic sequence's predictability is exactly what makes it useful - once you know the starting point and step size, every term and every partial sum is fully determined. Our Geometric Sequence Calculator covers the related case where terms multiply by a fixed ratio instead of adding a fixed difference.