Enter your sequence details
Pick a sequence type, enter the first term and the step (difference or ratio), then choose n. The calculator will show the n-th term, a list of terms, and the sum of the first n terms.
Use this free Sequence Calculator to solve arithmetic and geometric sequences instantly. Find the n-th term (aₙ), generate the first terms, compute the sum (Sₙ), and get clean step-style outputs that are perfect for homework checks, study notes, and quick screenshots.
Pick a sequence type, enter the first term and the step (difference or ratio), then choose n. The calculator will show the n-th term, a list of terms, and the sum of the first n terms.
A sequence is an ordered list of numbers that follows a rule. You’ll often see sequences written like: 2, 4, 6, 8, 10, … or 3, 6, 12, 24, …. The key word is ordered: the position of each number matters. We usually call the numbers in the list terms. The first term is written as a₁, the second as a₂, and so on. The n-th term (or aₙ) means “the term in position n.”
Sequence problems show up everywhere: saving money each month, predicting patterns, computing interest growth, analyzing data trends, and solving algebra homework. The most common “starter” sequences in math classes are arithmetic sequences (add the same amount each step) and geometric sequences (multiply by the same amount each step). This calculator focuses on those two because they cover a huge chunk of real-world and classroom sequence questions.
Knowing aₙ means you can jump directly to any position without listing every term. For example, instead of writing out 50 steps, you can compute the 50th term in one line using a formula. That’s why sequence formulas are so powerful: they turn “counting forward” into direct computation.
If you see a sequence where the difference between consecutive terms stays constant, it’s arithmetic. If the ratio (division) between consecutive terms stays constant, it’s geometric. When you’re unsure, compute a couple of differences and ratios. One of them will look “stable.”
For an arithmetic sequence, you start at a₁ and add d each step. The n-th term formula is:
aₙ = a₁ + (n − 1)d
Why “(n − 1)”? Because to get from the first term to the n-th term, you take n − 1 jumps. Each jump adds d, so you add d that many times.
Sometimes you need the total of the first n terms, written as Sₙ. For arithmetic sequences, the sum is:
Sₙ = n/2 × (2a₁ + (n − 1)d)
You can remember this as “number of terms times average of first and last.” Because in an arithmetic sequence, terms pair up nicely: first + last, second + second-to-last, and so on.
For a geometric sequence, you start at a₁ and multiply by r each step. The n-th term formula is:
aₙ = a₁ × r^(n − 1)
Again, it’s n − 1 multiplications to get from the first term to the n-th term. Every multiplication applies the same ratio r.
If r ≠ 1, the sum of the first n terms is:
Sₙ = a₁ × (1 − r^n) / (1 − r)
If r = 1, the sequence is constant (all terms equal a₁), so the sum is simply Sₙ = n × a₁. This calculator handles both cases automatically.
Suppose a₁ = 7, d = 4, and you want a₁₀. Use aₙ = a₁ + (n − 1)d:
a₁₀ = 7 + (10 − 1)×4 = 7 + 36 = 43.
First 6 terms: 7, 11, 15, 19, 23, 27. Next terms follow the same +4 pattern.
Suppose a₁ = 3, r = 2, find a₈: a₈ = 3×2^(8−1) = 3×2^7 = 3×128 = 384.
First 6 terms: 3, 6, 12, 24, 48, 96. This is the classic “doubling” pattern.
If you save $10 in week 1 and increase savings by $5 each week, then a₁=10, d=5. Total after 12 weeks is: S₁₂ = 12/2 × (2×10 + (12−1)×5) = 6 × (20 + 55) = 6 × 75 = $450.
If a population starts at 100 and grows by 10% each period, then a₁=100 and r=1.1. The 6th term is a₆ = 100×1.1^5 ≈ 161.05. The total across 6 periods is computed with the geometric sum formula.
This Sequence Calculator asks for your sequence type, then uses the standard formulas above to compute: (1) the n-th term, (2) the first N terms for a quick view, and (3) the sum of the first n terms. Everything runs locally in your browser—no signup and no server calls—so it loads instantly and is easy to share.
Pro tip for virality: compute a few terms, take a screenshot, and caption it “My brain likes patterns” or “Math rizz: unlocked.” 🙂
A sequence is the list of terms (a₁, a₂, a₃…). A series is the sum of those terms (Sₙ). This calculator shows both when relevant.
Check consecutive differences for arithmetic and consecutive ratios for geometric. If one stays constant (or clearly repeats), that’s your type.
Yes. Negative d means the sequence decreases. Negative r makes the sequence alternate positive/negative values.
Then every term equals a₁. The sum becomes Sₙ = n×a₁. The calculator handles this special case automatically.
Because you take (n − 1) steps from the 1st term to the n-th term. It’s “number of jumps,” not “number of terms.”
This page focuses on arithmetic and geometric sequences. For custom rules (like Fibonacci), you’d need a different recurrence-based calculator.
Yes for arithmetic and geometric sequences. For very large n with large ratios, results can get huge and may display in scientific notation.
Absolutely. Decimals are common for growth rates (like 1.08) or steady changes (like d = 0.25).
Arithmetic sequences model linear growth (adding the same amount each period). Geometric sequences model exponential growth (multiplying by a rate).
No. Everything runs locally. If you click “Save Result,” it stores the result only in your browser’s local storage on this device.
Hand-picked interlinks from the Math & Conversion category:
This calculator is designed for math learning, homework checking, and fast pattern exploration. If you’re using sequences for financial decisions, double-check inputs and rounding. Small changes in a geometric ratio can cause big differences over time.