Enter the number series or a function with lower and upper limits to compute their sum using the calculator
Related
The Summation Calculator helps you find the sum of a number series quickly. It supports both simple numbers and algebraic expressions, with specified lower and upper limits. Step-by-step solutions make it easy to understand the calculations.
Definition: Summation is the process of adding a series of numbers (called summands or addends) to obtain a total sum.
A sequence is a series of numbers that defines the addition operation "+".
Summation Symbol: Σ (Greek Letter)

The general sigma notation is:
\(\sum_{i=1}^{n} x_i = x_1 + x_2 + x_3 + \dots + x_n\)
Find the sum of the first ten composite numbers:
4, 6, 8, 9, 10, 12, 14, 15, 16, 18
Step 1: Add all numbers:
Sum = 4 + 6 + 8 + 9 + 10 + 12 + 14 + 15 + 16 + 18
Answer: Sum = 112
Evaluate: \(\sum_{i=3}^{7} x_i^3\)
Example: 2 + 3 + 4 + 5 + 65 + 6 + 6 = 91
Description: Represents an arithmetic sum of numbers without sigma notation.
Example: \(\sum_{i=0}^{n} f(x_i)\)
Description: Expand from the lower limit (i) to the upper limit (n) to evaluate the total sum.
| Sum Type | Formula |
|---|---|
| Sum of natural numbers | \(\sum_{x=1}^{m} x = \frac{m(m+1)}{2}\) |
| Sum of squares | \(\sum_{x=1}^{m} x^2 = \frac{m(m+1)(2m+1)}{6}\) |
| Sum of cubes | \(\sum_{x=1}^{m} x^3 = \frac{m^2(m+1)^2}{4}\) |
| Sum of 4th powers | \(\sum_{x=1}^{m} x^4 = \frac{m(m+1)(2m+1)(3m^2 + 3m -1)}{30}\) |
| Sum of first m even numbers | \(\sum_{x=1}^{m} 2x = m(m+1)\) |
| Sum of first m odd numbers | \(\sum_{x=1}^{m} (2x-1) = m^2\) |
| Sum of an arithmetic sequence | \(\sum_{x=1}^{m} a + (x-1)d = \frac{m[2a + (m-1)d]}{2}\) |
Related
Links
Home Conversion Calculator About Calculator Online Blog Hire Us Knowledge Base Sitemap Sitemap TwoEmail us at
Contact Us© Copyrights 2026 by Calculator-Online.net