ES EN FR PT DE IT

Arithmetic Sequence Sum Calculator

Calculate the sum of the first n terms of an arithmetic sequence.

The Arithmetic Sequence Sum Calculator is a free online math calculator. Calculate the sum of the first n terms of an arithmetic sequence. Get instant results with the detailed formula and step-by-step examples.
Inputs
Values
Result
Enter values and press Calculate

What Is Arithmetic Sequence Sum Calculator?

Arithmetic Sequence Sum Calculator finds the total of all terms in an arithmetic progression — a sequence where each term differs from the previous by a constant amount. From calculating total production over months with steady growth to summing evenly-spaced payments, arithmetic series appear throughout finance, engineering, and everyday problem-solving. This calculator computes the sum instantly using the elegant formula discovered by young Carl Friedrich Gauss in the 1780s.

Consider a worker whose monthly output increases by 5 units each month. Month 1: 20 units. Month 2: 25 units. Month 3: 30 units. This continues for 12 months. What's the total annual production? The sequence is 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 75. Adding manually: 20 + 25 + 30 + ... + 75 = 570 units. Using the formula: Sum = (n/2) × (first + last) = (12/2) × (20 + 75) = 6 × 95 = 570 units. The formula works instantly even for 100 or 1000 terms.

Gauss's insight as a schoolboy revolutionized mathematics. When his teacher assigned summing numbers 1 to 100 to keep the class busy, Gauss noticed: 1 + 100 = 101, 2 + 99 = 101, 3 + 98 = 101... There are 50 such pairs, so the sum is 50 × 101 = 5,050. This pairing method underlies the arithmetic series formula, turning hours of addition into a single multiplication.

How Arithmetic Sequence Sum Calculator Works: Formulas Explained

Standard sum formula: Sₙ = (n/2) × (a₁ + aₙ), where Sₙ is the sum of n terms, a₁ is the first term, and aₙ is the last (nth) term. This formula works by averaging the first and last terms, then multiplying by the count. Example: Sum of 3, 7, 11, 15, 19 (n=5, a₁=3, a₅=19): S₅ = (5/2) × (3 + 19) = 2.5 × 22 = 55. Verify: 3 + 7 + 11 + 15 + 19 = 55 ✓.

Alternative formula using common difference: Sₙ = (n/2) × [2a₁ + (n-1)d], where d is the common difference between consecutive terms. Use this when you know the first term and difference but not the last term. Example: First term a₁ = 4, difference d = 3, number of terms n = 8. S₈ = (8/2) × [2(4) + (8-1)(3)] = 4 × [8 + 21] = 4 × 29 = 116. Sequence: 4, 7, 10, 13, 16, 19, 22, 25. Sum: 4+7+10+13+16+19+22+25 = 116 ✓.

Finding the nth term: aₙ = a₁ + (n-1)d. This formula gives any term in the sequence. Example: First term 5, difference 4, find the 20th term. a₂₀ = 5 + (20-1)×4 = 5 + 76 = 81. The 20th term is 81. Combine with sum formula: S₂₀ = (20/2) × (5 + 81) = 10 × 86 = 860.

Sum of first n natural numbers: A special case: 1 + 2 + 3 + ... + n = n(n+1)/2. This is the arithmetic series with a₁=1, d=1, aₙ=n. Example: Sum 1 to 100: 100×101/2 = 5,050. Sum 1 to 1,000: 1,000×1,001/2 = 500,500. Gauss's childhood discovery remains one of mathematics' most elegant results.

Working through a complete example: A theater has 25 rows. Row 1 has 20 seats, and each row adds 2 seats. Find total seating capacity. First term a₁ = 20, difference d = 2, number of terms n = 25. Last term: a₂₅ = 20 + (25-1)×2 = 20 + 48 = 68 seats in the back row. Sum: S₂₅ = (25/2) × (20 + 68) = 12.5 × 88 = 1,100 seats. Alternative: S₂₅ = (25/2) × [2(20) + (25-1)(2)] = 12.5 × [40 + 48] = 12.5 × 88 = 1,100 seats. The theater holds 1,100 people.

Step-by-Step Guide to Calculating Arithmetic Sequence Sums

  1. Identify the first term (a₁). This is the starting value of your sequence. Example: A savings plan starts with €100 in month 1, so a₁ = 100. If summing numbers 1 to 50, a₁ = 1. The first term anchors your sequence.
  2. Determine the common difference (d). Subtract any term from the next term: d = a₂ - a₁. Example: Sequence 7, 12, 17, 22... has d = 12 - 7 = 5. Verify with another pair: 17 - 12 = 5 ✓. Constant difference confirms it's arithmetic. If differences vary, it's not an arithmetic sequence — this formula doesn't apply.
  3. Count the number of terms (n). This is how many values you're summing. Example: "Sum the first 15 terms" means n = 15. For sequences like "5, 10, 15, ..., 100", find n using: n = [(last - first) / d] + 1. For 5 to 100 with d=5: n = [(100-5)/5] + 1 = 19 + 1 = 20 terms.
  4. Find the last term if needed (aₙ). Use aₙ = a₁ + (n-1)d. Example: a₁ = 8, d = 3, n = 12. a₁₂ = 8 + (12-1)×3 = 8 + 33 = 41. The 12th term is 41. If the last term is already given, skip this step.
  5. Apply the sum formula. Using first and last: Sₙ = (n/2) × (a₁ + aₙ). Using first and difference: Sₙ = (n/2) × [2a₁ + (n-1)d]. Example with both methods: a₁ = 8, a₁₂ = 41, n = 12. Method 1: S₁₂ = (12/2) × (8 + 41) = 6 × 49 = 294. Method 2: S₁₂ = (12/2) × [2(8) + (12-1)(3)] = 6 × [16 + 33] = 6 × 49 = 294 ✓.
  6. Verify with a small example. For confidence, manually add the first few terms and compare to the formula. Sequence 8, 11, 14, 17... First 4 terms by formula: S₄ = (4/2) × [2(8) + (4-1)(3)] = 2 × [16 + 9] = 2 × 25 = 50. Manual: 8 + 11 + 14 + 17 = 50 ✓. This spot-check catches input errors.

Real-World Arithmetic Sequence Sum Examples

Example 1: Cumulative Salary with Annual Raises. Starting salary €35,000, annual raise €1,500. Total earnings over 10 years? First term a₁ = 35,000, difference d = 1,500, n = 10. S₁₀ = (10/2) × [2(35,000) + (10-1)(1,500)] = 5 × [70,000 + 13,500] = 5 × 83,500 = €417,500. Year 10 salary: 35,000 + 9×1,500 = €48,500. Average salary: 417,500 / 10 = €41,750. Total career earnings over 10 years: €417,500.

Example 2: Stadium Seating Capacity. An amphitheater has 40 rows. Front row: 30 seats. Each row adds 3 seats. Total capacity? a₁ = 30, d = 3, n = 40. Last row: a₄₀ = 30 + (40-1)×3 = 30 + 117 = 147 seats. Sum: S₄₀ = (40/2) × (30 + 147) = 20 × 177 = 3,540 seats. Alternative: S₄₀ = (40/2) × [2(30) + (40-1)(3)] = 20 × [60 + 117] = 20 × 177 = 3,540 seats. The venue holds 3,540 people.

Example 3: Loan Repayment with Decreasing Payments. A loan is repaid over 24 months. First payment: €500. Each month decreases by €15 (as principal decreases). Total repaid? a₁ = 500, d = -15, n = 24. S₂₄ = (24/2) × [2(500) + (24-1)(-15)] = 12 × [1,000 - 345] = 12 × 655 = €7,860. Final payment: 500 + (24-1)(-15) = 500 - 345 = €155. Total repaid: €7,860 (principal plus interest).

Example 4: Manufacturing Production Ramp-Up. A factory produces 200 units in week 1, increasing by 25 units weekly for 16 weeks. Total production? a₁ = 200, d = 25, n = 16. S₁₆ = (16/2) × [2(200) + (16-1)(25)] = 8 × [400 + 375] = 8 × 775 = 6,200 units. Week 16 production: 200 + (16-1)×25 = 200 + 375 = 575 units/week. Total over 16 weeks: 6,200 units.

Example 5: Sum of Two-Digit Numbers. Find the sum of all two-digit numbers (10 to 99). First term a₁ = 10, last term aₙ = 99, difference d = 1. Number of terms: n = [(99-10)/1] + 1 = 90. Sum: S₉₀ = (90/2) × (10 + 99) = 45 × 109 = 4,905. All two-digit numbers from 10 to 99 sum to 4,905. This is useful for probability problems and number theory.

Common Mistakes in Arithmetic Sequence Calculations

Confusing n (number of terms) with the last term value. In the sequence 2, 4, 6, ..., 50, the last term is 50, but n = 25 (not 50). Finding n: n = [(50-2)/2] + 1 = 24 + 1 = 25 terms. Using n = 50 gives S = (50/2) × (2 + 50) = 1,300 — wrong. Correct: S = (25/2) × (2 + 50) = 650. Always calculate n from the sequence parameters, don't assume n equals the last value.

Using the wrong formula when last term is unknown. If given a₁ = 5, d = 3, n = 20, you can't use S = (n/2)(a₁ + aₙ) without finding aₙ first. Either find aₙ = 5 + (20-1)×3 = 62, then S = (20/2)(5 + 62) = 670. Or use S = (n/2)[2a₁ + (n-1)d] = (20/2)[10 + 57] = 670 directly. Both work — choose based on given information.

Miscalculating when difference is negative. Decreasing sequences have negative d. A sequence 100, 95, 90, ... has d = -5, not 5. Sum of first 10 terms: S₁₀ = (10/2)[2(100) + (10-1)(-5)] = 5[200 - 45] = 5 × 155 = 775. Using d = +5 incorrectly gives S = 5[200 + 45] = 1,225 — dramatically wrong. Pay attention to whether the sequence increases or decreases.

Off-by-one errors in counting terms. From 1 to 100 inclusive is 100 terms, not 99. Formula: n = (last - first) / d + 1. For 1 to 100 with d=1: n = (100-1)/1 + 1 = 99 + 1 = 100 ✓. For 5 to 50 with d=5: n = (50-5)/5 + 1 = 9 + 1 = 10 terms (5, 10, 15, 20, 25, 30, 35, 40, 45, 50). The +1 accounts for inclusive counting.

Pro Tips for Arithmetic Sequences

Use the average method for quick mental math. The sum equals (number of terms) × (average of first and last). For 1 to 100: 100 terms × average of (1+100)/2 = 100 × 50.5 = 5,050. For even-count sequences like 2, 4, 6, 8 (4 terms): 4 × (2+8)/2 = 4 × 5 = 20. This visualization — "average value times count" — is more intuitive than the formal formula.

Recognize arithmetic sequences in word problems. Keywords indicating arithmetic sequences: "increases by [amount] each [period]", "decreases by", "constant rate", "evenly spaced", "linear growth". A problem stating "production increases by 50 units monthly" describes an arithmetic sequence. Identify a₁ (starting value), d (change per period), and n (number of periods) to apply the sum formula.

Apply to evenly-spaced sums. Sum of all even numbers from 2 to 100: This is 2, 4, 6, ..., 100 with a₁=2, d=2, n=50. S₅₀ = (50/2)(2 + 100) = 25 × 102 = 2,550. Sum of all odd numbers from 1 to 99: a₁=1, d=2, n=50. S₅₀ = (50/2)(1 + 99) = 25 × 100 = 2,500. Notice: even sum - odd sum = 50 (each even exceeds its odd partner by 1).

Combine with other formulas for complex problems. A problem might ask: "Find n such that the sum equals 500." Set up the equation: (n/2)[2a₁ + (n-1)d] = 500. This becomes a quadratic in n. Example: a₁=5, d=3, sum=500. (n/2)[10 + 3(n-1)] = 500. Simplify: n(10 + 3n - 3) = 1,000. 3n² + 7n - 1,000 = 0. Solve using quadratic formula to find n ≈ 17.2. Since n must be an integer, check n=17 and n=18 to find which gives sum closest to 500.

Frequently Asked Questions

The arithmetic sum formula only works when the difference between consecutive terms is constant. Check: subtract each term from the next. If results vary (e.g., 2, 4, 8, 16 has differences 2, 4, 8), it's not arithmetic — it might be geometric. For geometric sequences (constant ratio), use the geometric sum formula: Sₙ = a₁(rⁿ - 1)/(r - 1). For other patterns, different formulas apply.

Yes. If terms are negative or if negative terms dominate, the sum is negative. Example: -10, -8, -6, -4, -2 has sum -30. A sequence starting positive but decreasing can also sum negative: 10, 5, 0, -5, -10, -15, -20 sums to -35. The formula works identically — negative values simply produce negative sums.

Use n = [(aₙ - a₁) / d] + 1. Example: First term 7, last term 67, difference 4. n = [(67 - 7) / 4] + 1 = [60 / 4] + 1 = 15 + 1 = 16 terms. Verify: 7, 11, 15, 19, 23, 27, 31, 35, 39, 43, 47, 51, 55, 59, 63, 67 — exactly 16 terms. The +1 is crucial — without it, you'd get 15, which is wrong.

By convention, the sum of zero terms is 0. This makes mathematical sense: adding nothing gives nothing. The formula Sₙ = (n/2)(a₁ + aₙ) with n=0 gives S₀ = (0/2)(anything) = 0. This edge case rarely appears in practical problems but matters for complete mathematical definitions and computer implementations.

You may also find these calculators useful: Geometric Sequence Calculator, Series Sum Calculator, Equation Solver, Sequence Calculator.

Written and reviewed by the CalcToWork editorial team. Last updated: 2026-04-29.

Frequently Asked Questions

The arithmetic sum formula only works when the difference between consecutive terms is constant. Check: subtract each term from the next. If results vary (e.g., 2, 4, 8, 16 has differences 2, 4, 8), it's not arithmetic — it might be geometric. For geometric sequences (constant ratio), use the geometric sum formula: Sₙ = a₁(rⁿ - 1)/(r - 1). For other patterns, different formulas apply.
Yes. If terms are negative or if negative terms dominate, the sum is negative. Example: -10, -8, -6, -4, -2 has sum -30. A sequence starting positive but decreasing can also sum negative: 10, 5, 0, -5, -10, -15, -20 sums to -35. The formula works identically — negative values simply produce negative sums.
Use n = [(aₙ - a₁) / d] + 1. Example: First term 7, last term 67, difference 4. n = [(67 - 7) / 4] + 1 = [60 / 4] + 1 = 15 + 1 = 16 terms. Verify: 7, 11, 15, 19, 23, 27, 31, 35, 39, 43, 47, 51, 55, 59, 63, 67 — exactly 16 terms. The +1 is crucial — without it, you'd get 15, which is wrong.
By convention, the sum of zero terms is 0. This makes mathematical sense: adding nothing gives nothing. The formula Sₙ = (n/2)(a₁ + aₙ) with n=0 gives S₀ = (0/2)(anything) = 0. This edge case rarely appears in practical problems but matters for complete mathematical definitions and computer implementations.