Sum of Arithmetic Series

Sₙ = n × (a₁ + aₙ) / 2 = n/2 × (2a₁ + (n−1)d).

Inputs

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

  1. aₙ = a₁ + (n−1)d = 1 + 99 × 1 = 100.00.
  2. 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