Sequence Sum Calculator

Math Tools

Sequence Sum Calculator

Calculate the sum of the first n terms for arithmetic, geometric, and Fibonacci sequences.

Sequence Sum Calculator

Calculate the sum of arithmetic, geometric, and Fibonacci sequences.

Sum of arithmetic sequence: Sₙ = n/2 × (2a + (n - 1)d)

Sum

155

Recommended Math Tool

Need a calculator for school or study work?

A reliable scientific calculator can help with sequences, algebra, statistics, and exam practice when you need a physical device alongside online tools.

View Scientific Calculators

This section may contain affiliate links.

Rectangular banner showing a scientific calculator with sequence formulas and study notes

What this calculator does

This calculator finds the sum of the first n terms for arithmetic, geometric, and Fibonacci sequences.

What is a sequence sum calculator?

A sequence sum calculator helps you find the total of the first n terms in a number pattern. Instead of adding each term manually, you can enter the sequence type and the required values to calculate the sum instantly.

This is useful in algebra, precalculus, exam practice, programming, finance, and growth modeling where arithmetic sequences, geometric series, and Fibonacci sums appear often.

Sequence sum formulas

Arithmetic sequence sum formula

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

Geometric sequence sum formula

Sₙ = a(1 - rⁿ) / (1 - r)

Fibonacci sequence sum

F₁ + F₂ + ... + Fₙ = Fₙ₊₂ - 1

Examples for arithmetic sequence sums

These examples show how sequence sums are calculated for the selected sequence type.

ExampleSum
a = 2, d = 3, n = 10155
a = 5, d = 5, n = 6105
a = 1, d = 2, n = 864

Arithmetic sequence quick sum table

Use this quick table as a fast reference for common sequence sums.

TermsSum
2, 5, 8, 11, 1440
1, 3, 5, 7, 925
10, 12, 14, 1652

How to calculate sequence sums step by step

First, identify the sequence type. Arithmetic sequences change by a constant difference, geometric sequences change by a constant ratio, and Fibonacci sequences build each term from the two previous terms.

Next, enter the first term and the common difference or ratio if the sequence requires them. Then enter the number of terms n. The calculator applies the correct formula and returns the total sum of the first n terms.

Arithmetic sequence sum explained

An arithmetic sequence increases or decreases by the same amount each step. Examples include 2, 5, 8, 11 and 10, 12, 14, 16. To find the sum, you can use the arithmetic series formula instead of adding every term manually.

Arithmetic sequence sums are common in algebra, budgeting patterns, and repeated-step growth problems where each term changes by a fixed difference.

Geometric sequence sum explained

A geometric sequence multiplies each term by the same ratio. For example, 2, 6, 18, 54 has a ratio of 3. Since the values grow or shrink multiplicatively, the geometric sum formula is especially useful for fast calculations.

Geometric sequence sums appear in compound growth, interest models, repeated scaling, and exponential pattern problems.

Fibonacci sequence sum explained

The Fibonacci sequence starts 1, 1, 2, 3, 5, 8, 13 and continues by adding the two previous terms. The sum of the first n Fibonacci numbers can be found efficiently with the identity F₁ + F₂ + ... + Fₙ = Fₙ₊₂ - 1.

Fibonacci sums are useful in math learning, recursion examples, coding practice, and pattern-based problem solving.

Where a sequence sum calculator is useful

A sequence sum calculator is useful in school assignments, test preparation, financial modeling, algorithm design, and any problem where repeated terms must be added efficiently.

Instead of writing out long sums term by term, you can use the correct sequence formula and get a fast, accurate answer for common arithmetic, geometric, and Fibonacci problems.

Sequence sum calculator FAQ and common questions

How do you calculate the sum of an arithmetic sequence?

Use Sₙ = n/2 × (2a + (n - 1)d), where a is the first term, d is the common difference, and n is the number of terms.

How do you calculate the sum of a geometric sequence?

Use Sₙ = a(1 - rⁿ) / (1 - r) when r is not equal to 1. Here a is the first term, r is the common ratio, and n is the number of terms.

What is the sum of the first n Fibonacci numbers?

The sum of the first n Fibonacci numbers is equal to Fₙ₊₂ - 1, which provides a fast way to calculate the total.

What is the difference between a sequence and a series?

A sequence is an ordered list of numbers. A series is the sum of the terms of that sequence.

When should I use a sequence sum calculator?

Use it when you need a quick and accurate total for arithmetic, geometric, or Fibonacci terms in algebra, exam prep, finance, or coding-related problems.