Skip to content
MasterMath

Arithmetic Sequence Calculator

Any term of an arithmetic sequence and the sum up to it, using Gauss's pairing trick rather than adding term by term.

That term is

—

That term is—
Sum of all terms up to it—
Mean of the terms—
The sequence—

How this was worked out

    The rule

    aₙ = a₁ + (n − 1)d · Sₙ = n(a₁ + aₙ) ÷ 2

    Why it works

    An arithmetic sequence adds the same amount each step. To reach term n you take n−1 steps from the first, and the sum has a closed form because pairing the ends always gives the same total.

    How to do it by hand

    1. Count the steps: the term number minus one
    2. Multiply by the common difference
    3. Add the first term
    4. For the sum, average the first and last and multiply by how many there are

    What is worth knowing

    The sum formula is the same pairing argument Gauss is said to have found as a child, generalised: first plus last, second plus second-to-last, and so on all give the same total. Arithmetic sequences model anything that grows by a fixed amount — simple interest, straight-line depreciation, a savings plan with fixed deposits. The moment growth becomes proportional rather than fixed you need a geometric sequence instead, and the difference between the two is exactly the difference between simple and compound interest.

    Frequently asked questions

    What is an arithmetic sequence?

    One where each term differs from the last by the same fixed amount.

    How do you find the nth term?

    Add the common difference n−1 times to the first term: a₁ + (n−1)d.

    Why is the sum formula so simple?

    Because pairing the first and last, second and second-to-last, and so on always gives the same total. Gauss's trick.

    How is it different from a geometric sequence?

    Arithmetic adds a fixed amount; geometric multiplies by a fixed ratio. It is simple interest versus compound.