Enter your sequence
Pick the sequence type, then adjust the sliders. The calculator returns the sum (Sn), the n-th term (an), and optional steps.
Compute the sum of a sequence in seconds — with sliders, clean steps, and shareable results. Choose Arithmetic (adds a constant difference each step) or Geometric (multiplies by a constant ratio). Great for homework checks, quick planning, and “wait… how big does this get?” curiosity.
Pick the sequence type, then adjust the sliders. The calculator returns the sum (Sn), the n-th term (an), and optional steps.
A “sequence sum” means adding the first n terms of a pattern to get one total, written as Sn. In real life, this shows up whenever something grows in steps: saving a little more each month, stacking a repeating discount, or compounding a balance. For arithmetic and geometric sequences, you don’t need to list every term — there are closed‑form formulas that jump straight to the answer.
If each term increases (or decreases) by a fixed amount d, the sequence is arithmetic. With first term a₁, the n-th term is:
The sum of the first n terms is:
Intuition: arithmetic sequences have evenly spaced terms. The average of the first and last term is (a₁ + an)/2, and there are n terms — so Sn = n · average = n/2 · (a₁ + an). Substitute an = a₁ + (n−1)d and you get the standard formula.
If each term is multiplied by a fixed ratio r, the sequence is geometric. The n-th term and sum are:
Intuition: multiply the sum by r, then subtract; almost everything cancels, leaving a simple expression you can divide by (1−r). That “cancellation trick” is why geometric series are so friendly once you know the formula.
When |r| < 1, geometric terms shrink, and the sum approaches a limit: S∞ = a₁/(1−r). That’s the math behind “keep halving a distance forever” puzzles. This page focuses on finite Sn, but it will display that limit when valid so you can compare.
Try these exactly as written, then adjust the sliders to see how each parameter changes the sum. If you’re studying, a good habit is to compute a few early terms by hand first — it helps you spot input mistakes.
a₁ = 3, d = 2. For n = 10: a10 = 3 + 9·2 = 21 and S10 = 10/2 · (2·3 + 9·2) = 120.
20, 17, 14, 11, … has a₁ = 20, d = −3. For n = 6: a6 = 5 and S6 = 75.
3, 6, 12, 24, … has a₁ = 3, r = 2. For n = 8: a8 = 384 and S8 = 765.
100, 50, 25, … has a₁ = 100, r = 0.5. For n = 10: S10 ≈ 199.8047, and as n increases it approaches 200.
Suppose a value starts at 100 and grows by 1% each step. That’s geometric with a₁ = 100 and r = 1.01. Compare n = 12 vs n = 120. The n-th term grows slowly at first, then noticeably over long horizons. This is the simplest sandbox for understanding compound growth.
A viral comparison: arithmetic growth feels steady; geometric growth can explode (or vanish) with small ratio changes. Slide r from 0.95 → 1.05 and watch the sum and the meter react.
A “sequence sum” means adding the first n terms of a pattern to get one total, written as Sn. In real life, this shows up whenever something grows in steps: saving a little more each month, stacking a repeating discount, or compounding a balance. For arithmetic and geometric sequences, you don’t need to list every term — there are closed‑form formulas that jump straight to the answer.
If each term increases (or decreases) by a fixed amount d, the sequence is arithmetic. With first term a₁, the n-th term is:
The sum of the first n terms is:
Intuition: arithmetic sequences have evenly spaced terms. The average of the first and last term is (a₁ + an)/2, and there are n terms — so Sn = n · average = n/2 · (a₁ + an). Substitute an = a₁ + (n−1)d and you get the standard formula.
If each term is multiplied by a fixed ratio r, the sequence is geometric. The n-th term and sum are:
Intuition: multiply the sum by r, then subtract; almost everything cancels, leaving a simple expression you can divide by (1−r). That “cancellation trick” is why geometric series are so friendly once you know the formula.
When |r| < 1, geometric terms shrink, and the sum approaches a limit: S∞ = a₁/(1−r). That’s the math behind “keep halving a distance forever” puzzles. This page focuses on finite Sn, but it will display that limit when valid so you can compare.
Try these exactly as written, then adjust the sliders to see how each parameter changes the sum. If you’re studying, a good habit is to compute a few early terms by hand first — it helps you spot input mistakes.
a₁ = 3, d = 2. For n = 10: a10 = 3 + 9·2 = 21 and S10 = 10/2 · (2·3 + 9·2) = 120.
20, 17, 14, 11, … has a₁ = 20, d = −3. For n = 6: a6 = 5 and S6 = 75.
3, 6, 12, 24, … has a₁ = 3, r = 2. For n = 8: a8 = 384 and S8 = 765.
100, 50, 25, … has a₁ = 100, r = 0.5. For n = 10: S10 ≈ 199.8047, and as n increases it approaches 200.
Suppose a value starts at 100 and grows by 1% each step. That’s geometric with a₁ = 100 and r = 1.01. Compare n = 12 vs n = 120. The n-th term grows slowly at first, then noticeably over long horizons. This is the simplest sandbox for understanding compound growth.
A viral comparison: arithmetic growth feels steady; geometric growth can explode (or vanish) with small ratio changes. Slide r from 0.95 → 1.05 and watch the sum and the meter react.
MaximCalculator provides simple, user-friendly tools. Always double-check any important numbers elsewhere.