Sequence Calculator

Sequence Calculator

Calculate terms and sums for arithmetic and geometric sequences using standard formulas.

Last updated: March 2026 | By Summacalculator

Enter values and click Calculate

What are Sequences?

A sequence is an ordered list of numbers following a specific pattern. Arithmetic sequences have a constant difference between consecutive terms (e.g., 2, 5, 8, 11...), while geometric sequences have a constant ratio (e.g., 3, 6, 12, 24...).

Understanding sequences is fundamental in mathematics, appearing in finance (compound interest), computer science (algorithms), and physics (wave patterns). The formulas allow us to find any term without listing all previous terms, and to calculate the sum of many terms efficiently.

For arithmetic sequences, each term increases by adding the common difference d. For geometric sequences, each term is multiplied by the common ratio r. These simple rules generate infinitely long patterns that model countless real-world phenomena.

Sequence Formulas

Arithmetic Sequence

aₙ = a₁ + (n-1)d

Sₙ = (n/2)(a₁ + aₙ)

Where d is the common difference

Geometric Sequence

aₙ = a₁ × r^(n-1)

Sₙ = a₁(1-r^n)/(1-r)

Where r is the common ratio (r ≠ 1)

Example

Arithmetic: Saving Money

You save $5 in week 1, then increase savings by $3 each week. How much do you save in week 10, and what's the total saved?

Given
a₁ = $5
d = $3
n = 10 weeks
Results
a₁₀ = 5 + (10-1)×3 = $32
S₁₀ = (10/2)×(5+32) = $185

By week 10, you'll save $32 that week, with a total of $185 saved over all 10 weeks.

Frequently Asked Questions

What's the difference between arithmetic and geometric?

Arithmetic sequences add a constant (e.g., 2, 5, 8, 11...), while geometric sequences multiply by a constant (e.g., 2, 6, 18, 54...). Arithmetic grows linearly, geometric grows exponentially.

Can the common difference or ratio be negative?

Yes! A negative difference creates a decreasing arithmetic sequence (5, 2, -1, -4...). A negative or fractional ratio creates alternating signs or decay in geometric sequences.

What happens if r = 1 in a geometric sequence?

When r = 1, all terms are equal to a₁ (constant sequence). The sum formula Sₙ = a₁(1-r^n)/(1-r) fails (division by zero), so we use Sₙ = n×a₁ instead.

How do I find the common difference or ratio?

For arithmetic: d = a₂ - a₁ (subtract consecutive terms). For geometric: r = a₂ / a₁ (divide consecutive terms). Make sure you have at least two consecutive terms.

What are infinite geometric series?

When |r| < 1 and n→∞, geometric sequences converge to S = a₁/(1-r). For example, 1 + 1/2 + 1/4 + 1/8 + ... = 2. This is fundamental to calculus and fractals.

Can I skip to any term without calculating all previous ones?

Yes! That's the power of the formulas. The nth term formula lets you jump directly to any position. For example, find the 100th term instantly without computing the first 99.

What's the real-world use of these formulas?

Arithmetic: loan amortization, depreciation. Geometric: compound interest, population growth, radioactive decay, computer algorithms (binary search), fractals, and signal processing.

How do I know which formula to use?

Check consecutive terms. If differences are constant (8-5=3, 11-8=3), use arithmetic. If ratios are constant (6/3=2, 12/6=2), use geometric. If neither, it may be a different type of sequence.

Related Tools

Related Tools