Math calculators

Arithmetic Sequence Calculator

Updated Aug 31, 2026 By Infinity Calculator
Rate Formulas
Calculation Mode
Find an: Enter the first term (a₁), common difference (d), and term position (n) to find the nth term value.
Input Values
Integer, decimal, or fraction (e.g., -3/4)
Enter a valid number or fraction
Integer, decimal, or fraction
Enter a valid number or fraction
Positive integer
Enter a positive integer

Step-by-Step Solution
Sequence Terms
n an Exact (fraction) Partial Sum Sn Exact Sum (fraction)
Sequence Visualization
Cumulative Sum

Introduction

An arithmetic sequence is a list of numbers where you add the same value each time to get the next number. For example, 2, 5, 8, 11 is an arithmetic sequence because you add 3 each time. That repeated value is called the common difference. This Arithmetic Sequence Calculator helps you find any term in the sequence, the common difference, or the sum of a set number of terms. Just enter the values you know, and the calculator does the rest. It is a quick and easy way to solve arithmetic sequence problems without doing the math by hand.

How to use our Arithmetic Sequence Calculator

Enter the details of your arithmetic sequence below, and this calculator will find the nth term, the sum of the sequence, and the common difference for you.

First Term (a₁): Type the first number in your arithmetic sequence. This is the starting value of your pattern.

Common Difference (d): Enter the amount that is added to each term to get the next term. This number stays the same throughout the sequence. It can be positive, negative, or zero.

Number of Terms (n): Enter which term in the sequence you want to find. For example, if you want the 10th term, type 10.

What Is an Arithmetic Sequence?

An arithmetic sequence is a list of numbers where the difference between each number and the next is always the same. This difference is called the common difference. For example, in the sequence 2, 5, 8, 11, 14, the common difference is 3 because you add 3 each time to get the next number.

How Arithmetic Sequences Work

Every arithmetic sequence has two key parts: a first term (the starting number) and a common difference (the amount you add or subtract each step). If the common difference is positive, the sequence grows larger. If it's negative, the sequence gets smaller. For example, 20, 17, 14, 11 has a common difference of −3.

The Arithmetic Sequence Formula

You can find any term in an arithmetic sequence using this formula:

aₙ = a₁ + (n − 1) × d

Here, aₙ is the term you want to find, a₁ is the first term, n is the position of the term, and d is the common difference. For example, if your first term is 3 and your common difference is 5, the 10th term would be 3 + (10 − 1) × 5 = 48.

Sum of an Arithmetic Sequence

You can also add up all the terms in an arithmetic sequence without adding them one by one. The formula for the sum of the first n terms is:

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

This works because the average of the first and last term, multiplied by the number of terms, gives you the total sum. This shortcut was famously used by the mathematician Carl Friedrich Gauss when he was just a child.

Where Are Arithmetic Sequences Used?

Arithmetic sequences show up in everyday life more than you might think. They appear in things like saving a fixed amount of money each week, counting seats in a stadium that increase by the same number per row, or calculating evenly spaced time intervals. They are also a building block for more advanced math topics like arithmetic series and linear functions.

Arithmetic sequences are closely related to other mathematical concepts you may encounter. The Fibonacci sequence is a well-known pattern that, unlike arithmetic sequences, adds the two previous terms together rather than a fixed value. For sequences that grow by multiplication rather than addition, you would be working with geometric sequences, which tie into concepts like exponents and logarithms.


Formulas used

nth Term of an Arithmetic Sequence
a_n = a_1 + (n - 1) \times d
Sum of First n Terms
S_n = \frac{n\,(a_1 + a_n)}{2}
Solve for Term Position n
n = \frac{a_n - a_1}{d} + 1
Common Difference from Two Known Terms
d = \frac{a_{k_2} - a_{k_1}}{k_2 - k_1}
First Term from a Known Term
a_1 = a_{k_1} - (k_1 - 1) \times d

Frequently asked questions

What is the common difference in an arithmetic sequence?

The common difference is the fixed number you add (or subtract) to go from one term to the next. You find it by subtracting any term from the term right after it. For example, in the sequence 4, 7, 10, 13, the common difference is 3 because 7 − 4 = 3.

Can the common difference be negative or zero?

Yes. If the common difference is negative, the sequence gets smaller with each term. For example, 20, 15, 10, 5 has a common difference of −5. If the common difference is zero, every term in the sequence is the same number.

How do I find the first term and common difference from two terms?

Use the Find a₁ & d mode. Enter the positions and values of two terms you know. For example, if the 3rd term is 10 and the 7th term is 22, enter those values. The calculator will work backward to find the first term and common difference.

What happens if the computed n is not a whole number?

If n is not a positive whole number, it means the value you entered for aₙ does not actually appear in that arithmetic sequence. The calculator will display a warning telling you this.

How many terms can I display in the sequence table?

You can display up to 500 terms in the table. Type the number of terms you want in the Show terms box and click Update. The chart will show up to 200 points for readability.

What is the difference between aₙ and Sₙ?

aₙ is the value of a single term at position n. Sₙ is the sum of all terms from the first term through the nth term. For example, if the sequence is 2, 5, 8, then a₃ = 8, but S₃ = 2 + 5 + 8 = 15.

How do I find which term number equals a specific value?

Select the Solve for n mode. Enter the first term (a₁), the common difference (d), and the target term value (aₙ). The calculator will tell you the position n where that value appears in the sequence.

What is the difference between an arithmetic and a geometric sequence?

In an arithmetic sequence, you add the same number each time. In a geometric sequence, you multiply by the same number each time. For example, 3, 6, 9, 12 is arithmetic (adding 3), while 3, 6, 12, 24 is geometric (multiplying by 2).

Can an arithmetic sequence have only one term?

Yes. If n = 1, the sequence has just one term, which is a₁. The common difference does not matter because there is no next term to compare. The sum S₁ is simply equal to a₁.