Fibonacci Calculator

Math Tools

Fibonacci Calculator

Generate Fibonacci numbers, find the nth term, and calculate Fibonacci sums.

Fibonacci Calculator

Generate Fibonacci numbers, find the nth Fibonacci term, and calculate the sum of Fibonacci terms.

Definition

F₁ = 0, F₂ = 1

Fₙ = Fₙ₋₁ + Fₙ₋₂

Results

Nth Fibonacci number

34

Sum of first n terms

88

Sequence

0, 1, 1, 2, 3, 5, 8, 13, 21, 34

Recommended Learning Tool

Learning number patterns and sequences?

A math notebook, study guide, or calculator can help you practice Fibonacci sequences, recurrence relations, and pattern problems more effectively.

View Study Tool

This section may contain affiliate links.

Rectangular banner showing Fibonacci sequence notes and a calculator on a desk

What this calculator does

The Fibonacci sequence starts with 0 and 1, and each new term is the sum of the previous two. This calculator generates the sequence, finds the nth Fibonacci number, and calculates the sum of the first n terms.

What is the Fibonacci sequence?

The Fibonacci sequence is one of the best-known number patterns in mathematics. It begins with 0 and 1, and each following term is the sum of the two previous terms. That creates the familiar pattern 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, and so on.

A Fibonacci calculator helps you generate the sequence quickly, calculate the nth Fibonacci number, and find the sum of the first n Fibonacci terms without working through every step by hand.

Fibonacci formula and recurrence relation

Fibonacci recurrence formula

F₁ = 0, F₂ = 1

Fₙ = Fₙ₋₁ + Fₙ₋₂

Sum of first n Fibonacci numbers

Sₙ = Fₙ₊₂ − 1

The main Fibonacci formula used in most school and calculator contexts is the recurrence relation. It defines each Fibonacci term by adding the two previous terms together.

There is also a useful Fibonacci sum identity: the sum of the first n Fibonacci numbers equals the (n+2)th Fibonacci number minus 1. This is why Fibonacci sum calculations can be done efficiently.

Examples of Fibonacci sequence calculations

These examples show the nth Fibonacci number, the sum of the first n terms, and the generated sequence.

nNth Fibonacci numberSum of first n termsSequence
5370, 1, 1, 2, 3
813330, 1, 1, 2, 3, 5, 8, 13
1034880, 1, 1, 2, 3, 5, 8, 13, 21, 34

Fibonacci sequence table for the first 10 terms

This quick Fibonacci table is useful for reference, practice, and verifying manual calculations.

nFibonacci numberSum up to n
100
211
312
424
537
6512
7820
81333
92154
103488

How to find the nth Fibonacci number step by step

To find the nth Fibonacci number, start with the first two terms, 0 and 1. Then keep adding the previous two terms to create the next one. For example, after 0 and 1, the next terms are 1, 2, 3, 5, 8, and so on.

If you want the 10th Fibonacci number, you continue the pattern until the 10th position. This calculator does that instantly and also shows the full sequence and sum, which makes it helpful for homework, practice, and quick verification.

How to calculate the sum of Fibonacci numbers

The sum of Fibonacci numbers can be found by adding each term in the sequence one by one, but there is also a shortcut formula. The sum of the first n Fibonacci terms is equal to the (n+2)th Fibonacci number minus 1.

For example, the sum of the first 5 Fibonacci numbers is 7. The 7th Fibonacci number is 8, and 8 minus 1 equals 7. This identity makes Fibonacci sum calculations much faster.

Where the Fibonacci sequence is used

The Fibonacci sequence appears in many areas of math and science, and it is often discussed in connection with recursive algorithms, number theory, patterns in nature, and educational problem solving.

People also search for Fibonacci numbers in relation to coding exercises, interview preparation, algorithm practice, and examples involving mathematical patterns and growth sequences.

Fibonacci calculator FAQ and common questions

What is the Fibonacci sequence?

The Fibonacci sequence starts with 0 and 1, and each next term is the sum of the previous two terms.

How do you find the nth Fibonacci number?

Start from 0 and 1, then continue adding the previous two terms until you reach the required position.

What is the formula for Fibonacci numbers?

The standard recurrence formula is F₁ = 0, F₂ = 1, and Fₙ = Fₙ₋₁ + Fₙ₋₂.

What is the sum of the first n Fibonacci numbers?

The sum of the first n Fibonacci numbers equals the (n+2)th Fibonacci number minus 1.

Why do people use a Fibonacci calculator?

A Fibonacci calculator saves time, reduces mistakes, and makes it easier to generate the sequence, find the nth term, and calculate Fibonacci sums.