Fibonacci Sequence

The Fibonacci Sequence is a number series in which each number is obtained by adding its two preceding numbers. It starts with 0 and is followed by 1. The numbers in this sequence, known as the Fibonacci numbers, are denoted by Fn.

The first few numbers of the Fibonacci Sequence are as follows.

Formula

The above sequence can be written as a ‘Rule’, which is expressed with the following equation.

Using this equation, we can conclude that the sequence continues to infinity.

The following table lists each term and term value in the Fibonacci Sequence till the 10 th .

Term PositionFn Term Term Value / Fibonacci number
1 st F00
2 nd F11
3 rd F21
4 th F32
5 th F43
6 th F55
7 th F68
8 th F713
9 th F821
10 th F934

Patterns

The numbers in the sequence follow some interesting patterns:

Recursive Formula in Fibonacci Sequence

Since the Fibonacci sequence is formed by adding the previous two Fibonacci numbers, it is recursive in nature.

To calculate the 50 th term, we need the sum of the 48 th and 49 th terms.

Geometrically, the sequence forms a spiral pattern. It starts with a small square, followed by a larger one adjacent to the first square. It is followed by the sum of the two previous squares, where each square fits into the next one, showing a spiral pattern expanding up to infinity.

The following graph represents it.

The limits of the squares of all the consecutive Fibonacci numbers create the Fibonacci Spiral.

The Fibonacci Sequence has some important properties, which we will discuss below.

Fibonacci Sequence and Golden Ratio

Two successive Fibonacci numbers give the value $<\phi =\dfrac<1+\sqrt<5>>>$ or, 1.618…, which is known as the Golden Ratio, also known as phi (an irrational number).

For the given spiral, the Golden ratio follows the property:

It follows a constant angle close to the Golden Ratio and is commonly known as the Golden Spiral. In geometry, this ratio forms a Golden rectangle, a rectangle whose ratio of its length and breadth gives the Golden Ratio. It appears in many works of art and architecture.

Fibonacci Sequence and Binet’s Formula

Using the Golden Ratio, we can approximately calculate any Fibonacci numbers as

This is known as Binet’s Formula.

The Sum of the Fibonacci Sequence

The sum of the Fibonacci Sequence is obtained by:

where Fn is the nth Fibonacci number, and the sequence starts from F0.

The sum of the first 12 terms = (12+2) th term – 2 nd term

= 14 th term – 2 nd term

Finding Lucas Numbers from the Fibonacci Sequence

We get another number sequence from the Fibonacci Sequence that follows the same rule mathematically.

Here, the number sequence starting from 2 is formed by adding two preceding numbers, known as Lucas numbers.

The sequence is as follows:

2, 1, 3, 4, 7, ….

Number of terms (n)Lucas number$<\phi ^>$
021.0
111.6180…
232.6180…
344.2361…
476.8541…
51111.0902…
61817.9443…

Thus, the Lucas numbers are found to get closer to the powers of the Golden Ratio.

Fibonacci Sequence in Pascal’s Triangle

We can also derive the sequence in Pascal’s triangle from the Fibonacci Sequence. It is a number triangle that starts with 1 at the top, and each row has 1 at its two ends. Here, the middle numbers of each row are the sum of the two numbers above it.

Fibonacci Sequence in Real-Life

In Nature

We find the Fibonacci Sequence in various fields, from nature to the human body.

Others

Solved Examples

Find the sum of the first 15 Fibonacci numbers.

As we know,
The sum of the Fibonacci Sequence = $_F_ = F_ – F_>$
= $$, where Fn is the nth Fibonacci number, and the sequence starts from F0.
Thus, the sum of the first 15 Fibonacci numbers = (15+2) th term – 2 nd term
= 17 th term – 1
= 987 – 1
= 986

Find the 5 th Fibonacci number.

As we know,
The n th Fibonacci number is F(xn ) = F(xn-1) + F(xn-2), for n>2
Then the 5 th Fibonacci number is F(x5 ) = F(x5-1) + F(x5-2), for n=5
= F(x4) + F(x3)
= 2 + 1
= 3

Find the next number when F14 = 377.

Here,
F15 = F14 x Golden ratio
= 377 x 1.618034 (up to 4 decimals)
= 609.9988 (up to 4 decimals), which is approximately 610
Hence, F15 = 610

Calculate the value of F-6.