Need to find the nth term or sum of an arithmetic sequence? This arithmetic sequence calculator computes any term and the sum of the first n terms instantly.
Arithmetic Sequence Calculator
Using the calculator
Enter three values:
- First term (a₁) – the starting value of your sequence
- Common difference (d) – the constant amount added to each term
- Number of terms (n) – how many terms to consider
The calculator instantly shows the nth term (aₙ), the sum of all n terms (Sₙ), and optionally the full sequence.
What is an arithmetic sequence?
An arithmetic sequence (or arithmetic progression) is a sequence where each term differs from the previous one by a constant amount called the common difference.
Examples:
2, 5, 8, 11, 14, ...(first term = 2, common difference = 3)10, 7, 4, 1, -2, ...(first term = 10, common difference = -3)0, 0.5, 1, 1.5, 2, ...(first term = 0, common difference = 0.5)
The nth term formula
To find any term in an arithmetic sequence without listing them all:
Where:
aₙ= the nth terma₁= first termd= common differencen= term position
Example: finding the 50th term
For the sequence 3, 7, 11, 15, ... (a₁ = 3, d = 4), find the 50th term:
The sum formula
To find the sum of the first n terms:
This is often written as:
The intuition: pair the first and last terms (they sum to the same value as the second and second-to-last, etc.), then multiply by the number of pairs.
Example: sum of first 100 positive integers
The sequence 1, 2, 3, ..., 100 is arithmetic with a₁ = 1 and d = 1:
This is the famous result attributed to young Gauss, who supposedly computed it in seconds by recognizing the pattern.
Common applications
Arithmetic sequences appear in many real-world contexts:
- Linear depreciation: An asset loses the same dollar amount each year
- Salary increases: Fixed annual raises (e.g., $2,000/year)
- Seating arrangements: Stadium rows with increasing seats per row
- Loan payments: Simple interest with equal principal payments
Arithmetic vs geometric sequences
Don't confuse arithmetic and geometric sequences:
- Arithmetic: Add the same amount each time (
2, 5, 8, 11...) - Geometric: Multiply by the same ratio each time (
2, 6, 18, 54...)
Arithmetic sequences grow linearly; geometric sequences grow exponentially.
