Arithmetic Sequence Calculator
Find the nth term, the sum of the first n terms, and the common difference of any arithmetic sequence. Solve from two known terms or check whether a list of numbers is an arithmetic progression — each mode comes with a step-by-step solution you can learn from.
Arithmetic Sequence Calculator
Find any term, the sum of a sequence, or check whether a list of numbers forms an arithmetic progression
Any real number
Can be negative or fractional
Positive integer, up to 1000
Input Error
—
—
Generated Sequence
Term-by-Term Visualization
Step-by-Step Solution
How to Use This Calculator
Pick a Mode
Choose Terms & Sum, From Two Terms, or Check Sequence depending on what you already know and what you want to find.
Enter the Values
Type in the first term, common difference, position, or known terms. Use the quick example buttons for a head start.
Read the Solution
Review the nth term, the partial sum, the generated sequence, the chart, and the step-by-step derivation — all together.
Understanding Arithmetic Sequences
An arithmetic sequence is one of the simplest patterns in mathematics, yet it shows up almost everywhere — from classroom exercises to real-world problems involving payments, measurements, and uniform motion. The idea is straightforward: start with a first term, then add the same number over and over again. That constant "step" is called the common difference, and it is the single piece of information that turns a starting point into an infinite, predictable list of numbers.
Because arithmetic sequences grow at a steady pace, they are also the easiest type of sequence to describe with a formula. Once you know the first term and the common difference, you can jump directly to the hundredth term, the thousandth term, or any position you like without writing out every intermediate value. The same is true for the sum of the first n terms — a single formula replaces what would otherwise be a long chain of additions.
The Arithmetic Sequence Formula
The nth term of an arithmetic sequence is given by aₙ = a₁ + (n − 1) · d. Here, a₁ is the first term, d is the common difference, and n is the position of the term you want. The (n − 1) part matters because the first term itself already counts as position 1, so to reach position n you only take (n − 1) steps forward. If you plug in n = 1, the formula collapses back to a₁, which is exactly what you would expect.
To calculate the sum of the first n terms, also known as the partial sum or the arithmetic series, you use Sₙ = n/2 · (2a₁ + (n − 1) · d). A second, equivalent form is Sₙ = n/2 · (a₁ + aₙ), which is sometimes easier to remember because it literally averages the first and last terms and multiplies by the number of terms. Both forms produce exactly the same number — the calculator uses the first and displays the substitution in the step-by-step panel so the logic is visible.
How to Find the nth Term
Finding the nth term is a two-step process. First, identify the values of a₁, d, and n from the problem. Then substitute them into the formula aₙ = a₁ + (n − 1) · d and simplify. For example, suppose you need the 20th term of the sequence 4, 10, 16, 22. The first term is 4 and the common difference is 6, so a₂₀ = 4 + 19 · 6 = 4 + 114 = 118. No matter how far you need to jump, the work is the same — the only arithmetic that changes is the multiplication inside the parentheses.
Students sometimes get tripped up by off-by-one errors: they write n instead of (n − 1), which means they skip a step and land on the wrong term. The formula is worth memorising in its exact form, and the step-by-step panel in this calculator is designed to reinforce the correct substitution every time you use it.
How to Find the Sum of an Arithmetic Sequence
There is a famous story about the young Carl Friedrich Gauss, who was asked to add the numbers from 1 to 100 and found the answer in seconds. His trick was simple: pair the first and last terms (1 + 100), the second and second-to-last (2 + 99), and so on. Every pair sums to 101, and there are fifty such pairs, so the total is 50 · 101 = 5050. That is exactly what the formula Sₙ = n/2 · (a₁ + aₙ) does — it pairs the extremes, averages them, and multiplies by the count.
When the last term is not given directly, the expanded form Sₙ = n/2 · (2a₁ + (n − 1) · d) is more convenient because it only needs the first term, the common difference, and the number of terms. The calculator accepts either situation: in Terms & Sum mode you provide a₁, d, and n and both the nth term and the partial sum are returned at once.
Solving From Two Known Terms
Real problems often give you two terms from the middle of a sequence instead of the starting value and the step size. Imagine a problem that says "the 4th term is 11 and the 9th term is 26 — find the 20th term." You can still recover everything you need. The difference between the two known values is 26 − 11 = 15, and they are separated by 9 − 4 = 5 positions, so the common difference is 15 / 5 = 3. Working back from the 4th term, the first term is 11 − 3 · 3 = 2. Now the sequence is fully determined and you can jump to the 20th term as usual.
The From Two Terms mode in this calculator automates exactly that process. Enter the two known positions and values, add an optional target position, and the derivation is laid out in the step-by-step panel. It is a quick way to check homework answers or to verify that a word problem has a consistent solution.
Checking Whether a Sequence Is Arithmetic
Not every list of numbers is an arithmetic progression. Before applying any formula, it is worth confirming that the common difference is actually constant. The check is simple: subtract each term from the one that follows it and see whether the result is the same every time. If any pair produces a different gap, the sequence is not arithmetic and the formulas do not apply.
The Check Sequence mode performs this test on any list you paste in. When the sequence passes, the calculator returns the first term, the common difference, the last term, and the sum, all in one go. When it fails, it highlights the first position where the pattern breaks and shows the mismatch explicitly — a helpful way to debug a transcription error or to spot a sneaky non-arithmetic sequence hiding in a problem set.
Arithmetic vs Geometric Sequences
Arithmetic sequences are often contrasted with geometric sequences, and the distinction is worth keeping clear. In an arithmetic sequence the next term is found by adding the common difference, producing a straight-line pattern of growth. In a geometric sequence the next term is found by multiplying by a common ratio, which produces exponential growth or decay. Savings accounts that earn compound interest behave geometrically. Savings accounts that earn simple interest behave arithmetically. The first grows faster and faster over time; the second grows at a steady pace forever.
Real-World Applications
Arithmetic sequences turn up in more places than most people realise. Stadium seating where each row has a few more seats than the one before it is a classic example — the total number of seats is just a partial sum. Fixed monthly contributions to a savings plan, uniform speed changes in a physics problem, rows of bricks in a tapered wall, and even the ticks on a ruler all follow the same idea. Anywhere you see a constant step repeated over and over, an arithmetic sequence is lurking underneath.
Because the formulas are so compact, they are a natural fit for mental math shortcuts and for sanity-checking spreadsheets, scheduling problems, or engineering estimates. Once you are comfortable spotting the pattern, a problem that looks intimidating at first often collapses into a single substitution into aₙ = a₁ + (n − 1) · d or Sₙ = n/2 · (2a₁ + (n − 1) · d).
Frequently Asked Questions
What is an arithmetic sequence?
An arithmetic sequence is a list of numbers where the difference between any two consecutive terms is always the same. That constant difference is called the common difference and is usually written as d. For example, 2, 5, 8, 11, 14 is an arithmetic sequence with a common difference of 3, because every step forward adds exactly 3 to the previous term.
How do I find the nth term of an arithmetic sequence?
Use the formula aₙ = a₁ + (n − 1) · d, where a₁ is the first term, d is the common difference, and n is the position you want. For example, if a₁ = 4 and d = 6, the 10th term is 4 + 9 · 6 = 58. The calculator shows the substitution step by step so you can follow along.
How do I calculate the sum of an arithmetic sequence?
The sum of the first n terms, called Sₙ, is given by Sₙ = n/2 · (2a₁ + (n − 1) · d). You can also think of it as n/2 · (a₁ + aₙ), since it averages the first and last term and multiplies by the number of terms. Both forms produce the same result — the calculator uses the first and displays the expanded substitution in the steps panel.
What is the difference between an arithmetic and a geometric sequence?
In an arithmetic sequence you add the same number each step. In a geometric sequence you multiply by the same number each step. So 3, 6, 9, 12 is arithmetic (d = 3), while 3, 6, 12, 24 is geometric with a common ratio of 2. Arithmetic sequences grow in a straight line, while geometric sequences grow exponentially.
Can the common difference be negative or a fraction?
Yes. A negative common difference simply means the sequence is decreasing, like 20, 17, 14, 11, 8. A fractional common difference works the same way — 0.5, 1.25, 2.0, 2.75 is a valid arithmetic sequence with d = 0.75. The calculator accepts both and keeps the precision you choose in the decimals selector.
Where are arithmetic sequences used in real life?
They show up whenever something changes by the same amount each step. Stacking pipes, seats per row in an auditorium, fixed monthly loan payments, simple interest savings, and the distances covered by a uniformly accelerating object all follow arithmetic patterns. They are also a staple of algebra courses and standardized tests, which is why so many students look for a quick way to find the nth term and the partial sum.
Related Calculators
Arithmetic Mean Calculator
Calculate the average of a set of numbers with full statistics and visualization.
Factorial Calculator
Compute n! with step-by-step multiplication and support for very large numbers.
Golden Ratio Calculator
Find golden ratio proportions and related values used in design and nature.
All Mathematics Calculators
Browse the full collection of math calculators — statistics, geometry, algebra, and more.