MaximCalculator Free, fun & accurate calculators
📈 Platinum math + study layout
🌙Dark Mode

Sequence Sum Calculator

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.

🧮Arithmetic & geometric series
🎚️Sliders update results live
🧾Step-by-step formulas (optional)
📤Built for screenshots & sharing

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.

🔁
3
2
#
10
🧾
Your results will appear here
Move a slider or click “Calculate Sum”.
Tip: Arithmetic grows linearly. Geometric can grow explosively (or shrink fast) depending on the ratio.
Growth vibe meter (rough): small → moderate → huge.
SmallModerateHuge

Educational tool only. If you’re using the result for grading or finance decisions, double-check your inputs and units.

📚 Formula breakdown

Sequence sum formulas (and why they work)

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.

Arithmetic sequence (constant difference)

If each term increases (or decreases) by a fixed amount d, the sequence is arithmetic. With first term a₁, the n-th term is:

  • an = a₁ + (n − 1)d

The sum of the first n terms is:

  • Sn = n/2 · (2a₁ + (n − 1)d)

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.

Geometric sequence (constant ratio)

If each term is multiplied by a fixed ratio r, the sequence is geometric. The n-th term and sum are:

  • an = a₁ · rn − 1
  • If r ≠ 1: Sn = a₁ · (1 − rn) / (1 − r)
  • If r = 1: Sn = n · a₁

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.

Infinite sum (bonus)

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.

Common word-problem translations
  • “Add the same amount each time” → arithmetic (difference d).
  • “Multiply by the same percent/factor” → geometric (ratio r = 1 + percent).
  • “Total after n steps/payments/terms” → Sn.
  • “Value at step n” → an.
🧪 Examples

Real examples you can copy

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.

Example 1: Arithmetic (3, 5, 7, 9, …)

a₁ = 3, d = 2. For n = 10: a10 = 3 + 9·2 = 21 and S10 = 10/2 · (2·3 + 9·2) = 120.

Example 2: Arithmetic (decreasing)

20, 17, 14, 11, … has a₁ = 20, d = −3. For n = 6: a6 = 5 and S6 = 75.

Example 3: Geometric (doubling)

3, 6, 12, 24, … has a₁ = 3, r = 2. For n = 8: a8 = 384 and S8 = 765.

Example 4: Geometric (shrinking)

100, 50, 25, … has a₁ = 100, r = 0.5. For n = 10: S10 ≈ 199.8047, and as n increases it approaches 200.

Example 5: “1% growth” compounding demo

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.

📚 Formula breakdown

Sequence sum formulas (and why they work)

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.

Arithmetic sequence (constant difference)

If each term increases (or decreases) by a fixed amount d, the sequence is arithmetic. With first term a₁, the n-th term is:

  • an = a₁ + (n − 1)d

The sum of the first n terms is:

  • Sn = n/2 · (2a₁ + (n − 1)d)

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.

Geometric sequence (constant ratio)

If each term is multiplied by a fixed ratio r, the sequence is geometric. The n-th term and sum are:

  • an = a₁ · rn − 1
  • If r ≠ 1: Sn = a₁ · (1 − rn) / (1 − r)
  • If r = 1: Sn = n · a₁

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.

Infinite sum (bonus)

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.

Common word-problem translations
  • “Add the same amount each time” → arithmetic (difference d).
  • “Multiply by the same percent/factor” → geometric (ratio r = 1 + percent).
  • “Total after n steps/payments/terms” → Sn.
  • “Value at step n” → an.
🧪 Examples

Real examples you can copy

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.

Example 1: Arithmetic (3, 5, 7, 9, …)

a₁ = 3, d = 2. For n = 10: a10 = 3 + 9·2 = 21 and S10 = 10/2 · (2·3 + 9·2) = 120.

Example 2: Arithmetic (decreasing)

20, 17, 14, 11, … has a₁ = 20, d = −3. For n = 6: a6 = 5 and S6 = 75.

Example 3: Geometric (doubling)

3, 6, 12, 24, … has a₁ = 3, r = 2. For n = 8: a8 = 384 and S8 = 765.

Example 4: Geometric (shrinking)

100, 50, 25, … has a₁ = 100, r = 0.5. For n = 10: S10 ≈ 199.8047, and as n increases it approaches 200.

Example 5: “1% growth” compounding demo

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.