Sum of Arithmetic Series
Sₙ = n × (a₁ + aₙ) / 2 = n/2 × (2a₁ + (n−1)d).
Result
S100
5,050.00
Avg term 50.5000; last term 100.00.
- First term a₁1
- Common diff d1
- Number of terms100
- Last term aₙ100.00
- Sum5,050.00
- Average term50.5000
Step-by-step
- aₙ = a₁ + (n−1)d = 1 + 99 × 1 = 100.00.
- Sₙ = n/2 × (a₁ + aₙ) = 100/2 × (1 + 100.00) = 5,050.00.
How to use this calculator
- Enter a₁, d, n.
About this calculator
Sum of arithmetic series formula. Famous example: Gauss's schoolboy sum 1+2+...+100 = 100/2 × 101 = 5050. The formula avoids tedious term-by-term addition for any arithmetic sequence. Useful in counting (sum of natural numbers, sum of odd numbers = n², triangle numbers), staircase/seating problems, simple-interest schedules.
Frequently asked
Age 7: asked to sum 1-100. Noticed pairs (1+100, 2+99...) all = 101, 50 pairs → 5050. The formula in essence.
Related calculators
Arithmetic Sequence Calculator
aₙ = a₁ + (n−1)d. Find any term of an arithmetic sequence.
Sum of Geometric Series
Sₙ = a₁(1 − rⁿ) / (1 − r) for r ≠ 1. Infinite: S∞ = a₁/(1−r) if |r|<1.
Geometric Sequence Calculator
aₙ = a₁ × r^(n−1). Find any term of a geometric sequence.
Fibonacci Number Calculator
F(n) = F(n−1) + F(n−2). 0, 1, 1, 2, 3, 5, 8, 13, 21, ...
Harmonic Mean Calculator
H = n / Σ(1/xᵢ). Used for averaging rates and ratios.
Weighted Average Calculator
WA = Σ(value × weight) / Σ(weight). Generalizes the arithmetic mean.