Series Sum Calculator
Calculate the sum of arithmetic, geometric, and special series. Get step-by-step solutions with nth term, convergence analysis, and term expansion.
🧮 Series Sum Calculator
Select a series type, enter your values, and calculate the sum with step-by-step solutions.
Arithmetic Series Sum
An arithmetic series is the sum of terms where each term increases by a constant difference. Examples: 2+5+8+11 (d=3) or 10+7+4+1 (d=-3).
📚 Series Formulas
Complete reference for arithmetic, geometric, and special series formulas.
➕ Arithmetic Series
Also: Sₙ = n/2 × (first + last). a = first term, d = common difference, n = terms.
✖️ Geometric Series (Finite)
a = first term, r = common ratio (r ≠ 1), n = number of terms.
∞ Geometric Series (Infinite)
Only converges when |r| < 1. Otherwise, series diverges to infinity.
🔢 Sum of Natural Numbers
1 + 2 + 3 + ... + n. Also called triangular numbers.
² Sum of Squares
1² + 2² + 3² + ... + n². Used in statistics (variance).
³ Sum of Cubes
1³ + 2³ + 3³ + ... + n³ = (Σn)². Sum of cubes equals square of sum.
🔢 Special Series Reference
Common Series & Convergence
| Series Name | Expression | Sum / Behavior | Converges? |
|---|---|---|---|
| Natural Numbers | 1 + 2 + 3 + ... + n | n(n+1)/2 | Finite |
| Sum of Squares | 1² + 2² + ... + n² | n(n+1)(2n+1)/6 | Finite |
| Sum of Cubes | 1³ + 2³ + ... + n³ | [n(n+1)/2]² | Finite |
| Geometric (|r|<1)< /td> | a + ar + ar² + ... | a/(1-r) | Yes |
| Geometric (|r|≥1) | a + ar + ar² + ... | Grows to ∞ | No |
| Harmonic Series | 1 + 1/2 + 1/3 + ... | ≈ ln(n) + γ | Diverges |
| p-Series (p>1) | Σ 1/nᵖ | Finite value | Yes |
| p-Series (p≤1) | Σ 1/nᵖ | Grows to ∞ | No |
❓ Frequently Asked Questions
Common questions about series and summation answered.
A series is the sum of the terms of a sequence. For example, 1 + 2 + 3 + 4 + 5 = 15 is the series formed by summing the first five natural numbers. Series can be finite or infinite.
A sequence is an ordered list of numbers (1, 2, 3, 4, 5), while a series is the SUM of those numbers (1 + 2 + 3 + 4 + 5 = 15). Sequences list; series add.
An arithmetic series sums terms with a constant difference between consecutive terms. Formula: Sₙ = n/2 × (2a + (n-1)d), where a is first term, d is common difference, n is term count.
A geometric series sums terms where each term is multiplied by a constant ratio. Finite: Sₙ = a(1-rⁿ)/(1-r). Infinite (|r|<1): S∞=a/(1-r).
Sigma notation (Σ) compactly writes series. Σᵢ₌₁ⁿ aᵢ means "sum aᵢ from i=1 to n". Example: Σᵢ₌₁⁵ i = 1+2+3+4+5 = 15.
An infinite series converges when its partial sums approach a finite limit. For geometric series, this requires |r| < 1. The harmonic series diverges despite terms approaching zero.
The sum is n(n+1)/2. Example: 1+2+...+100 = 100×101/2 = 5050. This formula was famously discovered by young Gauss.
The harmonic series is 1 + 1/2 + 1/3 + 1/4 + ... = Σ(1/n). Despite terms approaching zero, it diverges (grows infinitely), approximately as ln(n) + 0.5772 (Euler's constant).