Fibonacci Sequence - Definition, List, Formulas and Examples (2024)

The Fibonacci sequence is a type series where each number is the sum of the two that precede it. It starts from 0 and 1 usually. The Fibonacci sequence is given by 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, and so on. The numbers in the Fibonacci sequence are also called Fibonacci numbers. In Maths, the sequence is defined as an ordered list of numbers that follow a specific pattern. The numbers present in the sequence are called the terms. The different types of sequences are arithmetic sequence, geometric sequence, harmonic sequence and Fibonacci sequence. In this article, we will discuss the Fibonacci sequence definition, formula, list and examples in detail.

Table of Contents:
  • Definition
  • Formula
  • Sequence List
  • Golden Ratio to Calculate Fibonacci Sequence
  • Solved Examples
  • Practice Problems
  • FAQs

What is Fibonacci Sequence?

The Fibonacci sequence, also known as Fibonacci numbers, is defined as the sequence of numbers in which each number in the sequence is equal to the sum of two numbers before it. The Fibonacci Sequence is given as:

Fibonacci Sequence = 0, 1, 1, 2, 3, 5, 8, 13, 21, ….

Here, the third term “1” is obtained by adding the first and second term. (i.e., 0+1 = 1)

Similarly,

“2” is obtained by adding the second and third term (1+1 = 2)

“3” is obtained by adding the third and fourth term (1+2) and so on.

For example, the next term after 21 can be found by adding 13 and 21. Therefore, the next term in the sequence is 34.

Fibonacci Sequence Formula

The Fibonacci sequence of numbers “Fn” is defined using the recursive relation with the seed values F0=0 and F1=1:

Fn = Fn-1+Fn-2

Here, the sequence is defined using two different parts, such as kick-off and recursive relation.

The kick-off part is F0=0 and F1=1.

The recursive relation part is Fn = Fn-1+Fn-2.

It is noted that the sequence starts with 0 rather than 1. So, F5 should be the 6th term of the sequence.

Fibonacci Sequence List

The list of first 20 terms in the Fibonacci Sequence is:

0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181.

The list of Fibonacci numbers are calculated as follows:

FnFibonacci Number
00
11
21
32
43
55
68
713
821
934
… and so on.… and so on.

Golden Ratio to Calculate Fibonacci Numbers

The Fibonacci Sequence is closely related to the value of the Golden Ratio. We know that the Golden Ratio value is approximately equal to 1.618034. It is denoted by the symbol “φ”. If we take the ratio of two successive Fibonacci numbers, the ratio is close to the Golden ratio. For example, 3 and 5 are the two successive Fibonacci numbers. The ratio of 5 and 3 is:

5/3 = 1.6666

Take another pair of numbers, say 21 and 34, the ratio of 34 and 21 is:

34/21 = 1.619

It means that if the pair of Fibonacci numbers are of bigger value, then the ratio is very close to the Golden Ratio.

So, with the help of Golden Ratio, we can find the Fibonacci numbers in the sequence.

The formula to calculate the Fibonacci numbers using the Golden Ratio is:

Xn = [φn – (1-φ)n]/√5

Where,

φ is the Golden Ratio, which is approximately equal to the value of 1.618

n is the nth term of the Fibonacci sequence.

Related Articles

  • Sequence And Series
  • Arithmetic Progression
  • Geometric Progression
  • Harmonic Progression

Fibonacci Sequence Solved Examples

Example 1:

Find the Fibonacci number when n=5, using recursive relation.

Solution:

The formula to calculate the Fibonacci Sequence is: Fn = Fn-1+Fn-2

Take: F0=0 and F1=1

Using the formula, we get

F2 = F1+F0 = 1+0 = 1

F3 = F2+F1 = 1+1 = 2

F4 = F3+F2 = 2+1 = 3

F5 = F4+F3 = 3+2 = 5

Therefore, the fibonacci number is 5.

Example 2:

Find the Fibonacci number using the Golden ratio when n=6.

Solution:

The formula to calculate the Fibonacci number using the Golden ratio is Xn = [φn – (1-φ)n]/√5

We know that φ is approximately equal to 1.618.

n= 6

Now, substitute the values in the formula, we get

Xn = [φn – (1-φ)n]/√5

X6 = [1.6186 – (1-1.618)6]/√5

X6 = [17.942 – (0.618)6]/2.236

X6 = [17.942 – 0.056]/2.236

X6 = 17.886/2.236

X6 = 7.999

X6 = 8 (Rounded value)

The Fibonacci number in the sequence is 8 when n=6.

Practice Problems

  1. Find the Fibonacci number when n = 4, using the recursive formula.
  2. Find the next three terms of the sequence 15, 23, 38, 61, …
  3. Find the next three terms of the sequence 3x, 3x + y, 6x + y, 9x + 2y, …

Frequently Asked Questions on Fibonacci Sequence

Q1

What is Fibonacci Sequence?

The Fibonacci sequence is the sequence of numbers, in which every term in the sequence is the sum of terms before it.

Q2

Why is Fibonacci sequence significant?

The Fibonacci sequence is significant, because the ratio of two successive Fibonacci numbers is very close to the Golden ratio value.

Q3

What are two different ways to find the Fibonacci Sequence?

The two different ways to find the Fibonacci sequence are

  1. Recursive Relation Method
  2. Golden Ratio Method

Q4

Write down the list of the first 10 Fibonacci numbers.

The list of the first 10 Fibonacci numbers are 0, 1, 1, 2, 3, 5, 8, 13, 21, 34.

Q5

What is the value of the Golden ratio?

The value of golden ratio is approximately equal to 1.618034…

Fibonacci Sequence - Definition, List, Formulas and Examples (2024)

FAQs

Fibonacci Sequence - Definition, List, Formulas and Examples? ›

The Fibonacci sequence is a type series where each number is the sum of the two that precede it. It starts from 0 and 1 usually. The Fibonacci sequence is given by 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, and so on. The numbers in the Fibonacci sequence are also called Fibonacci numbers.

What are the 100 Fibonacci numbers? ›

First 100 terms of Fibonacci series are :- 0 1 1 2 3 5 8 13 21 34 55 89 144 233 377 610 987 1597 2584 4181 6765 10946 17711 28657 46368 75025 121393 196418 317811 514229 832040 1346269 2178309 3524578 5702887 9227465 14930352 24157817 39088169 63245986 102334155 165580141 267914296 433494437 701408733 1134903170 ...

What is the Fibonacci sequence defined by? ›

The Fibonacci sequence is defined by 1=a1=a2 and an= an 1+an 2, n > 2.

What is the golden rule of the Fibonacci sequence? ›

The golden ratio, also known as the golden number, golden proportion, or the divine proportion, is a ratio between two numbers that equals approximately 1.618. Usually written as the Greek letter phi, it is strongly associated with the Fibonacci sequence, a series of numbers wherein each number is added to the last.

What is the F 25 Fibonacci sequence? ›

F25=75,025​ Step-by-step explanation: 0,1,1,2,3,5,8,13,21,34,55,89,144,233,377,610,987,1597,2584,4181,6765,10946,17711,28657,46368,75025.

What is the full list of the Fibonacci numbers? ›

Fibonacci Sequence List. The list of first 20 terms in the Fibonacci Sequence is: 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181. … and so on.

What are the numbers of God Fibonacci? ›

In this sequence the numbers are: 1,1,2,3,5,8,13,21,34,55,89,144,233, ad infinitum. Each succeeding number is the sum of the two preceding numbers. Leonardo Fibonacci, alias Leonardo of Pisa, who was born around A.D. 1180, discovered this sequence. It is described in his famous book, Liber Abaci.

What is the golden Fibonacci sequence? ›

There is a special relationship between the Golden Ratio and Fibonacci Numbers (0, 1, 1, 2, 3, 5, 8, 13, 21, ... etc, each number is the sum of the two numbers before it). So, just like we naturally get seven arms when we use 0.142857 (1/7), we tend to get Fibonacci Numbers when we use the Golden Ratio.

What is the Fibonacci equation? ›

Fibonacci sequence, the sequence of numbers 1, 1, 2, 3, 5, 8, 13, 21, …, each of which, after the second, is the sum of the two previous numbers; that is, the nth Fibonacci number Fn = Fn 1 + Fn 2.

What is the general rule of Fibonacci? ›

The Fibonacci sequence is a set of integers (the Fibonacci numbers) that starts with a zero, followed by a one, then by another one, and then by a series of steadily increasing numbers. The sequence follows the rule that each number is equal to the sum of the preceding two numbers.

What is Fibonacci 20? ›

fib(20) = 6,765. fib(30) = 832,040. fib(40) = 102,334,155. fib(50) = 12,586,269,025.

How is the Fibonacci sequence used in real life? ›

For example, take the spirals of a sunflower or the arrangement of leaves around a stem. These are all governed by the Fibonacci sequence. This pattern allows for the most efficient packing of seeds in a sunflower or leaves around a stem, ensuring maximum exposure to sunlight and rain.

What is the 50th term of the Fibonacci sequence? ›

Answer and Explanation:

To find the 50th Fibonacci Number, we simply plug n = 50 into this formula and calculate using a calculator. We get that the 50th Fibonacci number is 12,586,269,025.

How to find the 100th term of the Fibonacci sequence? ›

The 100th term in a Fibonacci series is 354, 224, 848, 179, 261, 915, 075. Using the Fibonacci series formula, the 100th term can be given as the sum of the 98th and 99th terms.

What is the 1000th Fibonacci number? ›

The 1000th Fibonacci number is 43466557686937456435688527675040625802564660517371780402481729089536555417949051890403879840079255169295922593080322634775209689623239873322471161642996440906533187938298969649928516003704476137795166849228875 It took 4 milliseconds to compute it.

What are the first 10000 Fibonacci numbers? ›

{0, 1, 3, 8, 21, 55, 144, 377, 987, 2584, 6765, 17711, 46368, 121393, 317811, 832040, 2178309, 5702887, 14930352, 39088169, 102334155, 267914296, 701408733, 1836311903, ...} The even indexed Fibonacci numbers are related to ordered partitions.

Top Articles
Latest Posts
Article information

Author: Amb. Frankie Simonis

Last Updated:

Views: 5874

Rating: 4.6 / 5 (76 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Amb. Frankie Simonis

Birthday: 1998-02-19

Address: 64841 Delmar Isle, North Wiley, OR 74073

Phone: +17844167847676

Job: Forward IT Agent

Hobby: LARPing, Kitesurfing, Sewing, Digital arts, Sand art, Gardening, Dance

Introduction: My name is Amb. Frankie Simonis, I am a hilarious, enchanting, energetic, cooperative, innocent, cute, joyous person who loves writing and wants to share my knowledge and understanding with you.