Arithmetic Sequence Calculator

Arithmetic Sequence Calculator

Find the nth term and the sum of the first n terms of an arithmetic sequence from its first term and common difference.

Last updated: August 2026 | By Summa Calculator

Arithmetic Sequence Calculator
nth Term
32
Sum of First n Terms
185

Calculation

a₁ = 5
d = 3
n = 10
aₙ = a₁ + (n - 1)d = 32
Sₙ = n(a₁ + aₙ) / 2 = 185

How an Arithmetic Sequence Is Built

An arithmetic sequence changes by the same amount from one term to the next. That fixed amount is the common difference d.

a₁, a₁ + d, a₁ + 2d, a₁ + 3d, ...

Positive d makes the terms increase, negative d makes them decrease, and d = 0 produces a constant sequence.

Jump Directly to the nth Term

Starting at a₁, reaching term n requires exactly n - 1 equal jumps of size d. That gives:

aₙ = a₁ + (n - 1)d

The n - 1 is important. The first term needs zero jumps, the second needs one, and the nth term needs n - 1.

Why the Sum Formula Works

The first and last terms average to the same value as every symmetric pair in an arithmetic sequence. Multiplying that average by the number of terms gives the total:

Sₙ = n(a₁ + aₙ) / 2

Substituting aₙ = a₁ + (n - 1)d gives the equivalent form:

Sₙ = n/2 × [2a₁ + (n - 1)d]

Worked Example: 5, 8, 11, ...

Here a₁ = 5, d = 3, and n = 10.

a₁₀ = 5 + (10 - 1) × 3 = 32
S₁₀ = 10(5 + 32) / 2 = 185

So the 10th term is 32, while the sum of the first 10 terms is 185. These are different outputs: one is a single sequence value and the other is an accumulated total.

What the Inputs Mean

Can the common difference be negative or zero?

Yes. Negative d gives a decreasing arithmetic sequence, while d = 0 gives a constant sequence.

Why must n be a positive integer?

n identifies a term position and the number of terms being summed. This calculator starts indexing at n = 1.

Can I enter decimals?

Yes. The first term and common difference accept finite decimal or scientific-notation real numbers. Fraction strings such as 1/2 are not parsed directly.

What is the difference between sequence and series?

The sequence is the ordered list of terms. The corresponding arithmetic series is the sum of a specified number of those terms.

Related Tools