ES EN FR PT DE IT

Arithmetic Series Calculator

Arithmetic Series Calculator. Free online calculator with formula, examples and step-by-step guide.

The Arithmetic Series Calculator is a free online math calculator. Arithmetic Series Calculator. Free online calculator with formula, examples and step-by-step guide. Get instant results with the detailed formula and step-by-step examples.
Inputs
Values
Result
Enter values and press Calculate

Arithmetic Series Calculator: Sum Sequences with Constant Differences

The Arithmetic Series calculator computes the sum and nth term of any arithmetic progression. From a student checking their homework to a financial analyst projecting loan payments, arithmetic sequences model countless real-world situations where quantities change by a fixed amount each period. This calculator handles everything from the simplest counting numbers to complex series with any starting term and common difference.

Arithmetic Series Formulas

nth Term: an = a1 + (n − 1)d

Sum of n Terms: Sn = n(a1 + an) / 2

Sum (alternative): Sn = n(2a1 + (n − 1)d) / 2

Where a1 is the first term, d is the common difference, and n is the number of terms. The common difference can be positive (increasing sequence), negative (decreasing sequence), or zero (constant sequence).

The formula S = n(a1 + an)/2 works because it effectively averages the first and last terms and multiplies by the count. This elegant derivation is attributed to the young Carl Friedrich Gauss, who realized that the sum of 1 through 100 could be computed as 50 pairs each summing to 101, giving 5,050. The same principle applies to any arithmetic series regardless of the starting term or common difference.

Worked Examples

Example 1: Theater Seating

A theater has 40 rows of seats. The first row has 20 seats, and each subsequent row has 2 more seats than the previous row. How many total seats does the theater have?

Given: a1 = 20, d = 2, n = 40

Last row seats: a40 = 20 + (40 − 1) × 2 = 20 + 78 = 98 seats

Total seats: S40 = 40 × (20 + 98) / 2 = 40 × 118 / 2 = 40 × 59 = 2,360 seats

The theater has 2,360 seats in total. The alternative formula gives the same result: S = 40 × (2 × 20 + 39 × 2) / 2 = 40 × (40 + 78) / 2 = 40 × 118 / 2 = 2,360.

Example 2: Savings Plan

A person saves money each week: $50 in week 1, $55 in week 2, $60 in week 3, and so on, increasing by $5 each week. If they continue for 52 weeks (one year), how much will they have saved in total?

Given: a1 = 50, d = 5, n = 52

Amount in week 52: a52 = 50 + (52 − 1) × 5 = 50 + 255 = $305

Total savings: S52 = 52 × (50 + 305) / 2 = 52 × 355 / 2 = 52 × 177.5 = $9,230

By steadily increasing their weekly savings by $5, this person accumulates $9,230 over the year. The average weekly savings is ($50 + $305) / 2 = $177.50, multiplied by 52 weeks gives the total. This savings strategy combines the discipline of regular saving with gradual increases that feel manageable.

Common Uses

  • Calculating total seating capacity in venues with increasing row sizes, from theaters to stadiums
  • Projecting total savings or investment growth with periodic fixed increases in contribution amounts
  • Determining total distance traveled under constant acceleration in physics problems
  • Computing interest payments in simple interest loans with equal installment amounts
  • Analyzing cost structures where unit costs decrease by a fixed amount with volume discounts
  • Solving mathematical puzzles and competitive exam problems that involve arithmetic progressions

Common Mistakes

  • Confusing the number of terms with the index — if a sequence starts at term 1 and ends at term n, there are n terms total; a common error is using n = index difference rather than the count
  • Forgetting the (n-1) factor in the nth term formula — the first term has no difference added, so the nth term uses (n-1), not n, as the multiplier for the common difference
  • Using the wrong sign for the common difference — a decreasing sequence has a negative d, and using a positive value will yield incorrect increasing terms instead
  • Applying the series formula when terms are not truly arithmetic — the constant difference between consecutive terms must hold for all pairs; if differences vary, the sequence is not arithmetic and these formulas do not apply

Pro Tip

When working with arithmetic sequences in financial or business contexts, always verify that the common difference is truly constant across the entire range. Many real-world scenarios that appear arithmetic at first are actually piecewise arithmetic (different differences in different segments) or follow a different pattern entirely, such as geometric growth. For example, salary increases are often percentage-based (geometric), not fixed-amount (arithmetic). A 5% annual raise produces a geometric sequence, not an arithmetic one. If you apply an arithmetic series formula to percentage-based growth, your projections will be significantly inaccurate, especially over longer time horizons. When in doubt, plot the first few terms and check for a constant difference.

Frequently Asked Questions

A sequence is an ordered list of numbers with a constant difference. An arithmetic series is the sum of the terms. For example, 2, 4, 6, 8 is a sequence; 2 + 4 + 6 + 8 = 20 is its series.

Use S = n/2 x (2a + (n-1)d). This formula substitutes the nth term expression into the standard sum formula and is useful when only a, d, and n are known.

Examples include: theater seats per row with increasing counts, total salary with annual raises, distance under constant acceleration, and simple interest scenarios. The classic example is summing the first n natural numbers.

Known since antiquity. The story of Gauss as a schoolboy summing 1 to 100 by pairing numbers is famous, but it was known to ancient Greek and Indian mathematicians like Pythagoras and Aryabhata centuries earlier.

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

Frequently Asked Questions

15% of 200 is 30. Calculated as 200 × 15 / 100 = 30.
Percentage change = ((final − initial) / |initial|) × 100. From 80 to 100 it is (20/80)×100 = 25%.
The Pythagorean theorem states that in a right triangle, c² = a² + b², where c is the hypotenuse and a, b are the legs.
If A corresponds to B, and we want what corresponds to C: X = (B × C) / A.