Arithmetic Sequence Calculator
An arithmetic sequence is a series of numbers in which the difference between any two consecutive terms is always the same. This constant difference is called the common difference. Arithmetic sequences appear everywhere in mathematics and real life, from simple counting patterns to depreciation schedules in finance. This calculator computes the nth term of an arithmetic sequence using the formula aₙ = a1 + (n - 1)d, and calculates the sum of the first n terms using Sₙ = n/2 * (a1 + aₙ). You provide the first term, the common difference, and how many terms you want to analyze, and the calculator instantly shows the last term, the sum, and generates the first ten terms of your sequence for reference and verification.
Arithmetic sequence formulas
nth term: aₙ = a1 + (n - 1)d
Sum: Sₙ = n/2 * (a1 + aₙ)
Alternative sum: Sₙ = n/2 * (2a1 + (n - 1)d)
First terms of your sequence
Arithmetic sequence calculator: frequently asked questions
What is an arithmetic sequence?
An arithmetic sequence is a list of numbers where the difference between consecutive terms is constant. This constant difference is called the common difference, denoted d. For example, 2, 5, 8, 11, 14 is an arithmetic sequence with first term a1 = 2 and common difference d = 3.
What is the formula for the nth term of an arithmetic sequence?
The nth term of an arithmetic sequence is aₙ = a1 + (n - 1)d, where a1 is the first term, d is the common difference, and n is the position of the term. This formula lets you find any term without calculating all previous terms.
How do you find the sum of an arithmetic sequence?
The sum of the first n terms of an arithmetic sequence is Sₙ = n/2 * (a1 + aₙ), or equivalently Sₙ = n/2 * (2a1 + (n - 1)d). This formula comes from the fact that the sum of the first and last terms equals the sum of the second and second-to-last terms, and so on.
What is the common difference in an arithmetic sequence?
The common difference d is the fixed amount added to each term to get the next term. If d is positive, the sequence increases. If d is negative, the sequence decreases. If d = 0, all terms are identical.
What are real-world examples of arithmetic sequences?
Arithmetic sequences appear in many contexts: car depreciation (decreasing by a fixed amount yearly), stadium seating (rows spaced equally), payment plans (equal monthly payments), and temperature changes (rising a fixed amount per hour). Any situation with constant linear change follows an arithmetic pattern.
Official sources
- Khan Academy: Arithmetic sequences.
- Wolfram MathWorld: Arithmetic progression.
Reviewed by the CalculatorHub team, edited by James Graham, 14 June 2026. See our methodology.