SlideShare a Scribd company logo
1 of 8
Download to read offline
Fibonacci Numbers
2014
Fibonacci Numbers
● The Fibonacci sequence is named after Fibonacci. His 1202 book Liber Abaci introduced the sequence to Western
European mathematics,[4]
although the sequence had been described earlier in Indian mathematics.[5][6][7]
By modern
convention, the sequence begins either with F0
= 0 or with F1
= 1. The Liber Abaci began the sequence with F1
= 1, without
an initial 0.
● Fibonacci numbers are closely related to Lucas numbers in that they are a complementary pair of Lucas sequences. They
are intimately connected with the golden ratio; for example, the closest rational approximations to the ratio are 2/1, 3/2, 5/3,
8/5, ... . Applications include computer algorithms such as the Fibonacci search technique and the Fibonacci heap data
structure, and graphs called Fibonacci cubes used for interconnecting parallel and distributed systems. They also appear in
biological settings,[8]
such as branching in trees, phyllotaxis (the arrangement of leaves on a stem), the fruit sprouts of a
pineapple,[9]
the flowering of artichoke, an uncurling fern and the arrangement of a pine cone.[10]
● The Fibonacci sequence appears in Indian mathematics, in connection with Sanskrit prosody.[6][11]
In the Sanskrit oral
tradition, there was much emphasis on how long (L) syllables mix with the short (S), and counting the different patterns of L
and S within a given fixed length results in the Fibonacci numbers; the number of patterns that are mshort syllables long is
the Fibonacci number Fm + 1
.[7]
http://en.wikipedia.org/wiki/Fibonacci_number
The number of binary strings of length n without consecutive 1s is the Fibonacci number
Fn+2
. For example, out of the 16 binary strings of length 4, there are F6
= 8 without
consecutive 1s – they are 0000, 0001, 0010, 0100, 0101, 1000, 1001 and 1010. By
symmetry, the number of strings of length n without consecutive 0s is also Fn+2
.
Equivalently, Fn+2
is the number of subsets S ⊂ {1,...,n} without consecutive integers: {i,
i+1} ⊄ S for every i. The symmetric statement is: Fn+2
is the number of subsets S ⊂
{1,...,n} without two consecutive skipped integers: that is, S = {a1
< ... < ak
} with ai+1
≤ ai
+ 2.
Fibonacci Numbers
The Fibonacci numbers occur in the sums of
"shallow" diagonals in Pascal's triangle (see
Binomial coefficient).[18]
These numbers also give the solution to
certain enumerative problems.[19]
The most
common such problem is that of counting the
number of compositions of 1s and 2s that
sum to a given total n: there are Fn+1
ways to
do this. For example F6
= 8 counts the eight
compositions:
1+1+1+1+1 = 1+1+1+2 = 1+1+2+1 =
1+2+1+1 = 2+1+1+1 = 2+2+1 = 2+1+2 =
1+2+2, all of which sum to 6−1 = 5.
The Fibonacci numbers can be found in
different ways among the set of binary
strings, or equivalently, among the subsets of
a given set. http://en.wikipedia.org/wiki/Fibonacci_number
Closed-form expression
Like every sequence defined by a linear recurrence with constant coefficients, the
Fibonacci numbers have a closed-form solution. It has become known as Binet's
formula, even though it was already known by Abraham de Moivre:[20]
Matrix form[edit]
A 2-dimensional system of linear difference
equations that describes the Fibonacci
sequence is
The eigenvalues of the matrix A are and ,
for the respective eigenvectors and .
Since , and the above closed-form
expression for the nth element in the
Fibonacci series as an analytic function of n
is now read off directly, The matrix has a
determinant of −1, and thus it is a 2×2
unimodular matrix.
This property can be understood in terms of
the continued fraction representation for the
golden ratio:
The Golden Ratio
http://en.wikipedia.org/wiki/Fibonacci_number
Fibonacci Examples
● The Fibonacci numbers are also an example of a complete sequence. This means that every positive integer can be
written as a sum of Fibonacci numbers, where any one number is used once at most.
● Moreover, every positive integer can be written in a unique way as the sum of one or more distinct Fibonacci numbers in
such a way that the sum does not include any two consecutive Fibonacci numbers. This is known as Zeckendorf's
theorem, and a sum of Fibonacci numbers that satisfies these conditions is called a Zeckendorf representation. The
Zeckendorf representation of a number can be used to derive its Fibonacci coding.
● Fibonacci numbers are used by some pseudorandom number generators.
● Fibonacci numbers are used in a polyphase version of the merge sort algorithm in which an unsorted list is divided into two
lists whose lengths correspond to sequential Fibonacci numbers – by dividing the list so that the two parts have lengths in
the approximate proportion φ. A tape-drive implementation of the polyphase merge sort was described in The Art of
Computer Programming.
● Fibonacci numbers arise in the analysis of the Fibonacci heap data structure.
● Fibonacci sequences appear in biological settings,[8]
in two consecutive Fibonacci numbers, such as branching in trees,
arrangement of leaves on a stem, the fruitlets of a pineapple,[9]
the flowering of artichoke, an uncurling fern and the
arrangement of apine cone,[10]
and the family tree of honeybees.[52]
http://en.wikipedia.org/wiki/Fibonacci_number
Fibonacci in Music
● Ernő Lendvaï analyzes Béla Bartók's works as being based on two opposing systems, that of the golden ratio and
theacoustic scale.[11]
In the third movement of Bartok's Music for Strings, Percussion and Celesta, the opening
xylophone passage uses Fibonacci rhythm as such: 1:1:2:3:5:8:5:3:2:1:1.[12]
● The Fibonacci numbers are also apparent in the organisation of the sections in the music of Debussy's Image,
Reflections in Water, in which the sequence of keys is marked out by the intervals 34, 21, 13 and 8.[12]
● Polish composer Krzysztof Meyer structured the values in his Trio for clarinet, cello and piano according to the
Fibonacci sequence.[13]
● Fibonacci's name was adopted by a Los Angeles-based art rock group The Fibonaccis, that recorded from 1981 to
1987.
● American musician BT also recorded a song titled "Fibonacci Sequence". The narrator in the song goes through all the
numbers of the sequence from 1 to 21 (0 is not mentioned). The track appeared on a limited edition version of his 1999
album Movement in Still Life, and is also featured on the second disc of the Global Underground 013: Ibiza compilation
mixed by Sasha.[14]
● Voiceover and recording artist Ken Nordine described Fibonacci numbers in a word jazz piece called "Fibonacci
Numbers" on his album A Transparent Mask.[15]
● American musician Doctor Steel has a song titled "Fibonacci Sequence" on his album People of Earth.[16]
● Australian electronic group Angelspit uses the Fibonnaci in the song "Vermin." The lyrics start with, "1, 2 3 5 8, Who do
we decapitate?" and continues through a few more iterations of the sequence.
http://en.wikipedia.org/wiki/Fibonacci_numbers_in_popular_culture#Music
Fibonacci References
● Huylebrouck, Dirk; Gyllenberg, Mats; Sigmund, Karl (2000). "The Fibonacci Chimney". The Mathematical Intelligencer 22 (4): 46.doi:10.1007/BF03026769.
ISSN 0343-6993. Retrieved 2009-06-23.
● Smith, Peter (2007). Sustainability at the Cutting Edge, Second Edition: Emerging Technologies for low energy buildings(date=December 2007). Elsevier. p.
151. ISBN 0-7506-8300-7.
● The Engineer, "Eden Project gets into flower power".
● Munroe, Randall. "Alone". xkcd. Retrieved 2011-04-14.
● The Educational Forum, 55, 3 (Spring 1991), 243-259 http://whizkidz.org/design/DevelopmentDesign.pdf)
● Journal of Moral Education, 21, 1 (Winter, 1992), 29-40 http://whizkidz.org/design/MoralDevelopment.pdf
● Di Carlo, Christopher (2001). "Interview with Maynard James Keenan". Retrieved 2007-05-22.
● An exposition of how the fibonacci sequence appears in Lateralus set to pictures from the Hubble telescope:http://youtube.com/watch?v=wS7CZIJVxFY
● Norris, Chris (2001). "Hammer Of The Gods". Retrieved 2007-04-25.
● Maconie, Robin (2005). Other Planets, 26 & 28. ISBN 0-8108-5356-6. Citing Lendvai (1972). "Einführung in die Formen- und Harmonienwelt Bartóks"
(1953), Béla Bartók: Weg und Werk, p.105-49. Bence Szabolcsi, ed.
● *Lendvaï, Ernő (1971). Béla Bartók: An Analysis of his Music. introd. by Alan Bush. London: Kahn & Averill. ISBN 0-900707-04-6.OCLC 240301.
● ^ Jump up to:a b
Smith, Peter F. The Dynamics of Delight: Architecture and Aesthetics (New York: Routledge, 2003) p. 83, ISBN 0-415-30010-X
● Weselmann, Thomas (2003) Musica incrostata. Poznan
● BT - Fibonacci Sequence on YouTube
● Fibonacci Numbers: Ken Nordine at Amazon.com.
● People of Earth track list
● "Obituary: Mario Merz". The Guardian (London). 2003-11-13. Retrieved 2008-09-14.
● "Fibonacci Accessories: Scarf". Retrieved 2007-12-31.
● Ingmar Lehman: „Fibonacci-numbers in visual arts and literature" (German)(last called on November 7, 2009)
● 2009: Martina Schettina:Mathemagische Bilder - Bilder und Texte. Vernissage Verlag Brod Media, Wien 2009, ISBN 978-3-200-01743-6 (German)
● About the exhibition, interview on Radio Ö1(recalled at February 28, 2010)
http://en.wikipedia.org/wiki/Fibonacci_number
Fibonacci References
● Ball, Keith M (2003), "8: Fibonacci's Rabbits Revisited", Strange Curves, Counting Rabbits, and Other Mathematical Explorations,
Princeton, NJ: Princeton University Press, ISBN 0-691-11321-1.
● Beck, Matthias; Geoghegan, Ross (2010), The Art of Proof: Basic Training for Deeper Mathematics, New York: Springer.
● Bóna, Miklós (2011), A Walk Through Combinatorics (3rd ed.), New Jersey: World Scientific.
● Lemmermeyer, Franz (2000), Reciprocity Laws, New York: Springer, ISBN 3-540-66957-4.
● Lucas, Édouard (1891), Théorie des nombres (in French) 1, Gauthier-Villars.
● Pisano, Leonardo (2002), Fibonacci's Liber Abaci: A Translation into Modern English of the Book of Calculation, Sources and Studies
in the History of Mathematics and Physical Sciences, Sigler, Laurence E, trans, Springer, ISBN 0-387-95419-8
http://en.wikipedia.org/wiki/Fibonacci_number

More Related Content

What's hot

Fibonacci sequence
Fibonacci sequenceFibonacci sequence
Fibonacci sequenceAnushkaSahu
 
The fibonacci sequence and the golden ratio #Scichallenge2017
The fibonacci sequence and the golden ratio #Scichallenge2017The fibonacci sequence and the golden ratio #Scichallenge2017
The fibonacci sequence and the golden ratio #Scichallenge2017Miléna Szabó
 
Fibonacci Numbers.pptx
Fibonacci Numbers.pptxFibonacci Numbers.pptx
Fibonacci Numbers.pptxNithishwaran
 
Fibonacci and golden ratio
Fibonacci and golden ratioFibonacci and golden ratio
Fibonacci and golden ratioAditya Garg
 
Functions and its Applications in Mathematics
Functions and its Applications in MathematicsFunctions and its Applications in Mathematics
Functions and its Applications in MathematicsAmit Amola
 
Pascal's triangle
Pascal's triangle Pascal's triangle
Pascal's triangle arnav1230
 
Introduction to sequences and series
Introduction to sequences and seriesIntroduction to sequences and series
Introduction to sequences and seriesMaxTorresdey
 
trigonometry and applications
 trigonometry and applications  trigonometry and applications
trigonometry and applications Sanchit Nagpal
 
Sequences and series
Sequences and seriesSequences and series
Sequences and seriesLeo Crisologo
 
Fibonacci gold number
Fibonacci gold numberFibonacci gold number
Fibonacci gold numberperaldo
 
Interesting Maths facts
Interesting Maths factsInteresting Maths facts
Interesting Maths factsEdnexa
 
Fibonacci sequence
Fibonacci sequenceFibonacci sequence
Fibonacci sequencelmrio
 
Linear Algebra Applications
Linear Algebra ApplicationsLinear Algebra Applications
Linear Algebra ApplicationsRamesh Shashank
 
natural numbers ppt for class 9 th
natural numbers ppt for class 9 thnatural numbers ppt for class 9 th
natural numbers ppt for class 9 thakhilprasadkerla
 

What's hot (20)

Fibonacci sequence
Fibonacci sequenceFibonacci sequence
Fibonacci sequence
 
The fibonacci sequence and the golden ratio #Scichallenge2017
The fibonacci sequence and the golden ratio #Scichallenge2017The fibonacci sequence and the golden ratio #Scichallenge2017
The fibonacci sequence and the golden ratio #Scichallenge2017
 
Fibonacci Numbers.pptx
Fibonacci Numbers.pptxFibonacci Numbers.pptx
Fibonacci Numbers.pptx
 
Fibonacci and golden ratio
Fibonacci and golden ratioFibonacci and golden ratio
Fibonacci and golden ratio
 
Fibonacci sequence
Fibonacci sequenceFibonacci sequence
Fibonacci sequence
 
Pascal Triangle
Pascal TrianglePascal Triangle
Pascal Triangle
 
Functions and its Applications in Mathematics
Functions and its Applications in MathematicsFunctions and its Applications in Mathematics
Functions and its Applications in Mathematics
 
Pascal's triangle
Pascal's triangle Pascal's triangle
Pascal's triangle
 
Introduction to sequences and series
Introduction to sequences and seriesIntroduction to sequences and series
Introduction to sequences and series
 
trigonometry and applications
 trigonometry and applications  trigonometry and applications
trigonometry and applications
 
Sequences and series
Sequences and seriesSequences and series
Sequences and series
 
Fibonacci gold number
Fibonacci gold numberFibonacci gold number
Fibonacci gold number
 
Fibonacci Series
Fibonacci SeriesFibonacci Series
Fibonacci Series
 
Interesting Maths facts
Interesting Maths factsInteresting Maths facts
Interesting Maths facts
 
Chapter 1 sequences and series
Chapter 1 sequences and seriesChapter 1 sequences and series
Chapter 1 sequences and series
 
Fibonacci sequence
Fibonacci sequenceFibonacci sequence
Fibonacci sequence
 
medieval European mathematics
medieval European mathematicsmedieval European mathematics
medieval European mathematics
 
Math grade 7 learner's module
Math grade 7 learner's moduleMath grade 7 learner's module
Math grade 7 learner's module
 
Linear Algebra Applications
Linear Algebra ApplicationsLinear Algebra Applications
Linear Algebra Applications
 
natural numbers ppt for class 9 th
natural numbers ppt for class 9 thnatural numbers ppt for class 9 th
natural numbers ppt for class 9 th
 

Viewers also liked

Fibonacci numbers And Lucas numbers
Fibonacci numbers And  Lucas numbersFibonacci numbers And  Lucas numbers
Fibonacci numbers And Lucas numbersShashank Singh
 
Bca ii dfs u-4 sorting and searching structure
Bca ii dfs u-4 sorting and searching structureBca ii dfs u-4 sorting and searching structure
Bca ii dfs u-4 sorting and searching structureRai University
 
Topic11 sortingandsearching
Topic11 sortingandsearchingTopic11 sortingandsearching
Topic11 sortingandsearchingGopi Saiteja
 
7. Tree - Data Structures using C++ by Varsha Patil
7. Tree - Data Structures using C++ by Varsha Patil7. Tree - Data Structures using C++ by Varsha Patil
7. Tree - Data Structures using C++ by Varsha Patilwidespreadpromotion
 
Arrays searching-sorting
Arrays searching-sortingArrays searching-sorting
Arrays searching-sortingAjharul Abedeen
 
Data Structures - Searching & sorting
Data Structures - Searching & sortingData Structures - Searching & sorting
Data Structures - Searching & sortingKaushal Shah
 
Data structure and its types
Data structure and its typesData structure and its types
Data structure and its typesNavtar Sidhu Brar
 
Chapter 11 - Sorting and Searching
Chapter 11 - Sorting and SearchingChapter 11 - Sorting and Searching
Chapter 11 - Sorting and SearchingEduardo Bergavera
 
9. Searching & Sorting - Data Structures using C++ by Varsha Patil
9. Searching & Sorting - Data Structures using C++ by Varsha Patil9. Searching & Sorting - Data Structures using C++ by Varsha Patil
9. Searching & Sorting - Data Structures using C++ by Varsha Patilwidespreadpromotion
 
Database structure Structures Link list and trees and Recurison complete
Database structure Structures Link list and trees and Recurison complete  Database structure Structures Link list and trees and Recurison complete
Database structure Structures Link list and trees and Recurison complete Adnan abid
 
Introduction to data structures and Algorithm
Introduction to data structures and AlgorithmIntroduction to data structures and Algorithm
Introduction to data structures and AlgorithmDhaval Kaneria
 
DATA STRUCTURES
DATA STRUCTURESDATA STRUCTURES
DATA STRUCTURESbca2010
 

Viewers also liked (20)

Fibonaci
FibonaciFibonaci
Fibonaci
 
Fibonacci numbers And Lucas numbers
Fibonacci numbers And  Lucas numbersFibonacci numbers And  Lucas numbers
Fibonacci numbers And Lucas numbers
 
Bca ii dfs u-4 sorting and searching structure
Bca ii dfs u-4 sorting and searching structureBca ii dfs u-4 sorting and searching structure
Bca ii dfs u-4 sorting and searching structure
 
Topic11 sortingandsearching
Topic11 sortingandsearchingTopic11 sortingandsearching
Topic11 sortingandsearching
 
Searching and Sorting
Searching and SortingSearching and Sorting
Searching and Sorting
 
Database Validation
Database ValidationDatabase Validation
Database Validation
 
Merge sort and quick sort
Merge sort and quick sortMerge sort and quick sort
Merge sort and quick sort
 
7. Tree - Data Structures using C++ by Varsha Patil
7. Tree - Data Structures using C++ by Varsha Patil7. Tree - Data Structures using C++ by Varsha Patil
7. Tree - Data Structures using C++ by Varsha Patil
 
Arrays searching-sorting
Arrays searching-sortingArrays searching-sorting
Arrays searching-sorting
 
Fibonacci Sequence
Fibonacci SequenceFibonacci Sequence
Fibonacci Sequence
 
Algorithms
AlgorithmsAlgorithms
Algorithms
 
Data Structures - Searching & sorting
Data Structures - Searching & sortingData Structures - Searching & sorting
Data Structures - Searching & sorting
 
Data structure and its types
Data structure and its typesData structure and its types
Data structure and its types
 
Chapter 11 - Sorting and Searching
Chapter 11 - Sorting and SearchingChapter 11 - Sorting and Searching
Chapter 11 - Sorting and Searching
 
9. Searching & Sorting - Data Structures using C++ by Varsha Patil
9. Searching & Sorting - Data Structures using C++ by Varsha Patil9. Searching & Sorting - Data Structures using C++ by Varsha Patil
9. Searching & Sorting - Data Structures using C++ by Varsha Patil
 
Database structure Structures Link list and trees and Recurison complete
Database structure Structures Link list and trees and Recurison complete  Database structure Structures Link list and trees and Recurison complete
Database structure Structures Link list and trees and Recurison complete
 
Introduction to data structures and Algorithm
Introduction to data structures and AlgorithmIntroduction to data structures and Algorithm
Introduction to data structures and Algorithm
 
Data structures
Data structuresData structures
Data structures
 
Data Structure
Data StructureData Structure
Data Structure
 
DATA STRUCTURES
DATA STRUCTURESDATA STRUCTURES
DATA STRUCTURES
 

Similar to Fibonacci Numbers (abridged)

Fibonacci Numbers
Fibonacci NumbersFibonacci Numbers
Fibonacci NumbersEra Kraja
 
Maths in Art and Architecture Why Maths? Comenius project
Maths in Art and Architecture Why Maths? Comenius projectMaths in Art and Architecture Why Maths? Comenius project
Maths in Art and Architecture Why Maths? Comenius projectGosia Garkowska
 
Harmonic and Other Sequences
Harmonic and Other SequencesHarmonic and Other Sequences
Harmonic and Other Sequencesstephendy999
 
Generalization of Fibonacci Numbers with Binomial Coefficients and Figurate N...
Generalization of Fibonacci Numbers with Binomial Coefficients and Figurate N...Generalization of Fibonacci Numbers with Binomial Coefficients and Figurate N...
Generalization of Fibonacci Numbers with Binomial Coefficients and Figurate N...ijtsrd
 
Correlation of Fibonacci Sequence and Golden Ratio With its Applications in E...
Correlation of Fibonacci Sequence and Golden Ratio With its Applications in E...Correlation of Fibonacci Sequence and Golden Ratio With its Applications in E...
Correlation of Fibonacci Sequence and Golden Ratio With its Applications in E...Dr. Amarjeet Singh
 
Is-there-a-Spiritual-Significance-to-the-number-Phi
Is-there-a-Spiritual-Significance-to-the-number-PhiIs-there-a-Spiritual-Significance-to-the-number-Phi
Is-there-a-Spiritual-Significance-to-the-number-PhiRob Graham
 
Early European Mathematics
Early European MathematicsEarly European Mathematics
Early European MathematicsDivineTamayo
 
Leonardo pisano fibonacci
Leonardo pisano fibonacciLeonardo pisano fibonacci
Leonardo pisano fibonacciStuart Tilley
 
Lesson leu alex numbers_highschool_lvl
Lesson leu alex numbers_highschool_lvlLesson leu alex numbers_highschool_lvl
Lesson leu alex numbers_highschool_lvlFrancisco Perez
 
Fibonacci gold-number
Fibonacci gold-numberFibonacci gold-number
Fibonacci gold-numberRayn HOWAYEK
 
Computers in education final
Computers in education finalComputers in education final
Computers in education finalpaserchn
 
Maths in Everyday Life
Maths in Everyday LifeMaths in Everyday Life
Maths in Everyday LifeRachit Bhalla
 
The Golden Ratio
The Golden RatioThe Golden Ratio
The Golden RatioRuhull
 
Fibonacci numbers and golden ratio
Fibonacci numbers and golden ratioFibonacci numbers and golden ratio
Fibonacci numbers and golden ratioAyeshaGul25
 
Number Triangles (Triangular Arrays of Numbers): Pascal's Triangle, Others, a...
Number Triangles (Triangular Arrays of Numbers): Pascal's Triangle, Others, a...Number Triangles (Triangular Arrays of Numbers): Pascal's Triangle, Others, a...
Number Triangles (Triangular Arrays of Numbers): Pascal's Triangle, Others, a...Jonipol Fortaliza
 

Similar to Fibonacci Numbers (abridged) (20)

Fibonacci Numbers
Fibonacci NumbersFibonacci Numbers
Fibonacci Numbers
 
Maths in Art and Architecture Why Maths? Comenius project
Maths in Art and Architecture Why Maths? Comenius projectMaths in Art and Architecture Why Maths? Comenius project
Maths in Art and Architecture Why Maths? Comenius project
 
Harmonic and Other Sequences
Harmonic and Other SequencesHarmonic and Other Sequences
Harmonic and Other Sequences
 
Fibonacci en
Fibonacci en Fibonacci en
Fibonacci en
 
Generalization of Fibonacci Numbers with Binomial Coefficients and Figurate N...
Generalization of Fibonacci Numbers with Binomial Coefficients and Figurate N...Generalization of Fibonacci Numbers with Binomial Coefficients and Figurate N...
Generalization of Fibonacci Numbers with Binomial Coefficients and Figurate N...
 
Danny Carey Essay
Danny Carey EssayDanny Carey Essay
Danny Carey Essay
 
Correlation of Fibonacci Sequence and Golden Ratio With its Applications in E...
Correlation of Fibonacci Sequence and Golden Ratio With its Applications in E...Correlation of Fibonacci Sequence and Golden Ratio With its Applications in E...
Correlation of Fibonacci Sequence and Golden Ratio With its Applications in E...
 
Lesson 7 fibonacci numbers
Lesson 7   fibonacci numbersLesson 7   fibonacci numbers
Lesson 7 fibonacci numbers
 
Lesson 7 fibonacci numbers
Lesson 7   fibonacci numbersLesson 7   fibonacci numbers
Lesson 7 fibonacci numbers
 
Is-there-a-Spiritual-Significance-to-the-number-Phi
Is-there-a-Spiritual-Significance-to-the-number-PhiIs-there-a-Spiritual-Significance-to-the-number-Phi
Is-there-a-Spiritual-Significance-to-the-number-Phi
 
Early European Mathematics
Early European MathematicsEarly European Mathematics
Early European Mathematics
 
Leonardo pisano fibonacci
Leonardo pisano fibonacciLeonardo pisano fibonacci
Leonardo pisano fibonacci
 
Numbers and arts HS RO1
Numbers and arts HS RO1Numbers and arts HS RO1
Numbers and arts HS RO1
 
Lesson leu alex numbers_highschool_lvl
Lesson leu alex numbers_highschool_lvlLesson leu alex numbers_highschool_lvl
Lesson leu alex numbers_highschool_lvl
 
Fibonacci gold-number
Fibonacci gold-numberFibonacci gold-number
Fibonacci gold-number
 
Computers in education final
Computers in education finalComputers in education final
Computers in education final
 
Maths in Everyday Life
Maths in Everyday LifeMaths in Everyday Life
Maths in Everyday Life
 
The Golden Ratio
The Golden RatioThe Golden Ratio
The Golden Ratio
 
Fibonacci numbers and golden ratio
Fibonacci numbers and golden ratioFibonacci numbers and golden ratio
Fibonacci numbers and golden ratio
 
Number Triangles (Triangular Arrays of Numbers): Pascal's Triangle, Others, a...
Number Triangles (Triangular Arrays of Numbers): Pascal's Triangle, Others, a...Number Triangles (Triangular Arrays of Numbers): Pascal's Triangle, Others, a...
Number Triangles (Triangular Arrays of Numbers): Pascal's Triangle, Others, a...
 

More from David R. Iannone Jr.

JAMO Wordart - Doomsday (prod. by DJ Journey)
JAMO Wordart - Doomsday (prod. by DJ Journey)JAMO Wordart - Doomsday (prod. by DJ Journey)
JAMO Wordart - Doomsday (prod. by DJ Journey)David R. Iannone Jr.
 
Hassy - Round Trip (prod. by DJ Journey)
Hassy - Round Trip (prod. by DJ Journey)Hassy - Round Trip (prod. by DJ Journey)
Hassy - Round Trip (prod. by DJ Journey)David R. Iannone Jr.
 
S.C.R.D. - The D (feat. Sweet Chuck) [prod. by DJ Journey]
S.C.R.D. - The D (feat. Sweet Chuck) [prod. by DJ Journey]S.C.R.D. - The D (feat. Sweet Chuck) [prod. by DJ Journey]
S.C.R.D. - The D (feat. Sweet Chuck) [prod. by DJ Journey]David R. Iannone Jr.
 
Klick - Summertime (Ft. Nick Hews, Derik Lavers) [Prod. by DJ Journey]
Klick - Summertime (Ft. Nick Hews, Derik Lavers) [Prod. by DJ Journey]Klick - Summertime (Ft. Nick Hews, Derik Lavers) [Prod. by DJ Journey]
Klick - Summertime (Ft. Nick Hews, Derik Lavers) [Prod. by DJ Journey]David R. Iannone Jr.
 
Kris Payne - Hush (Prod. by DJ Journey)
Kris Payne - Hush (Prod. by DJ Journey)Kris Payne - Hush (Prod. by DJ Journey)
Kris Payne - Hush (Prod. by DJ Journey)David R. Iannone Jr.
 
S.C.R.D. 2018 (Electronic Press Kit)
S.C.R.D. 2018 (Electronic Press Kit)S.C.R.D. 2018 (Electronic Press Kit)
S.C.R.D. 2018 (Electronic Press Kit)David R. Iannone Jr.
 
S.C.R.D. - Saturday Right (FT. Sweet Chuck, A$ton Dollar$) [Prod. by DJ Journey]
S.C.R.D. - Saturday Right (FT. Sweet Chuck, A$ton Dollar$) [Prod. by DJ Journey]S.C.R.D. - Saturday Right (FT. Sweet Chuck, A$ton Dollar$) [Prod. by DJ Journey]
S.C.R.D. - Saturday Right (FT. Sweet Chuck, A$ton Dollar$) [Prod. by DJ Journey]David R. Iannone Jr.
 
Trip Digital Inc. 2018 Business Overview
Trip Digital Inc. 2018 Business OverviewTrip Digital Inc. 2018 Business Overview
Trip Digital Inc. 2018 Business OverviewDavid R. Iannone Jr.
 
2017 Northside Innovation / Music Conference - Recap Notes
2017 Northside Innovation / Music Conference - Recap Notes2017 Northside Innovation / Music Conference - Recap Notes
2017 Northside Innovation / Music Conference - Recap NotesDavid R. Iannone Jr.
 
S.C.R.D. Downtown (Feat. Marissa Licata, Eddie Eyeball, EMCity & Dj Journey)
S.C.R.D. Downtown (Feat. Marissa Licata, Eddie Eyeball, EMCity & Dj Journey)S.C.R.D. Downtown (Feat. Marissa Licata, Eddie Eyeball, EMCity & Dj Journey)
S.C.R.D. Downtown (Feat. Marissa Licata, Eddie Eyeball, EMCity & Dj Journey)David R. Iannone Jr.
 
S.C.R.D. - Phone Sext (Single Release) 12.08.15
S.C.R.D. - Phone Sext (Single Release) 12.08.15 S.C.R.D. - Phone Sext (Single Release) 12.08.15
S.C.R.D. - Phone Sext (Single Release) 12.08.15 David R. Iannone Jr.
 
S.C.R.D. Someday (Feat. Marissa Licata, James Genus, Anna Awe & Dj Journey)
S.C.R.D. Someday (Feat. Marissa Licata, James Genus, Anna Awe & Dj Journey)S.C.R.D. Someday (Feat. Marissa Licata, James Genus, Anna Awe & Dj Journey)
S.C.R.D. Someday (Feat. Marissa Licata, James Genus, Anna Awe & Dj Journey)David R. Iannone Jr.
 
New Music Debut Release of “Someday” - S.C.R.D.
New Music Debut Release of “Someday” - S.C.R.D.New Music Debut Release of “Someday” - S.C.R.D.
New Music Debut Release of “Someday” - S.C.R.D.David R. Iannone Jr.
 
S.C.R.D. Debut Single "Someday" Live Performance
S.C.R.D. Debut Single "Someday" Live PerformanceS.C.R.D. Debut Single "Someday" Live Performance
S.C.R.D. Debut Single "Someday" Live PerformanceDavid R. Iannone Jr.
 

More from David R. Iannone Jr. (20)

JAMO Wordart - Doomsday (prod. by DJ Journey)
JAMO Wordart - Doomsday (prod. by DJ Journey)JAMO Wordart - Doomsday (prod. by DJ Journey)
JAMO Wordart - Doomsday (prod. by DJ Journey)
 
Hassy - Round Trip (prod. by DJ Journey)
Hassy - Round Trip (prod. by DJ Journey)Hassy - Round Trip (prod. by DJ Journey)
Hassy - Round Trip (prod. by DJ Journey)
 
S.C.R.D. - The D (feat. Sweet Chuck) [prod. by DJ Journey]
S.C.R.D. - The D (feat. Sweet Chuck) [prod. by DJ Journey]S.C.R.D. - The D (feat. Sweet Chuck) [prod. by DJ Journey]
S.C.R.D. - The D (feat. Sweet Chuck) [prod. by DJ Journey]
 
Klick - Summertime (Ft. Nick Hews, Derik Lavers) [Prod. by DJ Journey]
Klick - Summertime (Ft. Nick Hews, Derik Lavers) [Prod. by DJ Journey]Klick - Summertime (Ft. Nick Hews, Derik Lavers) [Prod. by DJ Journey]
Klick - Summertime (Ft. Nick Hews, Derik Lavers) [Prod. by DJ Journey]
 
Kris Payne - Hush (Prod. by DJ Journey)
Kris Payne - Hush (Prod. by DJ Journey)Kris Payne - Hush (Prod. by DJ Journey)
Kris Payne - Hush (Prod. by DJ Journey)
 
S.C.R.D. 2018 (Electronic Press Kit)
S.C.R.D. 2018 (Electronic Press Kit)S.C.R.D. 2018 (Electronic Press Kit)
S.C.R.D. 2018 (Electronic Press Kit)
 
S.C.R.D. - Saturday Right (FT. Sweet Chuck, A$ton Dollar$) [Prod. by DJ Journey]
S.C.R.D. - Saturday Right (FT. Sweet Chuck, A$ton Dollar$) [Prod. by DJ Journey]S.C.R.D. - Saturday Right (FT. Sweet Chuck, A$ton Dollar$) [Prod. by DJ Journey]
S.C.R.D. - Saturday Right (FT. Sweet Chuck, A$ton Dollar$) [Prod. by DJ Journey]
 
Trip Digital Inc. 2018 Business Overview
Trip Digital Inc. 2018 Business OverviewTrip Digital Inc. 2018 Business Overview
Trip Digital Inc. 2018 Business Overview
 
2017 Northside Innovation / Music Conference - Recap Notes
2017 Northside Innovation / Music Conference - Recap Notes2017 Northside Innovation / Music Conference - Recap Notes
2017 Northside Innovation / Music Conference - Recap Notes
 
Trip Digital Live
Trip Digital LiveTrip Digital Live
Trip Digital Live
 
Trip Digital Radio
Trip Digital RadioTrip Digital Radio
Trip Digital Radio
 
Social Pitch Example
Social Pitch ExampleSocial Pitch Example
Social Pitch Example
 
Sponsorship Deck Example
Sponsorship Deck ExampleSponsorship Deck Example
Sponsorship Deck Example
 
S.C.R.D. EPK WINTER 2016
S.C.R.D. EPK WINTER 2016 S.C.R.D. EPK WINTER 2016
S.C.R.D. EPK WINTER 2016
 
S.C.R.D. Downtown (Feat. Marissa Licata, Eddie Eyeball, EMCity & Dj Journey)
S.C.R.D. Downtown (Feat. Marissa Licata, Eddie Eyeball, EMCity & Dj Journey)S.C.R.D. Downtown (Feat. Marissa Licata, Eddie Eyeball, EMCity & Dj Journey)
S.C.R.D. Downtown (Feat. Marissa Licata, Eddie Eyeball, EMCity & Dj Journey)
 
S.C.R.D. - Phone Sext (Single Release) 12.08.15
S.C.R.D. - Phone Sext (Single Release) 12.08.15 S.C.R.D. - Phone Sext (Single Release) 12.08.15
S.C.R.D. - Phone Sext (Single Release) 12.08.15
 
S.C.R.D. Someday (Feat. Marissa Licata, James Genus, Anna Awe & Dj Journey)
S.C.R.D. Someday (Feat. Marissa Licata, James Genus, Anna Awe & Dj Journey)S.C.R.D. Someday (Feat. Marissa Licata, James Genus, Anna Awe & Dj Journey)
S.C.R.D. Someday (Feat. Marissa Licata, James Genus, Anna Awe & Dj Journey)
 
S.C.R.D. EPK 2015
S.C.R.D. EPK 2015S.C.R.D. EPK 2015
S.C.R.D. EPK 2015
 
New Music Debut Release of “Someday” - S.C.R.D.
New Music Debut Release of “Someday” - S.C.R.D.New Music Debut Release of “Someday” - S.C.R.D.
New Music Debut Release of “Someday” - S.C.R.D.
 
S.C.R.D. Debut Single "Someday" Live Performance
S.C.R.D. Debut Single "Someday" Live PerformanceS.C.R.D. Debut Single "Someday" Live Performance
S.C.R.D. Debut Single "Someday" Live Performance
 

Recently uploaded

VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130Suhani Kapoor
 
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵anilsa9823
 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Delhi Call girls
 
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Servicejennyeacort
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricksabhishekparmar618
 
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 night
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 nightCheap Rate Call girls Kalkaji 9205541914 shot 1500 night
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 nightDelhi Call girls
 
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130  Available With RoomVIP Kolkata Call Girl Gariahat 👉 8250192130  Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Roomdivyansh0kumar0
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...home
 
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Delhi Call girls
 
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Douxkojalkojal131
 
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...Amil baba
 
A level Digipak development Presentation
A level Digipak development PresentationA level Digipak development Presentation
A level Digipak development Presentationamedia6
 
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130Suhani Kapoor
 
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceCALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceanilsa9823
 
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...Amil baba
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryWilliamVickery6
 
Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Narsimha murthy
 
MASONRY -Building Technology and Construction
MASONRY -Building Technology and ConstructionMASONRY -Building Technology and Construction
MASONRY -Building Technology and Constructionmbermudez3
 

Recently uploaded (20)

VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
VIP Call Girls Service Mehdipatnam Hyderabad Call +91-8250192130
 
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
young call girls in Vivek Vihar🔝 9953056974 🔝 Delhi escort Service
 
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service  🧵
CALL ON ➥8923113531 🔝Call Girls Kalyanpur Lucknow best Female service 🧵
 
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
Best VIP Call Girls Noida Sector 47 Call Me: 8448380779
 
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts ServiceCall Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
Call Girls In Safdarjung Enclave 24/7✡️9711147426✡️ Escorts Service
 
Cosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable BricksCosumer Willingness to Pay for Sustainable Bricks
Cosumer Willingness to Pay for Sustainable Bricks
 
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 night
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 nightCheap Rate Call girls Kalkaji 9205541914 shot 1500 night
Cheap Rate Call girls Kalkaji 9205541914 shot 1500 night
 
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130  Available With RoomVIP Kolkata Call Girl Gariahat 👉 8250192130  Available With Room
VIP Kolkata Call Girl Gariahat 👉 8250192130 Available With Room
 
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
Recommendable # 971589162217 # philippine Young Call Girls in Dubai By Marina...
 
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
Best VIP Call Girls Noida Sector 44 Call Me: 8448380779
 
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai DouxDubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
Dubai Call Girls Pro Domain O525547819 Call Girls Dubai Doux
 
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance  VVIP 🍎 SER...
Call Girls Service Mukherjee Nagar @9999965857 Delhi 🫦 No Advance VVIP 🍎 SER...
 
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
NO1 Famous Amil Baba In Karachi Kala Jadu In Karachi Amil baba In Karachi Add...
 
A level Digipak development Presentation
A level Digipak development PresentationA level Digipak development Presentation
A level Digipak development Presentation
 
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
VIP Call Girls Service Bhagyanagar Hyderabad Call +91-8250192130
 
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun serviceCALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
CALL ON ➥8923113531 🔝Call Girls Aminabad Lucknow best Night Fun service
 
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
NO1 Trending kala jadu Love Marriage Black Magic Punjab Powerful Black Magic ...
 
Design Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William VickeryDesign Portfolio - 2024 - William Vickery
Design Portfolio - 2024 - William Vickery
 
Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...Revit Understanding Reference Planes and Reference lines in Revit for Family ...
Revit Understanding Reference Planes and Reference lines in Revit for Family ...
 
MASONRY -Building Technology and Construction
MASONRY -Building Technology and ConstructionMASONRY -Building Technology and Construction
MASONRY -Building Technology and Construction
 

Fibonacci Numbers (abridged)

  • 2. Fibonacci Numbers ● The Fibonacci sequence is named after Fibonacci. His 1202 book Liber Abaci introduced the sequence to Western European mathematics,[4] although the sequence had been described earlier in Indian mathematics.[5][6][7] By modern convention, the sequence begins either with F0 = 0 or with F1 = 1. The Liber Abaci began the sequence with F1 = 1, without an initial 0. ● Fibonacci numbers are closely related to Lucas numbers in that they are a complementary pair of Lucas sequences. They are intimately connected with the golden ratio; for example, the closest rational approximations to the ratio are 2/1, 3/2, 5/3, 8/5, ... . Applications include computer algorithms such as the Fibonacci search technique and the Fibonacci heap data structure, and graphs called Fibonacci cubes used for interconnecting parallel and distributed systems. They also appear in biological settings,[8] such as branching in trees, phyllotaxis (the arrangement of leaves on a stem), the fruit sprouts of a pineapple,[9] the flowering of artichoke, an uncurling fern and the arrangement of a pine cone.[10] ● The Fibonacci sequence appears in Indian mathematics, in connection with Sanskrit prosody.[6][11] In the Sanskrit oral tradition, there was much emphasis on how long (L) syllables mix with the short (S), and counting the different patterns of L and S within a given fixed length results in the Fibonacci numbers; the number of patterns that are mshort syllables long is the Fibonacci number Fm + 1 .[7] http://en.wikipedia.org/wiki/Fibonacci_number
  • 3. The number of binary strings of length n without consecutive 1s is the Fibonacci number Fn+2 . For example, out of the 16 binary strings of length 4, there are F6 = 8 without consecutive 1s – they are 0000, 0001, 0010, 0100, 0101, 1000, 1001 and 1010. By symmetry, the number of strings of length n without consecutive 0s is also Fn+2 . Equivalently, Fn+2 is the number of subsets S ⊂ {1,...,n} without consecutive integers: {i, i+1} ⊄ S for every i. The symmetric statement is: Fn+2 is the number of subsets S ⊂ {1,...,n} without two consecutive skipped integers: that is, S = {a1 < ... < ak } with ai+1 ≤ ai + 2. Fibonacci Numbers The Fibonacci numbers occur in the sums of "shallow" diagonals in Pascal's triangle (see Binomial coefficient).[18] These numbers also give the solution to certain enumerative problems.[19] The most common such problem is that of counting the number of compositions of 1s and 2s that sum to a given total n: there are Fn+1 ways to do this. For example F6 = 8 counts the eight compositions: 1+1+1+1+1 = 1+1+1+2 = 1+1+2+1 = 1+2+1+1 = 2+1+1+1 = 2+2+1 = 2+1+2 = 1+2+2, all of which sum to 6−1 = 5. The Fibonacci numbers can be found in different ways among the set of binary strings, or equivalently, among the subsets of a given set. http://en.wikipedia.org/wiki/Fibonacci_number
  • 4. Closed-form expression Like every sequence defined by a linear recurrence with constant coefficients, the Fibonacci numbers have a closed-form solution. It has become known as Binet's formula, even though it was already known by Abraham de Moivre:[20] Matrix form[edit] A 2-dimensional system of linear difference equations that describes the Fibonacci sequence is The eigenvalues of the matrix A are and , for the respective eigenvectors and . Since , and the above closed-form expression for the nth element in the Fibonacci series as an analytic function of n is now read off directly, The matrix has a determinant of −1, and thus it is a 2×2 unimodular matrix. This property can be understood in terms of the continued fraction representation for the golden ratio: The Golden Ratio http://en.wikipedia.org/wiki/Fibonacci_number
  • 5. Fibonacci Examples ● The Fibonacci numbers are also an example of a complete sequence. This means that every positive integer can be written as a sum of Fibonacci numbers, where any one number is used once at most. ● Moreover, every positive integer can be written in a unique way as the sum of one or more distinct Fibonacci numbers in such a way that the sum does not include any two consecutive Fibonacci numbers. This is known as Zeckendorf's theorem, and a sum of Fibonacci numbers that satisfies these conditions is called a Zeckendorf representation. The Zeckendorf representation of a number can be used to derive its Fibonacci coding. ● Fibonacci numbers are used by some pseudorandom number generators. ● Fibonacci numbers are used in a polyphase version of the merge sort algorithm in which an unsorted list is divided into two lists whose lengths correspond to sequential Fibonacci numbers – by dividing the list so that the two parts have lengths in the approximate proportion φ. A tape-drive implementation of the polyphase merge sort was described in The Art of Computer Programming. ● Fibonacci numbers arise in the analysis of the Fibonacci heap data structure. ● Fibonacci sequences appear in biological settings,[8] in two consecutive Fibonacci numbers, such as branching in trees, arrangement of leaves on a stem, the fruitlets of a pineapple,[9] the flowering of artichoke, an uncurling fern and the arrangement of apine cone,[10] and the family tree of honeybees.[52] http://en.wikipedia.org/wiki/Fibonacci_number
  • 6. Fibonacci in Music ● Ernő Lendvaï analyzes Béla Bartók's works as being based on two opposing systems, that of the golden ratio and theacoustic scale.[11] In the third movement of Bartok's Music for Strings, Percussion and Celesta, the opening xylophone passage uses Fibonacci rhythm as such: 1:1:2:3:5:8:5:3:2:1:1.[12] ● The Fibonacci numbers are also apparent in the organisation of the sections in the music of Debussy's Image, Reflections in Water, in which the sequence of keys is marked out by the intervals 34, 21, 13 and 8.[12] ● Polish composer Krzysztof Meyer structured the values in his Trio for clarinet, cello and piano according to the Fibonacci sequence.[13] ● Fibonacci's name was adopted by a Los Angeles-based art rock group The Fibonaccis, that recorded from 1981 to 1987. ● American musician BT also recorded a song titled "Fibonacci Sequence". The narrator in the song goes through all the numbers of the sequence from 1 to 21 (0 is not mentioned). The track appeared on a limited edition version of his 1999 album Movement in Still Life, and is also featured on the second disc of the Global Underground 013: Ibiza compilation mixed by Sasha.[14] ● Voiceover and recording artist Ken Nordine described Fibonacci numbers in a word jazz piece called "Fibonacci Numbers" on his album A Transparent Mask.[15] ● American musician Doctor Steel has a song titled "Fibonacci Sequence" on his album People of Earth.[16] ● Australian electronic group Angelspit uses the Fibonnaci in the song "Vermin." The lyrics start with, "1, 2 3 5 8, Who do we decapitate?" and continues through a few more iterations of the sequence. http://en.wikipedia.org/wiki/Fibonacci_numbers_in_popular_culture#Music
  • 7. Fibonacci References ● Huylebrouck, Dirk; Gyllenberg, Mats; Sigmund, Karl (2000). "The Fibonacci Chimney". The Mathematical Intelligencer 22 (4): 46.doi:10.1007/BF03026769. ISSN 0343-6993. Retrieved 2009-06-23. ● Smith, Peter (2007). Sustainability at the Cutting Edge, Second Edition: Emerging Technologies for low energy buildings(date=December 2007). Elsevier. p. 151. ISBN 0-7506-8300-7. ● The Engineer, "Eden Project gets into flower power". ● Munroe, Randall. "Alone". xkcd. Retrieved 2011-04-14. ● The Educational Forum, 55, 3 (Spring 1991), 243-259 http://whizkidz.org/design/DevelopmentDesign.pdf) ● Journal of Moral Education, 21, 1 (Winter, 1992), 29-40 http://whizkidz.org/design/MoralDevelopment.pdf ● Di Carlo, Christopher (2001). "Interview with Maynard James Keenan". Retrieved 2007-05-22. ● An exposition of how the fibonacci sequence appears in Lateralus set to pictures from the Hubble telescope:http://youtube.com/watch?v=wS7CZIJVxFY ● Norris, Chris (2001). "Hammer Of The Gods". Retrieved 2007-04-25. ● Maconie, Robin (2005). Other Planets, 26 & 28. ISBN 0-8108-5356-6. Citing Lendvai (1972). "Einführung in die Formen- und Harmonienwelt Bartóks" (1953), Béla Bartók: Weg und Werk, p.105-49. Bence Szabolcsi, ed. ● *Lendvaï, Ernő (1971). Béla Bartók: An Analysis of his Music. introd. by Alan Bush. London: Kahn & Averill. ISBN 0-900707-04-6.OCLC 240301. ● ^ Jump up to:a b Smith, Peter F. The Dynamics of Delight: Architecture and Aesthetics (New York: Routledge, 2003) p. 83, ISBN 0-415-30010-X ● Weselmann, Thomas (2003) Musica incrostata. Poznan ● BT - Fibonacci Sequence on YouTube ● Fibonacci Numbers: Ken Nordine at Amazon.com. ● People of Earth track list ● "Obituary: Mario Merz". The Guardian (London). 2003-11-13. Retrieved 2008-09-14. ● "Fibonacci Accessories: Scarf". Retrieved 2007-12-31. ● Ingmar Lehman: „Fibonacci-numbers in visual arts and literature" (German)(last called on November 7, 2009) ● 2009: Martina Schettina:Mathemagische Bilder - Bilder und Texte. Vernissage Verlag Brod Media, Wien 2009, ISBN 978-3-200-01743-6 (German) ● About the exhibition, interview on Radio Ö1(recalled at February 28, 2010) http://en.wikipedia.org/wiki/Fibonacci_number
  • 8. Fibonacci References ● Ball, Keith M (2003), "8: Fibonacci's Rabbits Revisited", Strange Curves, Counting Rabbits, and Other Mathematical Explorations, Princeton, NJ: Princeton University Press, ISBN 0-691-11321-1. ● Beck, Matthias; Geoghegan, Ross (2010), The Art of Proof: Basic Training for Deeper Mathematics, New York: Springer. ● Bóna, Miklós (2011), A Walk Through Combinatorics (3rd ed.), New Jersey: World Scientific. ● Lemmermeyer, Franz (2000), Reciprocity Laws, New York: Springer, ISBN 3-540-66957-4. ● Lucas, Édouard (1891), Théorie des nombres (in French) 1, Gauthier-Villars. ● Pisano, Leonardo (2002), Fibonacci's Liber Abaci: A Translation into Modern English of the Book of Calculation, Sources and Studies in the History of Mathematics and Physical Sciences, Sigler, Laurence E, trans, Springer, ISBN 0-387-95419-8 http://en.wikipedia.org/wiki/Fibonacci_number