Summation notation, written with the Greek capital letter sigma, is the standard way to express the sum of a series of terms that follow a mathematical pattern. The notation specifies three things: the formula that defines each term, the starting index (lower bound), and the ending index (upper bound). For example, the sum of i squared from i=1 to i=5 means you substitute each integer value of i from 1 to 5 into the formula i squared, then add all the results together: 1 + 4 + 9 + 16 + 25 = 55. This calculator handles four types of summation. The preset formulas, i, i squared, and i cubed, cover the three classical power sums that appear most often in calculus and discrete mathematics and have well-known closed-form answers. The custom option lets you enter any expression in terms of i, such as 2*i+1 for odd numbers, 1/i for a harmonic partial sum, or i^3-i for a more complex formula. You set the lower and upper bounds for i, and the calculator evaluates the expression at each integer step and returns the total, the running list of individual term values, the number of terms summed, and the mean term value. The lower bound can be zero or any positive integer; the upper bound must be at least equal to the lower bound. The custom expression parser uses standard mathematical notation with i as the variable, and supports the Math functions available in JavaScript such as sqrt, abs, and pow. Results are displayed to four decimal places for non-integer values.
Terms shown for up to 100 steps. Custom expressions support i, +, -, *, /, ^, sqrt(), abs(), floor(), ceil(), and other Math functions.
For each preset formula, the calculator substitutes each integer value of i from the lower bound to the upper bound into the formula and accumulates the running sum. The preset formulas have known closed-form answers for verification: sum of i from 1 to n equals n(n+1)/2; sum of i squared from 1 to n equals n(n+1)(2n+1)/6; sum of i cubed from 1 to n equals [n(n+1)/2] squared. For custom expressions, the input string is evaluated using the JavaScript Function constructor with i as the variable, with Math functions available in scope via a with(Math) block. Invalid expressions return an error message rather than a numeric result.
Using the defaults: formula = i squared, lower bound = 1, upper bound = 5. The individual terms are: i=1 gives 1 squared = 1; i=2 gives 4; i=3 gives 9; i=4 gives 16; i=5 gives 25. Total = 1 + 4 + 9 + 16 + 25 = 55. The closed-form check is 5 times 6 times 11 divided by 6 = 330 divided by 6 = 55, confirming the result. Mean term = 55 divided by 5 = 11.
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 via 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-07-19 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.