UseCalcPro
Home
MathFinanceHealthConstructionAutoPetsGardenCraftsFood & BrewingTools
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

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 9, 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