Fibonacci Sequence

About Fibonacci (The Man)

His real name was Leonardo Pisano Bogollo. He lived in Italy between 1170 and 1250.

“Fibonacci” was his nickname, which roughly means “Son of Bonacci”.

Fibonacci was not the first to know about the sequence, it was known in India hundreds of years before!

As well as being famous for the Fibonacci Sequence, he helped spread Hindu-Arabic Numerals (like our present numbers 0,1,2,3,4,5,6,7,8,9) through Europe in place of Roman Numerals (I, II, III, IV, V, etc).

Definition of Fibonacci Sequence

The Fibonacci Sequence is the series of numbers:

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

The next number is found by adding up the 2 numbers before it.

NumberMultiplication of 2 Numbers Before
21 + 1
31 + 2
52 + 3
83 + 5
135 + 8
218 + 13
3213 + 21

The Rule of Fibonacci Sequence

Let’s write Fibonacci Sequence a Rule!

First, the terms are numbered from 0 onwards like this:

n0123456789
xn0112358132134

So term number 7 is called x7, which equals 13.

the 7th term is the 6th term plus the 5th term: x7 = x6 + x5

So we can write the rule:

xn = xn-1 + xn-2

where:

  • xn is term number “n”
  • xn-1 is the previous term (n-1)
  • xn-2 is the term before that (n-2)
Example

Find the term 10!

term 10 is calculated like this:

x10 = x10-1 + x10-2

x10 = x9 + x8

x10 = 34 + 21

x10 = 55

Fibonacci Sequence Terms Below Zero

The sequence works below zero too, like this:

n-4-3-2-101234
xn-32-1101123

In fact the sequence below zero has the same numbers as the sequence above zero, except they follow a +-+- … pattern. It can be written like this:

x−n = (−1)n+1 xn

Which says that term “-n” is equal to (−1)n+1 times term “n”, and the value (−1)n+1 neatly makes the correct 1,-1,1,-1,… pattern.

Interesting Pattern of Fibonacci Sequence

PatternElements
Every 3rd number is a multiple of x3 = 22, 8, 34, 144, 610, …
Every 4th number is a multiple of x4 = 33, 21, 144, …
Every 5th number is a multiple of x5 = 55, 55, 610, …
Every nth number is a multiple of xn 

Learn More

Arithmetic Sequences and Series Sums

Geometric Sequences and Sums

Cardinal and Ordinal Numbers Chart

Even and Odd Numbers

Numbers Index