Sum of Arithmetic Series
Sₙ = n × (a₁ + aₙ) / 2 = n/2 × (2a₁ + (n−1)d).
Result
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
Gauss anecdote?+
Sum of first n natural numbers?+
Sum of first n odd numbers?+
Sum of first n even numbers?+
Negative d (decreasing)?+
Related calculators
More tools you might like
Hand-picked tools that pair well with this one — same audience, same intent.
Sₙ = a₁(1 − rⁿ) / (1 − r) for r ≠ 1. Infinite: S∞ = a₁/(1−r) if |r|<1.
aₙ = a₁ + (n−1)d. Find any term of an arithmetic sequence.
aₙ = a₁ × r^(n−1). Find any term of a geometric sequence.
F(n) = F(n−1) + F(n−2). 0, 1, 1, 2, 3, 5, 8, 13, 21, ...
H = n / Σ(1/xᵢ). Used for averaging rates and ratios.
WA = Σ(value × weight) / Σ(weight). Generalizes the arithmetic mean.