Sum of Series Calculator

Compute partial sums of arithmetic, geometric, telescoping, p-series, and power sum series with convergence analysis and visualization.

Partial Sum Sₙ
5,050.000000
Sum of first 100 terms
Closed Form
n/2·(2a₁+(n-1)d) = 5,050.00
Exact formula evaluation
Converges?
No (diverges)
Sum grows without bound
Last Term
100.000000
Term a100
Average Term
50.500000
Sₙ / n
Convergence Error
Difference from infinite limit

Convergence Visualization

S(1)
1.0000
S(2)
3.0000
S(3)
6.0000
S(4)
10.0000
S(5)
15.0000
S(6)
21.0000
S(7)
28.0000
S(8)
36.0000
S(9)
45.0000
S(10)
55.0000
S(11)
66.0000
S(12)
78.0000
S(13)
91.0000
S(14)
105.0000
S(15)
120.0000

Partial Sums Table

nTerm aₙPartial Sum Sₙ% of Final
11.0000001.0000000.0%
22.0000003.0000000.1%
33.0000006.0000000.1%
44.00000010.0000000.2%
55.00000015.0000000.3%
66.00000021.0000000.4%
77.00000028.0000000.6%
88.00000036.0000000.7%
99.00000045.0000000.9%
1010.00000055.0000001.1%
1111.00000066.0000001.3%
1212.00000078.0000001.5%
1313.00000091.0000001.8%
1414.000000105.0000002.1%
1515.000000120.0000002.4%
1616.000000136.0000002.7%
1717.000000153.0000003.0%
1818.000000171.0000003.4%
1919.000000190.0000003.8%
2020.000000210.0000004.2%
2121.000000231.0000004.6%
2222.000000253.0000005.0%
2323.000000276.0000005.5%
2424.000000300.0000005.9%
2525.000000325.0000006.4%
2626.000000351.0000007.0%
2727.000000378.0000007.5%
2828.000000406.0000008.0%
2929.000000435.0000008.6%
3030.000000465.0000009.2%
3535.000000630.00000012.5%
4040.000000820.00000016.2%
4545.0000001,035.00000020.5%
5050.0000001,275.00000025.2%
5555.0000001,540.00000030.5%
6060.0000001,830.00000036.2%
6565.0000002,145.00000042.5%
7070.0000002,485.00000049.2%
7575.0000002,850.00000056.4%
8080.0000003,240.00000064.2%
8585.0000003,655.00000072.4%
9090.0000004,095.00000081.1%
9595.0000004,560.00000090.3%
100100.0000005,050.000000100.0%
Planning notes, formulas, and examples

About the Sum of Series Calculator

Series — the sum of terms of a sequence — are central to calculus, analysis, and applied mathematics. Whether you're adding the first 100 natural numbers, computing compound interest totals, or testing whether an infinite sum converges, understanding partial sums and convergence is essential.

This calculator handles five major series types: arithmetic series (constant differences), geometric series (constant ratios), p-series (Σ 1/nᵖ, including the famous Basel problem), telescoping series (Σ 1/(n(n+1))), and power sums (Σ nᵏ for sum of squares, cubes, etc.). For each type, it computes partial sums, evaluates closed-form expressions where available, and determines convergence.

The visualization shows how partial sums approach their limit (for convergent series) or grow without bound (for divergent ones). The detailed table provides term-by-term breakdowns so you can see exactly how each term contributes to the total. Closed-form formulas — like Gauss's n(n+1)/2 for natural numbers, or the geometric sum formula a(1−rⁿ)/(1−r) — are computed alongside the numerical sum for verification. This calculator is invaluable for calculus students, engineers computing series solutions, and anyone working with sequences and summation.

When This Page Helps

Series computations involve repetitive summation that becomes impractical for large n, and determining convergence requires comparing series against known benchmarks. This calculator handles five major series types with closed-form evaluation, convergence testing, and convergence-limit error analysis — all in one tool. The step-by-step partial sums table and convergence visualization show exactly how each term contributes and how quickly (or slowly) the series approaches its limit, which is essential for calculus coursework and engineering series solutions.

How to Use the Inputs

  1. Select the type of series — arithmetic, geometric, p-series, telescoping, or power sum.
  2. Enter parameters specific to the series type (first term, common difference/ratio, power, etc.).
  3. Set the number of terms to sum.
  4. Try presets like Sum 1..100 or Basel series (p=2) for classic examples.
  5. Review partial sum, closed form, and convergence status in the output cards.
  6. Use the convergence visualization to see how partial sums approach the limit.
  7. Examine the table for term-by-term values and cumulative percentage.
Formula used
Arithmetic: Sₙ = n/2·(2a₁ + (n−1)d) Geometric: Sₙ = a₁(1−rⁿ)/(1−r) p-series: Σ 1/nᵖ converges iff p > 1 Telescoping: Σ 1/(n(n+1)) = 1 − 1/(n+1)

Example Calculation

Result: S₁₀₀ = 5,050

Sum of 1+2+3+…+100 = 100·101/2 = 5050 (Gauss's formula).

Tips & Best Practices

  • The harmonic series (p=1) diverges, but the Basel series (p=2) converges to π²/6.
  • Arithmetic series always diverge (unless d=0 and a₁=0).
  • Geometric series converge only when |r| < 1.
  • Telescoping series collapse because consecutive terms cancel.
  • Power sums Σnᵏ always have polynomial closed forms (Faulhaber's formulas).

Convergence vs. Divergence

A series converges if its partial sums approach a finite limit and diverges otherwise. Geometric series converge when |r| < 1 (limit a₁/(1−r)), while all arithmetic series with d ≠ 0 diverge. p-series Σ 1/nᵖ converge if and only if p > 1, making the boundary case p = 1 (the harmonic series) a famous divergent series. Telescoping series collapse because consecutive terms cancel, always leaving a finite difference. Understanding these convergence criteria is the gateway to Taylor series, Fourier series, and power series solutions in differential equations.

Famous Series and Their Sums

Some of the most celebrated results in mathematics are series evaluations. Gauss showed Σk = n(n+1)/2 as a child. Euler proved the Basel problem: Σ 1/n² = π²/6. The Leibniz formula gives π/4 = 1 − 1/3 + 1/5 − 1/7 + …. The sum of cubes Σk³ = [n(n+1)/2]² (Nicomachus' theorem) reveals that the sum of the first n cubes equals the square of the sum of the first n integers. These identities connect elementary summation to deep results in analysis and number theory. Faulhaber's formulas generalize power sums Σnᵏ to polynomial closed forms for every positive integer k.

Series in Engineering and Physics

Engineers use series constantly: Taylor expansions approximate nonlinear systems, Fourier series decompose periodic signals into frequency components, and power series solve ordinary differential equations. In physics, perturbation theory expresses solutions as series in a small parameter, and partition functions in statistical mechanics are infinite sums over energy states. Even the compound interest formula is a geometric series application. Understanding when a series converges (and how fast) determines whether a calculation is practical and how many terms are needed for a given precision.

Sources & Methodology

Last updated:

Frequently Asked Questions

  • The sum of the first n terms of a series: Sₙ = a₁ + a₂ + … + aₙ.