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. /Series Calculator

Series Calculator

Last updated: March 15, 2026

Calculator

Results

Partial Sum Sₙ

59,048

Last Term aₙ

39,366

Infinite Sum S∞

0

Convergent?

—

Results

Partial Sum Sₙ

59,048

Last Term aₙ

39,366

Infinite Sum S∞

0

Convergent?

—

The Series Calculator evaluates both arithmetic and geometric series, providing partial sums, the last term, and convergence analysis. Select the series type, enter the first term and common difference or ratio, and get instant results for any number of terms.

A series is the sum of the terms of a sequence. While sequences list individual values, series accumulate them. The distinction matters enormously in mathematics, physics, and engineering, where series appear in everything from calculating compound interest to approximating transcendental functions via Taylor expansions.

An arithmetic series sums terms that increase by a constant difference $$d$$. The $$n$$-th partial sum is $$S_n = \frac{n}{2}(2a_1 + (n-1)d)$$, a formula attributed to the young Carl Friedrich Gauss, who reportedly derived it at age seven by pairing terms from opposite ends of the sum $$1 + 2 + \cdots + 100$$. Arithmetic series always diverge — the partial sums grow without bound (unless $$d = 0$$, giving a constant series).

A geometric series sums terms that multiply by a constant ratio $$r$$. The partial sum formula is $$S_n = a_1 \frac{1 - r^n}{1 - r}$$ when $$r \neq 1$$. The critical distinction with geometric series is convergence: if $$|r| < 1$$, the series converges to the finite value $$S_\infty = \frac{a_1}{1 - r}$$. If $$|r| \geq 1$$, the series diverges. This convergence property makes geometric series fundamental in calculus, probability theory, and financial mathematics.

In finance, the present value of an annuity is a geometric series. In physics, repeated reflections between parallel mirrors or successive bounces of a ball form geometric series. In signal processing, the impulse response of many filters is a geometric series. In computer science, the analysis of divide-and-conquer algorithms often involves geometric series arising from the Master Theorem.

This calculator handles both types seamlessly. Choose arithmetic or geometric, provide the parameters, and receive the partial sum, final term, infinite sum (for convergent geometric series), and a clear convergence verdict.

Visual Analysis

How It Works

Arithmetic Series

Given first term $$a_1$$, common difference $$d$$, and number of terms $$n$$:

The $$n$$-th term: $$a_n = a_1 + (n-1)d$$

The partial sum: $$S_n = \frac{n}{2}(2a_1 + (n-1)d) = \frac{n}{2}(a_1 + a_n)$$

This is equivalent to $$n$$ times the average of the first and last terms.

Geometric Series

Given first term $$a_1$$, common ratio $$r$$, and number of terms $$n$$:

The $$n$$-th term: $$a_n = a_1 \cdot r^{n-1}$$

The partial sum (when $$r \neq 1$$): $$S_n = a_1 \cdot \frac{1 - r^n}{1 - r}$$

When $$r = 1$$: $$S_n = n \cdot a_1$$

Infinite Sum (Geometric Only)

If $$|r| < 1$$, as $$n \to \infty$$, $$r^n \to 0$$, so: $$S_\infty = \frac{a_1}{1 - r}$$

If $$|r| \geq 1$$, the infinite series diverges — no finite sum exists.

Understanding Your Results

Partial Sum Sₙ is the total when you add the first $$n$$ terms. For an arithmetic series this grows quadratically with $$n$$; for a geometric series with $$|r| > 1$$ it grows exponentially.

Last Term aₙ is the value of the $$n$$-th term. Comparing it to $$a_1$$ shows how the sequence grows or decays.

Infinite Sum S∞ is displayed only for convergent geometric series ($$|r| < 1$$). It represents the value the partial sums approach as $$n \to \infty$$. For arithmetic series or divergent geometric series, this field shows 0 indicating no finite limit.

Convergent? tells you whether the infinite series converges. Arithmetic series never converge (except trivially when $$d = 0$$). Geometric series converge only when $$|r| < 1$$.

Worked Examples

Arithmetic Series: Sum of First 10 Odd Numbers

Inputs

series typearithmetic
a11
d or r2
n10

Results

partial sum100
last term19
infinite sum0
convergesNo (arithmetic series diverge)

The series is 1 + 3 + 5 + 7 + … + 19. Using the formula: S₁₀ = 10/2 × (2×1 + 9×2) = 5 × 20 = 100. This confirms the well-known result that the sum of the first n odd numbers equals n².

Convergent Geometric Series: r = 0.5

Inputs

series typegeometric
a18
d or r0.5
n10

Results

partial sum15.984375
last term0.015625
infinite sum16
convergesYes (|r| < 1)

The series is 8 + 4 + 2 + 1 + 0.5 + … S₁₀ = 8(1 − 0.5¹⁰)/(1 − 0.5) = 8 × 0.999023/0.5 ≈ 15.984. The infinite sum S∞ = 8/(1−0.5) = 16. After 10 terms, the partial sum is already within 0.1% of the limit.

Frequently Asked Questions

A sequence is an ordered list of numbers (e.g., 2, 5, 8, 11, …). A series is the sum of the terms of a sequence (e.g., 2 + 5 + 8 + 11 + … ). The $$n$$-th partial sum of a series adds only the first $$n$$ terms.

An arithmetic series converges only in the trivial case where the common difference $$d = 0$$ (all terms are identical, but the sum still grows as $$n \cdot a_1$$, which diverges unless $$a_1 = 0$$). In general, arithmetic series always diverge because the terms do not approach zero.

When $$r = 1$$, every term equals $$a_1$$, so the partial sum is simply $$S_n = n \cdot a_1$$. The standard formula $$a_1(1 - r^n)/(1 - r)$$ has a zero denominator, so this special case is handled separately.

A series converges if its partial sums approach a finite limit as the number of terms increases without bound. For a geometric series, convergence occurs when $$|r| < 1$$ because each successive term is smaller than the previous one, and the total remains bounded.

Annuity calculations, loan amortization, and compound interest involve geometric series. For example, the present value of $$n$$ equal payments at interest rate $$i$$ is $$PV = PMT \cdot \frac{1 - (1+i)^{-n}}{i}$$, which is a rearrangement of the geometric series formula.

The meaning of the second parameter depends on the series type you select. For arithmetic series, it is the common difference $$d$$ (added to each term). For geometric series, it is the common ratio $$r$$ (multiplied by each term). The label adjusts contextually.

Sources & Methodology

Stewart, J., Calculus: Early Transcendentals, 9th ed., Cengage, 2020. Apostol, T. M., Calculus, Vol. 1, 2nd ed., Wiley, 1967. Graham, R. L., Knuth, D. E., Patashnik, O., Concrete Mathematics, 2nd ed., Addison-Wesley, 1994. Weisstein, Eric W., "Arithmetic Series" and "Geometric 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

Geometric Series Calculator

Sequences & Series

Power Series Calculator

Sequences & Series

Taylor Series Calculator

Sequences & Series