UseCalcPro
Home
MathFinanceHealthConstructionAutoPetsGardenCraftsFood & BrewingToolsSportsMarineEducationTravel
Blog
  1. Home
  2. Math

Series & Sequence Calculator — Arithmetic & Geometric Sums

Find partial sums, nth terms, and convergence for arithmetic and geometric sequences

Partial Sum Sₙ

100.0000

nth Term

19.0000

Mean

10.0000

Arithmetic Series Results

Partial Sum Sₙ (n=10)
100.0000
nth Term (aₙ)
19.0000
Mean
10.0000

First 10 Terms

Term 1 = 1.00001.00
Term 2 = 3.00003.00
Term 3 = 5.00005.00
Term 4 = 7.00007.00
Term 5 = 9.00009.00
Term 6 = 11.000011.00
Term 7 = 13.000013.00
Term 8 = 15.000015.00
Term 9 = 17.000017.00
Term 10 = 19.000019.00

Partial Sums

S11.00
S24.00
S39.00
S416.00
S525.00
S636.00
S749.00
S864.00
S981.00
S10100.00

Terms & Sums Table

nTerm aₙPartial Sum Sₙ
11.00001.0000
23.00004.0000
35.00009.0000
47.000016.0000
59.000025.0000
611.000036.0000
713.000049.0000
815.000064.0000
917.000081.0000
1019.0000100.0000

Formula Used

nth Term: aₙ = a + (n−1) × d
Sum: Sₙ = n/2 × (2a + (n−1)d)

Formulas Used

Arithmetic Series Sum

Sₙ = n/2 × (2a + (n−1)d)

Calculates the sum of the first n terms of an arithmetic sequence.

Where:

Sₙ= Sum of the first n terms
a= First term of the sequence
d= Common difference between consecutive terms
n= Number of terms to sum

Geometric Series Sum

Sₙ = a × (1 − rⁿ) / (1 − r)

Calculates the sum of the first n terms of a geometric sequence when r ≠ 1.

Where:

Sₙ= Sum of the first n terms
a= First term of the sequence
r= Common ratio between consecutive terms
n= Number of terms to sum

Infinite Geometric Series Sum

S∞ = a / (1 − r), where |r| < 1

The sum of an infinite geometric series converges to this value when the absolute value of the common ratio is less than 1.

Where:

S∞= Sum of the infinite series
a= First term of the sequence
r= Common ratio (must satisfy |r| < 1 for convergence)

Example Calculations

1Arithmetic Series: a=1, d=2, n=10

Inputs

Series TypeArithmetic
First Term (a)1
Common Difference (d)2
Number of Terms (n)10

Result

Partial Sum S₁₀100
10th Term (a₁₀)19
Mean10
First 5 Terms1, 3, 5, 7, 9

The arithmetic series 1, 3, 5, ..., 19 has 10 terms. Using Sₙ = n/2 × (a + aₙ) = 10/2 × (1 + 19) = 5 × 20 = 100. The mean is (1+19)/2 = 10.

2Converging Geometric Series: a=3, r=0.5, n=8

Inputs

Series TypeGeometric
First Term (a)3
Common Ratio (r)0.5
Number of Terms (n)8

Result

Partial Sum S₈5.9766
8th Term (a₈)0.0234
Infinite Sum S∞6
ConvergesYes (|r| = 0.5 < 1)

With a=3 and r=0.5, S₈ = 3 × (1 − 0.5⁸) / (1 − 0.5) = 3 × 0.99609375 / 0.5 = 5.9766. The infinite sum converges to 3/(1−0.5) = 6.

3Arithmetic Series with Negative Difference: a=5, d=−3, n=6

Inputs

Series TypeArithmetic
First Term (a)5
Common Difference (d)−3
Number of Terms (n)6

Result

Partial Sum S₆−15
6th Term (a₆)−10
Mean−2.5
Terms5, 2, −1, −4, −7, −10

A decreasing arithmetic series with a=5, d=−3: S₆ = 6/2 × (2×5 + 5×(−3)) = 3 × (10 − 15) = −15. The terms cross zero and become negative.

Frequently Asked Questions

Q

What is the formula for the sum of an arithmetic series?

The sum of the first n terms of an arithmetic series is Sₙ = n/2 × (2a + (n−1)d), where a is the first term and d is the common difference. Equivalently, Sₙ = n/2 × (a + aₙ), where aₙ is the last term.

  • Sₙ = n/2 × (2a + (n−1)d) — uses first term and common difference
  • Sₙ = n/2 × (a + aₙ) — uses first and last terms
  • Example: a=1, d=2, n=10 gives S₁₀ = 10/2 × (2+18) = 100
  • The mean of an arithmetic series equals (a + aₙ) / 2
  • Arithmetic series always diverge as n approaches infinity
PropertyArithmeticGeometric
Patterna, a+d, a+2d, ...a, ar, ar², ...
nth Terma + (n−1)da × rⁿ⁻¹
Partial Sumn/2 × (2a + (n−1)d)a(1−rⁿ)/(1−r)
Converges?NeverOnly if |r| < 1
Q

When does a geometric series converge?

A geometric series converges if and only if the absolute value of the common ratio is less than 1 (|r| < 1). When it converges, the infinite sum is S∞ = a / (1 − r). If |r| ≥ 1, the series diverges.

  • Converges when |r| < 1 — terms get smaller and approach zero
  • Infinite sum formula: S∞ = a / (1 − r)
  • Example: a=3, r=0.5 gives S∞ = 3/(1−0.5) = 6
  • Diverges when |r| ≥ 1 — terms stay the same size or grow
  • At r = −1, series oscillates (1, −1, 1, −1...) and diverges
Ratio (r)BehaviorExample (a=1)
r = 0.5Converges to 21 + 0.5 + 0.25 + ... = 2
r = 0.9Converges to 101 + 0.9 + 0.81 + ... = 10
r = 1Diverges (constant)1 + 1 + 1 + ... = ∞
r = 2Diverges (grows)1 + 2 + 4 + ... = ∞
Q

How do you find the nth term of a sequence?

For an arithmetic sequence, the nth term is aₙ = a + (n−1) × d. For a geometric sequence, aₙ = a × rⁿ⁻¹. In both cases, a is the first term, d is the common difference, and r is the common ratio.

  • Arithmetic: aₙ = a + (n−1)d — linear growth by constant addition
  • Geometric: aₙ = a × rⁿ⁻¹ — exponential growth by constant multiplication
  • Example: arithmetic a=1, d=3, n=5 gives a₅ = 1 + 4×3 = 13
  • Example: geometric a=2, r=3, n=4 gives a₄ = 2×3³ = 54
Q

What is the difference between a sequence and a series?

A sequence is an ordered list of numbers following a pattern (e.g., 1, 3, 5, 7). A series is the sum of a sequence's terms (e.g., 1 + 3 + 5 + 7 = 16). The partial sum Sₙ adds the first n terms of a sequence.

  • Sequence: ordered list of terms — 1, 3, 5, 7, 9
  • Series: sum of those terms — 1 + 3 + 5 + 7 + 9 = 25
  • Partial sum Sₙ: sum of the first n terms only
  • Infinite series: sum as n approaches infinity (may converge or diverge)
  • Both arithmetic and geometric sequences have closed-form sum formulas
Q

How is the mean of an arithmetic series calculated?

The mean (average) of an arithmetic series equals (a + aₙ) / 2, where a is the first term and aₙ is the last term. This works because arithmetic terms are evenly spaced. For example, the mean of 1, 3, 5, 7, 9 is (1+9)/2 = 5.

  • Mean = (first term + last term) / 2
  • Equivalent to Sₙ / n (total sum divided by number of terms)
  • Works because terms are equally spaced around the mean
  • Example: series 2, 5, 8, 11, 14 has mean (2+14)/2 = 8
  • The median of an arithmetic series equals the mean

Understanding Arithmetic and Geometric Series

1

Arithmetic Series: Linear Growth

Sₙ = n/2 × (2a + (n−1)d) sums any arithmetic series without adding terms individually. Gauss reportedly discovered this at age 7 when asked to sum 1 + 2 + 3 + ... + 100: S₁₀₀ = 100/2 × (1+100) = 5,050. The formula works because the first and last terms always add to the same value (a + aₙ), and there are n/2 such pairs.

The nth term of an arithmetic sequence is aₙ = a + (n−1)d, where a is the first term and d is the common difference. For a = 3 and d = 5: the 20th term is 3 + 19 × 5 = 98. The mean of an arithmetic series is always (a + aₙ)/2, which equals the median — a property unique to evenly-spaced data. The Standard Deviation Calculator can verify this symmetry for any arithmetic data set.

Arithmetic series model linear accumulation: saving $200/month for 5 years with monthly $10 increases totals S₆₀ = 60/2 × (2×200 + 59×10) = 30 × 990 = $29,700. Stacking objects in triangular pyramids follows arithmetic sums: a layer with n items on each side has n(n+1)/2 objects, which is Sₙ for the series 1+2+3+...+n.

Arithmetic series with positive and negative common differences
SeriesadnSₙ
1+2+3+...+100111005,050
2+5+8+...+292310155
10+7+4+...+−810−377
100+200+...+1000100100105,500
2

Geometric Series: Exponential Growth and Convergence

A geometric series multiplies each term by a constant ratio r: Sₙ = a(1 − rⁿ)/(1 − r). For a = 1 and r = 2 over 10 terms: S₁₀ = 1 × (1 − 1024)/(1 − 2) = 1,023. The last term alone (512) is half the total sum — a hallmark of exponential growth where recent terms dominate.

When |r| < 1, the infinite sum converges: S∞ = a/(1−r). For a = 3 and r = 0.5: S∞ = 3/0.5 = 6. The partial sums approach 6 asymptotically: S₁ = 3, S₂ = 4.5, S₃ = 5.25, S₈ = 5.977. At r = 0.9, convergence is much slower: S∞ = 10, but S₁₀ = 6.513 and S₅₀ = 9.949. The closer |r| is to 1, the more terms are needed to approach the limit.

Geometric series underpin compound interest: a $1,000 investment at 5% annual return over 20 years grows via the geometric sum formula to $1,000 × (1.05)²⁰ = $2,653. Repeating decimal 0.333... = 3/10 + 3/100 + 3/1000 + ... is a geometric series with a=0.3 and r=0.1, converging to 0.3/0.9 = 1/3. The Fibonacci Calculator connects to geometric growth because the Fibonacci sequence grows at the rate of the golden ratio φ ≈ 1.618.

Geometric Series: Converge vs. DivergeS∞=6→ ∞n=1n=3n=5n=7|r|<1 converges (r=0.5, S∞=6)|r|≥1 diverges (r=2)
3

Sigma Notation and Series Formulas

Sigma notation Σ compactly represents sums: Σ(i=1 to n) i = 1 + 2 + ... + n = n(n+1)/2. Common closed-form sums include Σ i² = n(n+1)(2n+1)/6 for the sum of squares and Σ i³ = [n(n+1)/2]² for the sum of cubes. The sum of the first 10 squares: 10 × 11 × 21 / 6 = 385.

Telescoping series simplify by cancellation. The sum Σ(1/k − 1/(k+1)) for k=1 to n collapses to 1 − 1/(n+1) because adjacent terms cancel. For n=100: sum = 1 − 1/101 = 100/101 ≈ 0.9901. Partial fractions decompose rational expressions into telescoping form: 1/(k(k+1)) = 1/k − 1/(k+1).

Harmonic series 1 + 1/2 + 1/3 + 1/4 + ... diverges despite terms approaching zero. After 10 terms the sum is 2.93, after 100 it is 5.19, and after 10,000 it is 9.79. The rate of growth is approximately ln(n) + 0.5772 (Euler–Mascheroni constant). This slow divergence explains why equal-tempered musical tuning uses logarithmic frequency ratios. The Logarithm Calculator computes the ln(n) growth rate directly.

Gauss’s Trick: Sum of 1 to 100Pair first and last terms: each pair sums to 101123...98991001+100 = 1012+99 = 10150 pairs × 101 = 5,050Sₙ = n/2 × (a + aₙ) = 100/2 × (1+100) = 5,050First half (1–50)Second half (51–100)
Standard closed-form summation formulas for common series
FormulaSumExample (n=10)
Σ in(n+1)/255
Σ i²n(n+1)(2n+1)/6385
Σ i³[n(n+1)/2]²3,025
Σ rᵏ (r=0.5)a(1−rⁿ)/(1−r)1.998

Related Calculators

Fibonacci Calculator

Generate Fibonacci numbers, find the nth term, and explore the golden ratio.

Exponent Calculator

Calculate powers, roots, and exponential expressions with step-by-step solutions.

Combination Calculator

Calculate combinations and permutations for probability and counting problems.

Standard Deviation Calculator

Compute mean, variance, and standard deviation for any data set.

Average Calculator

Calculate arithmetic mean, weighted average, geometric mean, harmonic mean, median, and mode for any data set. Includes summary statistics and formulas.

Mixed Number Calculator

Add, subtract, multiply, and divide mixed numbers with detailed step-by-step solutions. Convert between mixed numbers, improper fractions, and decimals.

Related Resources

Fibonacci Calculator

Exponent Calculator

Logarithm Calculator

Standard Deviation Calculator

Last Updated: Mar 26, 2026

This calculator is provided for informational and educational purposes only. Results are estimates and should not be considered professional financial, medical, legal, or other advice. Always consult a qualified professional before making important decisions. UseCalcPro is not responsible for any actions taken based on calculator results.

UseCalcPro
FinanceHealthMath

© 2026 UseCalcPro