Find the nth term and the sum of an arithmetic progression with validated inputs.
Last updated: June 2026 | By Patchworkr Team
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.
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.
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.
an = a1 + (n - 1) x dThis gives the value of a single term in the sequence.
Sn = (n / 2) x (2a1 + (n - 1) x d)This adds the first n terms together into one total.
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.
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.
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.
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
Explore the 3n+1 problem.
Fibonacci sequence.
Geometric sequence calculator.
Calculate harmonic numbers.
Harmonic series calculator.
Generate Pascal's triangle.