Sum of a Linear Number Sequence Calculator
Sum an arithmetic sequence from its first term, common difference and length.
Add up the terms of an arithmetic (linear) sequence without listing them all.
The math behind it
S = n/2 × (first + last), and the last term is a + (n − 1)d. This is the classic Gauss summation.
Worked example
1 + 2 + … + 100 = 100/2 × (1 + 100) = 5050.
FAQ
What is a linear sequence?
One where each term increases by a constant amount (the common difference).