You are on page 1of 11

FIBONACCI

SEQUENCE
FIBONACCI SEQUENCE

 Leonardo Pisano Bogollo live between 1170 and 1250 in


Italy. His nickname, “Fibonacci” roughly means “Son of
Bonacci”.
 The Fibonacci Sequence is an array of numbers that given
two terms, the next term is determined by adding the
given terms. Mathematically,

fn = f n-1 + f n-2
FIBONACCI SEQUENCE
0, 1, 1, 2, 3, 5, 8, 13, …
F0,F1,F2,F3,F4, …

F8 = F7 + F6
= 13 + 8
F8 = 21
FIBONACCI SEQUENCE

 F0 = 1, F1 = 3
fn = 1, 3, 4, 7, 11, 18, 29, …

 F0 = 2, F1 = 2
fn = 2, 2, 4, 6, 10, 16, 26, …
Try This !

 F0 = 1, F1 = 3
fn = 1, 3, 4, 7, 11, 18, 29..

 F0 = 2, F1 = 4
fn = 2, 4, 6, 10, 16, 26, 42..
FIBONACCI SEQUENCE

 nth terms of Fibonacci Sequence

What is the 13th term of Fibonacci sequence


0, 1, 1, 2, 3, 5, 8, 13, …?
21, 34, 55, 89, 144

Fn =
Fibonacci Formula
FIBONACCI FORMULA

Fn =

Where = 1.618034
n = number of terms
FIBONACCI FORMULA

Find the F21


Fn =
F21 =
F21 = 10946.00159….
F21 = 10,946
Find the F36
Fn =
F36 =
F36 = 14 930 355.7371…
F36 = 14 930 355
 Find the F-12
 Fn =
 F-12 =
 F-12 = -143.9999
 F-12 = -143
Try This!

Using Fibonacci Formula find the


F42.
267 914 374

You might also like