This calculator works out the sum of any series written in sigma (summation) notation, the shorthand mathematicians use to add up a sequence of terms without writing each one out. You type a general term as an expression in n, such as n, n^2, 2^n or 3*n+1, then set the start index (lower bound) and end index (upper bound) that define which values of n get added. The calculator substitutes each whole number from start to end into your expression, adds every result, and returns the total sum, the number of terms, the average term value, and the largest term in the series. A details panel also shows the first and last terms, the smallest and largest values, and a worked example with the actual numbers added together, while a full list of every term is displayed below for series with up to 10,000 terms. Nine presets let you load common series instantly, including natural numbers, squares, cubes, odd numbers, powers of two, and the harmonic and alternating series. It handles arithmetic series, where terms increase by a fixed amount, geometric series, where terms multiply by a fixed ratio, and any polynomial or combined expression you can write with standard operators. Because it evaluates every term directly rather than relying on a closed-form formula, the result is exact for any finite series you enter.
Click a preset to load it into the calculator.
Sigma notation (named after the Greek capital letter sigma, Σ) is a shorthand way to write the sum of a sequence of numbers. Instead of writing out each term, you write a general formula and specify the range of values to substitute. The notation has three parts: the general term expression (what you are adding), the lower bound (where the index starts), and the upper bound (where the index stops).
For example, the notation "sum from n=1 to 5 of n squared" means: substitute n=1, n=2, n=3, n=4, and n=5 into n^2, then add the results: 1 + 4 + 9 + 16 + 25 = 55.
| Series | Expression | Closed-Form Sum (1 to n) | Example: n=10 |
|---|---|---|---|
| Natural numbers | Σ i | n(n+1)/2 | 55 |
| Squares | Σ i^2 | n(n+1)(2n+1)/6 | 385 |
| Cubes | Σ i^3 | [n(n+1)/2]^2 | 3,025 |
| Odd numbers | Σ (2i-1) | n^2 | 100 |
| Geometric (ratio r) | Σ r^i (i=0 to n) | (r^(n+1) - 1)/(r - 1) | Σ 2^i (0-9) = 1,023 |
| Constant | Σ c | c * n | Sum of 1, 1 to 10 = 10 |
This calculator uses direct term-by-term evaluation. For each integer value of n from the start index to the end index, it substitutes n into your expression, evaluates the result, and adds it to a running total. This approach works for any expression that can be evaluated numerically, including polynomials, exponentials, fractions, and alternating series.
Supported operators and functions in the expression field: addition (+), subtraction (-), multiplication (*), division (/), powers (^), parentheses, and negative numbers. The index variable must be written as n (lower case). For example: n^2 + 3*n - 1, 2^n, 1/(n*(n+1)).
An arithmetic series is one where each term increases by a constant difference. For example, 3 + 5 + 7 + 9 + 11 (difference of 2). The general term is f(n) = a + (n-1)*d, where a is the first term and d is the common difference. The sum of n terms is n*(first + last)/2.
A geometric series is one where each term is multiplied by a constant ratio. For example, 2 + 4 + 8 + 16 + 32 (ratio of 2). The general term is f(n) = a * r^(n-1). The sum of n terms is a*(r^n - 1)/(r - 1) for r not equal to 1. Both types are handled correctly by this calculator.
Summation appears throughout mathematics and everyday life. In statistics, the mean of a dataset is the sum of all values divided by the count. In finance, compound interest involves sums of geometric terms. In physics, work done by a variable force is approximated by summing small increments. In computer science, the running time of algorithms is often expressed as a sum. Learning to read sigma notation and evaluate series is a key skill in mathematics from secondary school through to university level.
Method: Direct term-by-term summation. The calculator substitutes each integer index value from the lower bound to the upper bound into the general term expression and accumulates the total. This approach is exact for any finite series with a mathematically valid expression.
This calculator evaluates finite sums only (lower and upper bounds must both be integers, with at most 10,000 terms). Expressions must use n as the index variable and standard mathematical operators. Infinite series convergence is not assessed. Results are displayed to sufficient decimal places for the values involved.
Sigma notation, written with the Greek capital letter sigma (Σ), is a compact way to express the sum of a sequence of terms. The notation Σ(i=a to b) f(i) means: evaluate the expression f(i) for each integer value of i from a to b, then add all the results together. For example, Σ(i=1 to 5) i = 1 + 2 + 3 + 4 + 5 = 15. The lower bound is the starting index, the upper bound is the ending index, and the expression defines the general term.
For an arithmetic series where the general term is f(i) = a + (i-1)*d (with first term a and common difference d), the sum from i=1 to n is: S = n/2 * (2a + (n-1)*d), which simplifies to S = n*(first + last)/2. As a specific example, the sum of the first n natural numbers Σ(i=1 to n) i = n*(n+1)/2. For n=10, this equals 55.
Yes. The calculator evaluates any safe mathematical expression in n, including powers (n^2, n^3, 2^n), products (3*n), and combinations (n^2 + n). Geometric series such as Σ(i=1 to 10) 2^i are evaluated by substituting each integer value of i into the expression. The calculator works by direct term-by-term summation, so it handles any expression that can be evaluated numerically, rather than being restricted to specific formula types.
If you've found a bug, or would like to contact us, or learn more about James Graham and Calculate.co.nz.
Calculate.co.nz is partnered with Interest.co.nz for New Zealand's highest quality calculators and financial analysis.
Calculate.co.nz is the sister site of CalculatorHub.com, the world's largest calculator website by tool count.
All calculators and tools are provided for educational and indicative purposes only and do not constitute financial advice.
Calculate.co.nz is proudly part of the Realtor.co.nz group, New Zealand's leading property transaction literacy platform, helping Kiwis understand the home buying and selling process from start to finish. Whether you're a first home buyer navigating your first property purchase, an investor evaluating your next acquisition, or a homeowner planning to sell, Realtor.co.nz provides clear, independent, and trustworthy guidance on every step of the New Zealand property transaction journey.
Calculate.co.nz is also partnered with Health Based Building and Premium Homes to promote informed choices that lead to better long-term outcomes for Kiwi households.
Calculate.co.nz is hosted in Auckland by SiteHost New Zealand.
All content on this website, including calculators, tools, source code, and design, is protected under the Copyright Act 1994 (New Zealand). No part of this site may be reproduced, copied, distributed, stored, or used in any form without prior written permission from the owner.
About & trust: Why Calculate is NZ's most comprehensive · By the Numbers · How we compare · Editorial standards · How we keep data current · NZ finance glossary · Research & data · Financial literacy NZ · About · Privacy policy · Terms of use
Reviewed and maintained. Last reviewed 2026-08-15 and checked on a twice-monthly cycle against IRD, RBNZ and Stats NZ. How we keep data current.
© 2026 Calculate.co.nz. All rights reserved. Building free NZ calculators since 2011.