Arithmetic Sequence Calculator

Arithmetic Sequence Calculator

Find the nth term and the sum of an arithmetic progression with validated inputs.

Last updated: June 2026 | By Patchworkr Team

Arithmetic Sequence Calculator
nth Term
32
Sum
185

Calculation

a1 = 5
d = 3
n = 10
an = a1 + (n - 1) x d = 32
Sn = (n / 2) x (2a1 + (n - 1) x d) = 185

What is an Arithmetic Sequence?

An arithmetic sequence is a list of numbers where the difference between consecutive terms stays constant. That constant change is called the common difference.

For example, 5, 8, 11, 14 is an arithmetic sequence because each term increases by 3. The calculator uses that pattern to find any term and the total of the first n terms.

Common Difference and Direction

The common difference can be positive, negative, or zero. A positive difference makes the sequence grow, a negative difference makes it decrease, and a zero difference keeps every term the same.

The calculator uses this value to move from the first term to any later term without listing every number in between.

Finding Any Term Without Listing the Sequence

One of the main advantages of an arithmetic sequence is that you do not need to calculate every previous term. The nth-term formula lets you jump directly to any position in the sequence using only the first term, the common difference, and the term number.

This becomes especially useful when working with large sequences, where listing every term would take far too long.

Sequence and Sum Formulas

nth Term
an = a1 + (n - 1) x d

This gives the value of a single term in the sequence.

Sum of Terms
Sn = (n / 2) x (2a1 + (n - 1) x d)

This adds the first n terms together into one total.

Arithmetic Sequence vs Arithmetic Series

An arithmetic sequence is the ordered list of values, while an arithmetic series is the sum of those values. For example, 2, 5, 8, 11 is a sequence, while 2 + 5 + 8 + 11 = 26 is the corresponding series.

The calculator reports both because they answer different questions: one tells you the value of a term, and the other tells you the total of the first n terms.

Worked Example

With a first term of 5, a common difference of 3, and n = 10, the sequence grows by three each time: 5, 8, 11, 14, and so on.

a1 = 5, d = 3, n = 10 gives an = 32 and Sn = 185

The nth term tells you where the sequence lands at term 10, while the sum tells you how much the first 10 terms add up to.

Frequently Asked Questions

Can the common difference be negative?

Yes. A negative common difference makes the sequence decrease.

What if n is zero or negative?

This calculator requires n to be a positive integer.

Can I use decimals or fractions?

Yes. The first term and common difference may be any real numbers.

What is the difference between a sequence and a series?

A sequence is the list of terms; a series is the sum of those terms.

Related Tools