Roboculator
Online CalculatorsCategoriesDate & EventsNews
Get Started
Online CalculatorsCategoriesDate & EventsNewsGet Started
Roboculator

Smart calculators for every challenge. Free, fast, and private.

Categories

  • Finance
  • Health
  • Math
  • Construction
  • Conversion
  • Everyday Life

Popular Tools

  • Date & Events
  • Loan Calculator
  • BMI Calculator
  • Percentage Calc
  • Latest News
  • Search All

Resources

  • Glossary
  • Topic Tags
  • News & Insights

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  • Editorial Policy
  • Disclaimer
© 2026 Roboculator. All rights reserved.
Roboculator

roboculator.com

  1. Home
  2. /Math
  3. /Sequences & Series
  4. /Sum of Series Calculator

Sum of Series Calculator

Last updated: March 15, 2026

Calculator

Results

Enter values to see results

Sum of Series (Sₙ)

—

Last Term (aₙ)

—

Infinite Sum (if convergent)

—

Results

Enter values to see results

Sum of Series (Sₙ)

—

Last Term (aₙ)

—

Infinite Sum (if convergent)

—

In This Guide

  1. 01Arithmetic Series
  2. 02Geometric Series
  3. 03Harmonic Series
  4. 04p-Series
  5. 05Applications

The Sum of Series Calculator computes partial sums and convergence information for the four most important families of infinite series: arithmetic, geometric, harmonic, and p-series. Understanding series summation is fundamental to calculus, analysis, and applied mathematics.

Arithmetic Series

An arithmetic series has a constant difference $$d$$ between consecutive terms. The $$n$$th term and partial sum are given by closed-form expressions:

$$a_n = a_1 + (n-1)d, \qquad S_n = \frac{n}{2}(a_1 + a_n) = \frac{n}{2}[2a_1 + (n-1)d]$$

Arithmetic series always diverge (they grow without bound) unless $$d = 0$$ and $$a_1 = 0$$.

Geometric Series

A geometric series has a constant ratio $$r$$ between consecutive terms. Its partial sum and infinite sum (when convergent) are:

$$S_n = a_1 \cdot \frac{1 - r^n}{1 - r}, \qquad S_\infty = \frac{a_1}{1 - r} \quad \text{for } |r| < 1$$

The geometric series is perhaps the single most important series in mathematics—it appears in probability, finance (compound interest, annuities), signal processing (z-transforms), and fractal geometry.

Harmonic Series

The harmonic series $$\sum_{k=1}^{\infty} \frac{1}{k} = 1 + \frac{1}{2} + \frac{1}{3} + \cdots$$ is the famous divergent series whose terms approach zero yet whose partial sums grow without bound. The partial sum is approximated by:

$$H_n \approx \ln(n) + \gamma + \frac{1}{2n} - \frac{1}{12n^2}$$

where $$\gamma \approx 0.5772$$ is the Euler–Mascheroni constant.

p-Series

The p-series $$\sum_{k=1}^{\infty} \frac{1}{k^p}$$ generalizes the harmonic series. It converges if and only if $$p > 1$$. The most famous case is the Basel problem: $$\sum_{k=1}^{\infty} \frac{1}{k^2} = \frac{\pi^2}{6}$$, solved by Euler in 1734.

Applications

Series summation appears throughout science and engineering—from computing net present values in finance, to analyzing signal attenuation in telecommunications, to calculating energy levels in quantum mechanics. The convergence or divergence of a series determines whether a physical quantity remains bounded or grows without limit.

Visual Analysis

How It Works

Select the series type, enter the first term, the common difference or ratio, and the number of terms. For p-series, also specify the exponent $$p$$. The calculator returns the partial sum $$S_n$$, the last term $$a_n$$, and the infinite sum if the series converges.

Understanding Your Results

The partial sum $$S_n$$ is the total after adding $$n$$ terms. The infinite sum (when shown as nonzero) indicates that adding all infinitely many terms gives a finite result. A value of 0 for the infinite sum means the series diverges—the partial sums grow without bound.

Worked Examples

Geometric series: a₁ = 3, r = 0.5, n = 10

Inputs

typegeometric
a13
d or r0.5
nterms10
p val2

Results

partial sum5.994141
nth term0.005859
infinite sum6

The sum 3 + 1.5 + 0.75 + ... converges to S∞ = 3/(1−0.5) = 6. After 10 terms the partial sum is already 5.994, within 0.1% of the limit.

Arithmetic series: a₁ = 5, d = 3, n = 20

Inputs

typearithmetic
a15
d or r3
nterms20
p val2

Results

partial sum670
nth term62
infinite sum0

S₂₀ = 20/2 × (5 + 62) = 10 × 67 = 670. The last term is a₂₀ = 5 + 19×3 = 62. The series diverges.

Frequently Asked Questions

For geometric series, convergence requires $$|r| < 1$$. For p-series, convergence requires $$p > 1$$. Arithmetic series always diverge (unless trivially zero). The harmonic series ($$p = 1$$) diverges despite its terms approaching zero, illustrating that the terms going to zero is necessary but not sufficient for convergence.

A sequence is an ordered list of numbers $$a_1, a_2, a_3, \ldots$$. A series is the sum of a sequence: $$S = a_1 + a_2 + a_3 + \cdots$$. The partial sum $$S_n$$ is the sum of the first $$n$$ terms of the sequence.

The terms $$1/k$$ decrease too slowly. Grouping terms shows that each doubling of $$k$$ adds at least $$1/2$$ to the sum: $$1 + (1/2) + (1/3 + 1/4) + (1/5 + \cdots + 1/8) + \cdots \ge 1 + 1/2 + 1/2 + 1/2 + \cdots$$, which diverges.

The Euler–Mascheroni constant $$\gamma \approx 0.5772$$ is defined as $$\gamma = \lim_{n \to \infty}(H_n - \ln n)$$, where $$H_n$$ is the $$n$$th harmonic number. It measures how much the harmonic series exceeds the natural logarithm and appears throughout number theory and analysis.

The present value of a perpetuity paying $$C$$ per period at discount rate $$r$$ is $$PV = C/r$$, which is the infinite geometric sum with ratio $$1/(1+r)$$. Similarly, annuity formulas for mortgages and bonds are based on finite geometric sums.

A displayed infinite sum of 0 indicates that the series diverges—it has no finite limit. The partial sum will continue to grow as more terms are added. Only convergent series have meaningful infinite sum values.

Sources & Methodology

Knopp, K. (1956). Infinite Sequences and Series. Dover Publications. | Stewart, J. (2015). Calculus: Early Transcendentals. 8th Edition. Cengage Learning. | Weisstein, E.W. "Series." MathWorld — A Wolfram Web Resource.
R

Roboculator Team

The Roboculator Team explains calculations, planning tools, and practical formulas in clear language for real-life situations.

How helpful was this calculator?

Be the first to rate!

Related Calculators

Sequence Calculator

Sequences & Series

Geometric Sequence Calculator

Sequences & Series

Fibonacci Sequence Calculator

Sequences & Series

Series Calculator

Sequences & Series

Geometric Series Calculator

Sequences & Series

Power Series Calculator

Sequences & Series