Sum of Series
A series is the sum of sequence terms. Arithmetic, geometric, power, telescoping, harmonic, and p-series each have distinct convergence behavior and closed-form formulas.
Did our AI summary help? Let us know.
Euler proved Σ1/k² = π²/6 in 1735—the Basel problem. The alternating harmonic series converges to ln(2). Telescoping series get their name from terms collapsing like a telescope.
Ready to run the numbers?
Why: Series appear in finance, physics (Fourier), computer science, and signal processing.
How: Identify the series type and apply the appropriate closed-form formula.
Run the calculator when you are ready.
Sum of Series — Infinite Sums & Convergence
Arithmetic, geometric, power, telescoping, harmonic, alternating, and p-series. Explore convergence and closed-form formulas.
📐 Examples — Click to Load
Series Type
Parameters
For educational and informational purposes only. Verify with a qualified professional.
🧮 Fascinating Math Facts
The Basel problem: Σ₁∞ 1/k² = π²/6, solved by Euler in 1735.
The alternating harmonic series 1-1/2+1/3-... converges to ln(2).
📋 Key Takeaways
- Convergence tests: Geometric converges when |r| < 1; p-series converges when p > 1
- Closed-form formulas: Arithmetic S = n/2(2a+(n-1)d); Geometric S = a(1-r^n)/(1-r)
- Comparison test: If 0 ≤ a_n ≤ b_n and Σb_n converges, then Σa_n converges
- Basel problem: Σ1/k² = π²/6 — solved by Euler in 1735
💡 Did You Know?
📖 How Series Work
Arithmetic: Terms differ by constant d. Sum = n/2[2a+(n-1)d].
Geometric: Each term = previous × r. Converges when |r| < 1 to a/(1-r).
Power: Σi^p. Closed formulas for p=1,2,3.
Telescoping: Σ1/(k(k+1)) = 1 - 1/(n+1) → 1 as n→∞.
Harmonic: Σ1/k diverges despite terms → 0.
Alternating: 1 - 1/2 + 1/3 - ... converges to ln(2).
p-Series: Σ1/k^p converges iff p > 1.
🎯 Expert Tips
Identify the pattern
Check if terms have constant difference (arithmetic) or constant ratio (geometric) first.
Use closed forms
Arithmetic and geometric sums have exact formulas — avoid summing term-by-term for large n.
Convergence ≠ terms → 0
Terms must approach 0 for convergence, but that alone is not enough (harmonic diverges).
Partial fractions for telescoping
1/(k(k+1)) = 1/k - 1/(k+1) — most terms cancel.
⚖️ Series Type Comparison
| Type | Closed Formula | Infinite Converges? |
|---|---|---|
| Arithmetic | n/2[2a+(n-1)d] | No |
| Geometric | a(1-r^n)/(1-r) | Yes if |r|<1 |
| Power (p=2) | n(n+1)(2n+1)/6 | No |
| Telescoping | 1 - 1/(n+1) | Yes → 1 |
| Harmonic | None | No |
| Alternating | None | Yes → ln(2) |
| p-Series | None | Yes if p>1 |
❓ FAQ
What is the difference between a sequence and a series?
A sequence is an ordered list. A series is the sum of those terms.
When does an infinite geometric series converge?
When |r| < 1. The sum is then a/(1-r).
Why does the harmonic series diverge?
Even though 1/n → 0, the sum grows without bound (like ln n).
What is the Basel problem?
Euler proved Σ₁∞ 1/k² = π²/6 in 1735.
What is a telescoping series?
A series where terms cancel in pairs, leaving only first and last terms.
When does a p-series converge?
Σ1/k^p converges if and only if p > 1.
What is the alternating harmonic series?
1 - 1/2 + 1/3 - 1/4 + ... converges to ln(2) ≈ 0.693.
How are series used in real applications?
Finance, physics (Fourier series), computer science, signal processing.
What is the sum of 1+2+3+...+100?
Using n(n+1)/2 with n=100: 100×101/2 = 5050.
📊 Series by the Numbers
📚 Official Sources
⚠️ Disclaimer: This calculator provides educational estimates. For infinite series, convergence is indicated where applicable. Results may have floating-point rounding for very large n.
Related Calculators
Convolution Calculator
Convolution Calculator - Calculate and learn about sequences concepts
MathematicsFibonacci Calculator
Fibonacci Calculator - Calculate and learn about sequences concepts
MathematicsSequence Arithmetic Calculator
Sequence Arithmetic Calculator - Calculate and learn about sequences concepts
MathematicsCollatz Conjecture Calculator
Collatz Conjecture Calculator - Calculate and learn about sequences concepts
MathematicsSequence Geometric Calculator
Sequence Geometric Calculator - Calculate and learn about sequences concepts
MathematicsHarmonic Number Calculator
Harmonic Number Calculator - Calculate and learn about sequences concepts
Mathematics