Fibonacci Number
Fibonacci Number
Fn = Fn1 + Fn2 ,
with seed values[1][2]
F1 = 1, F2 = 1
or[5]
F0 = 0, F1 = 1.
The Fibonacci sequence is named after Italian mathematician Leonardo of Pisa, known as Fibonacci. His
1202 book Liber Abaci introduced the sequence to Western European mathematics,[6] although the sequence had
been described earlier as Virahanka numbers in Indian
mathematics.[7][8][9] The sequence described in Liber
Abaci began with F 1 = 1.
Often, especially in modern usage, the sequence is ex- Fibonacci numbers are closely related to Lucas numbers
tended by one more initial term:
Ln in that they form a complementary pair of Lucas sequences Un (1, 1) = Fn and Vn (1, 1) = Ln . They
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, . . . are intimately connected with the golden ratio; for exam.[3]
ple, the closest rational approximations to the ratio are
2/1, 3/2, 5/3, 8/5, ... .
Fibonacci numbers appear unexpectedly often in mathematics, so much so that there is an entire journal dedicated to their study, the Fibonacci Quarterly. Applications of Fibonacci numbers 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,[10] such as branching in trees, phyllotaxis (the arrangement of leaves on a
stem), the fruit sprouts of a pineapple,[11] the owering of
an artichoke, an uncurling fern and the arrangement of a
pine cone's bracts.[12]
The Fibonacci spiral: an approximation of the golden spiral created by drawing circular arcs connecting the opposite corners of
squares in the Fibonacci tiling;[4] this one uses squares of sizes 1,
1, 2, 3, 5, 8, 13, 21, and 34.
1 Origins
By denition, the rst two numbers in the Fibonacci sequence are either 1 and 1, or 0 and 1, depending on the
chosen starting point of the sequence, and each subsequent number is the sum of the previous two.
combinations].[15]
The sequence is also discussed by Gopala (before 1135
AD) and by the Jain scholar Hemachandra (c. 1150).
and short (S) syllables that are 1 unit of duration. Counting the dierent patterns of L and S of a given duration
results in the Fibonacci numbers: the number of patterns
that are m short syllables long is the Fibonacci number
Fm .[9]
Fn2 = Fn Fn1 ,
which yields the sequence of negabonacci numbers[19]
satisfying
Fn = (1)n+1 Fn .
Use in mathematics
1
1
2
3
1
2
1
3
1
10 10 5
1
1
6 15 20 15 6
1
13
1
7 21 35 35 21 7
1
21
1
8 28 56 70 56 28 8
1
34
1
9 36 84 126 126 84 36 9
1
55
1 10 45 120 210 252 210 120 45 10 1
89
5
1
1
The Fibonacci numbers occur in the sums of shallow diLike every sequence dened by a linear recurrence with
agonals in Pascals triangle (see binomial coecient):[20]
constant coecients, the Fibonacci numbers have a
closed-form solution. It has become known as "Binet's
formula, even though it was already known by Abraham
n1
2
(nk1)
de Moivre:[22]
Fn =
k
k=0
n
n
n
n
These numbers also give the solution to certain enumera- Fn = =
5
tive problems.[21] The most common such problem is that
of counting the number of compositions of 1s and 2s that
where
sum to a given total n: there are Fn ways to do this.
1+ 5
1.61803 39887
2
A001622), and
= 12 5 = 1
0.61803 39887 [23]
Fn =
n ()n
n ()n
21
To see this,[24] note that and are both solutions of the Since
equations
n
1
<
5 2
x2 = x + 1, xn = xn1 + xn2 ,
[ n]
Fn = , n 0,
5
and
n = n1 + n2 .
by
Fn = +
, n 0.
5 2
Similarly, if we already know that the number F > 1 is a
Fibonacci number, we can determine its index within the
sequence by
Un = an + b n
satises the same recurrence
n1
Un = a
+b
n1
+a
n2
+b
n2
(
)
1
log F 5 +
2
Fn+1
=
n Fn
lim
Un = an + b n
where
a=
b=
U1 U0
5
U0 U1
lim
Fn+
=
Fn
=(1 )
and
1
=(1 )
and the initial value is
4.4
2 = + 1,
0 =(1)= 1
F
15
0
5
1
=
,
2
1
2
1
5
5
from which the nth element in the Fibonacci series as an
analytic function of n is now read o directly:
.
be decomposed all the way down to a linear combination Fn =
2
2
5
5
of and 1. The resulting recurrence relationships yield
Fibonacci numbers as the linear coecients:
Equivalently,
the same computation is performed by diagonalization of A through use of its
eigendecomposition:
n = Fn + Fn1 .
This equation can be proved by induction on n.
This expression is also true for n < 1 if the Fibonacci sequence Fn is extended to negative integers using the Fibonacci rule Fn = Fn1 + Fn2 .
Matrix form
Fk+1 = AFk ,
A = SS 1 ,
An = Sn S 1 ,
(
)
(
)
0
1
where =
and S =
.
0 1
1
1
The closed-form expression for the nth element in the Fibonacci series is therefore given by
( )
(
)
F1
Fn+1
= An
F0
Fn
( )
F1
= Sn S 1
F0
( )
( n
)
0
1 F1
=S
S
0 ()n
F0
(
(
)( n
)
)( )
1
1
1
1 1
=
,
n
1
1
0 ()
0
5 1
which again yields
.
F
=
n
responding to the respective eigenvectors
5
7 COMBINATORIAL IDENTITIES
The matrix A has a determinant of 1, and thus it is a 22 of 5x2 + 4 or 5x2 4 is a perfect square.[28] This is
unimodular matrix.
because Binets formula above can be rearranged to give
This property can be understood in terms of the continued
fraction representation for the golden ratio:
(
n = log
=1+
1+
1+
Fn 5 + 5Fn2 4
2
Moreover, since A A = An+m for any square matrix A, For example, the recurrence relation
the following identities can be derived (they are obtained
form two dierent coecients of the matrix product, and
one may easily deduce the second one from the rst one Fn = Fn1 + Fn2 ,
by changing n into n + 1),
or in words, the nth Fibonacci number is the sum of the
previous two Fibonacci numbers, may be shown by diFm Fn + Fm1 Fn1 = Fm+n1 ,
viding the Fn sums of 1s and 2s that add to n 1 into two
non-overlapping groups. One group contains those sums
Fm Fn+1 + Fm1 Fn = Fm+n .
whose rst term is 1 and the other those sums whose rst
In particular, with m = n,
term is 2. In the rst group the remaining terms add to
n 2, so it has Fn sums, and in the second group the
2
2
remaining terms add to n 3, so there are Fn sums. So
F2n1 = Fn + Fn1
there are a total of Fn + Fn sums altogether, showing
F2n = (Fn1 + Fn+1 )Fn
this is equal to Fn.
= (2Fn1 + Fn )Fn .
Similarly, it may be shown that the sum of the rst FiThese last two identities provide a way to compute Fi- bonacci numbers up to the nth is equal to the (n + 2)-nd
bonacci numbers recursively in O(log(n)) arithmetic op- Fibonacci number minus 1.[29] In symbols:
erations and in time O(M(n) log(n)), where M(n) is the
time for the multiplication of two numbers of n dign
its. This matches the time for computing the nth Fi-
Fi = Fn+2 1
bonacci number from the closed-form matrix formula,
i=1
but with fewer redundant steps if one avoids recomputing
an already computed Fibonacci number (recursion with
This is done by dividing the sums adding to n + 1 in a difmemoization).[27]
ferent way, this time by the location of the rst 2. Specifically, the rst group consists of those sums that start with
2, the second group those that start 1 + 2, the third 1 +
6 Recognizing Fibonacci numbers 1 + 2, and so on, until the last group, which consists of
the single sum where only 1s are used. The number of
The question may arise whether a positive integer x is a sums in the rst group is F(n), F(n 1) in the second
Fibonacci number. This is true if and only if one or both group, and so on, with 1 sum in the last group. So the
n
7
total number of sums is F(n) + F(n 1) + ... + F(1) + 1
and therefore this quantity is equal to F(n + 2).
2
2
F2n = Fn+1
Fn1
= Fn (Fn+1 + Fn1 ) = Fn Ln
F2i+1 = F2n
i=0
and
3
F3n+1 = Fn+1
+ 3Fn+1 Fn2 Fn3
3
2
F3n+2 = Fn+1
+ 3Fn+1
Fn + Fn3
( 2
)
(
)
2
F4n = 4Fn Fn+1 Fn+1 + 2Fn2 3Fn2 Fn2 + 2Fn+1
F2i = F2n+1 1.
These can be found experimentally using lattice reduction, and are useful in setting up the special number eld
In words, the sum of the rst Fibonacci numbers with odd
sieve to factorize a Fibonacci number.
index up to Fn is the (2n)th Fibonacci number, and the
[31]
sum of the rst Fibonacci numbers with even index up to More generally,
Fn is the (2n + 1)th Fibonacci number minus 1.[30]
i=1
k ( )
k
ki
.
=
Fci Fni Fn+1
i
i=0
Fi 2 = Fn Fn+1 ,
i=1
Other identities
s(x) =
Fk xk .
k=0
Numerous other identities can be derived using various This series is convergent for |x| <
methods. Some of the most noteworthy are:[31]
simple closed-form:[32]
8.1
s(x) =
1
,
x
1 x x2
Fk xk
k=0
= F0 + F1 x +
(Fk1 + Fk2 ) xk
k=2
Fn2
8.2
nr
Fr2
d'Ocagnes identity
=x+
Fk1 x +
k=2
=x+x
k=2
Fk xk + x
k=0
Fk2 xk
= x + xs(x) + x2 s(x).
k=0
Fk xk
1
= 3.359885666243 . . .
Fk
k=1
k
Fn
= 2
.
n
k
k
k1
n=0
7 5
1
=
,
Fn
2
n=0 2
In particular,
which follows from the closed form for its partial sums as
N tends to innity:
Fn
1
= 2m
m(n+1)
10
10m 1
10
n=1
for all positive integers m.
Some math puzzle-books present as curious the particu1
s( 10
)
1
lar value that comes from m=1, which is 10
= 89
=
.011235 . . . . [33] Similarly, m=2 gives
.00010102030508132134 . . . .
1
s( 100
)
100
1
9899
1
FN
= 3 2 1 .
n
F
F2N
n=0 2
10
Reciprocal sums
Every 3rd number of the sequence is even and more generally, every kth number of the sequence is a multiple
of Fk. Thus the Fibonacci sequence is an example of a
Innite sums over reciprocal Fibonacci numbers can
divisibility sequence. In fact, the Fibonacci sequence satsometimes be evaluated in terms of theta functions. For
ises the stronger divisibility property[36][37]
example, we can write the sum of every odd-indexed reciprocal Fibonacci number as
k=0
1
F2k+1
(
)
5 2
3 5
=
0,
,
4 2
2
gcd(Fm , Fn ) = Fgcd(m,n) .
Any three consecutive Fibonacci numbers are pairwise
coprime, which means that, for every n,
gcd(Fn, Fn) = gcd(Fn, Fn) = gcd(Fn,
Fn) = 1.
)
(
)
)
3
5
5
42 0,
44 0,
+ 1Every
. prime number p divides a Fibonacci number that
2
2
can
be determined by the value of p modulo 5. If p is
k=1
congruent to 1 or 4 (mod 5), then p divides Fp , and if
If we add 1 to each Fibonacci number in the rst sum, p is congruent to 2 or 3 (mod 5), then, p divides Fp .
there is also the closed form
The remaining case is that p = 5, and in this case p divides
F . These cases can be combined into a single formula,
using the Legendre symbol:[38]
1
5
=
,
1 + F2k+1
2
1
5
=
Fk2
24
k=0
p | Fp( 5 ) .
p
(1)k+1
k
2
j=1 Fj
k=1
51
=
.
2
11.4
if p = 5
0
= 1
if p 1 (mod 5)
1 if p 2 (mod 5).
(p)
For example,
Fm
Fm1
1 0
Here the matrix power Am is calculated using Modular
exponentiation, which can be adapted to matrices-modular exponentiation for matrices[39]
11.3
Fibonacci primes
and Fp( p )
( 25 ) = 1,
F3 = 2,
F2 = 1,
= 1,
F4 = 3,
F3 = 2,
= 0,
F5 = 5,
= 1,
F8 = 21,
( 35 )
( 55 )
( 75 )
( 11
5 )
F7 = 13,
Fp( p ) 0 (mod p2 ).
5
Fibonacci primes with thousands of digits have been Also, if p 5 is an odd prime number then:[47]
found, but it is not known whether there are innitely
many.[40]
{ ( ( )
)
1
Fkn is divisible by Fn, so, apart from F 4 = 3, any
5 p5 5
(mod p) if p 1 (mod 4)
2
2
)
1 ( (p)
Fibonacci prime must have a prime index. As there 5F p1
2
(mod p) if p 3 (mod 4).
2 5 5 3
are arbitrarily long runs of composite numbers, there
are therefore also arbitrarily long runs of composite Fi- Example 1. p = 7, in this case p 3 (mod 4) and we
bonacci numbers.
have:
No Fibonacci number greater than F 6 = 8 is one greater
or one less than a prime number.[41]
( 7
)
( 7
)
1
1
( 75 ) = 1 :
2 5( 5 ) + 3 = 1,
2 5( 5 ) 3 = 4.
The only nontrivial square Fibonacci number is 144.[42]
Attila Peth proved in 2001 that there is only a nite num- F = 2 and F = 3.
3
4
ber of perfect power Fibonacci numbers.[43] In 2006, Y.
2
2
Bugeaud, M. Mignotte, and S. Siksek proved that 8 and 5F3 = 20 1 (mod 7) and 5F4 = 45 4 (mod 7)
144 are the only such non-trivial perfect powers.[44]
Example 2. p = 11, in this case p 3 (mod 4) and we
have:
11.4
( 11
5 ) = +1 :
1
2
)
5( 11
5 ) + 3 = 4,
1
2
)
( 11
5( 5 ) 3 = 1.
F5 = 5 and F6 = 8.
5F52 = 125 4
(mod 11)
1
2
)
5( 13
5 ) 5 = 5,
1
2
)
( 13
5( 5 ) + 5 = 0.
10
14
APPLICATIONS
F6 = 8 and F7 = 13.
5F62 = 320 5
an = F2n1
bn = 2Fn Fn1
( 29
5 ) = +1 :
1
2
( 29
)
5( 5 ) 5 = 0,
1
2
( 29
) c = F2 F2 .
n
n
n1
5( 5 ) + 5 = 5.
These formulas satisfy a2n = b2n + c2n for all n, but they
only represent triangle sides when n > 2.
2
2
5F14 = 710645 0 (mod 29) and 5F15 = 1860500 Any
5 four
(mod
29)
consecutive
Fibonacci numbers Fn, Fn, Fn
and
Fn
can
also
be
used
to generate a Pythagorean triple
For odd n, all odd prime divisors of Fn are congruent
[52]
in
a
dierent
way:
to 1 modulo 4, implying that all odd divisors of Fn (as
F14 = 377 and F15 = 610.
2
2
a = Fn Fn+3 ; b = 2Fn+1 Fn+2 ; c = Fn+1
+Fn+2
; a2 +b2 = c2 .
a=15=5
b = 2 2 3 = 12
c = 22 + 32 = 13
11.5
Periodicity modulo n
52 + 122 = 132
13 Magnitude
14 Applications
The Fibonacci numbers are important in the computational run-time analysis of Euclids algorithm to determine the greatest common divisor of two integers: the
algorithm is a pair of consecuStarting with 5, every second Fibonacci number is the worst case input for this[53]
tive
Fibonacci
numbers.
length of the hypotenuse of a right triangle with inte2012 show how a generalised Figer sides, or in other words, the largest number in a Brasch et al.
Pythagorean triple. The length of the longer leg of this bonacci sequence also can be connected to the eld of
triangle is equal to the sum of the three sides of the pre- economics.[54] In particular, it is shown how a generalised
ceding triangle in this series of triangles, and the shorter Fibonacci sequence enters the control function of niteleg is equal to the dierence between the preceding by- horizon dynamic optimisation problems with one state
passed Fibonacci number and the shorter leg of the pre- and one control variable. The procedure is illustrated in
ceding triangle.
an example often referred to as the BrockMirman ecoThe rst triangle in this series has sides of length 5, 4, and nomic growth model.
12
Right triangles
3. Skipping 8, the next triangle has sides of length 13, 12 Yuri Matiyasevich was able to show that the Fibonacci
(5 + 4 + 3), and 5 (8 3). Skipping 21, the next triangle numbers can be dened by a Diophantine equation, which
has sides of length 34, 30 (13 + 12 + 5), and 16 (21 5). led to his original solution of Hilberts tenth problem.[55]
11
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
Zeckendorfs theorem, and a sum of Fibonacci numbers
that satises 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.
They are also used in planning poker, which is a step in
estimating in software development projects that use the
Scrum (software development) methodology.
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.
15
In nature
12
16 GENERALIZATIONS
2
n, r = c n
2
where n is the index number of the oret and c is a constant scaling factor; the orets thus lie on Fermats spiral. The divergence angle, approximately 137.51, is the
golden angle, dividing the circle in the golden ratio. Because this ratio is irrational, no oret has a neighbor at exactly the same angle from the center, so the orets pack
eciently. Because the rational approximations to the
golden ratio are of the form F(j):F(j + 1), the nearest
neighbors of oret number n are those at n F(j) for some
index j, which depends on r, the distance from the center.
It is often said that sunowers and similar arrangements
have 55 spirals in one direction and 89 in the other (or
some other pair of adjacent Fibonacci numbers), but this
is true only of one range of radii, typically the outermost
and thus most conspicuous.[64]
The number of possible ancestors on the X chromosome inheritance line at a given ancestral generation follows the Fibonacci
sequence. (After Hutchison, L. Growing the Family Tree: The
Power of DNA in Reconstructing Family Relationships.[66] )
one X chromosome from her mother (the sons maternal grandmother), and one her father (the sons maternal
grandfather), so two grandparents contributed to the male
descendants X chromosome ( F3 = 2 ). The maternal
grandfather received his X chromosome from his mother,
15.1 The bee ancestry code
and the maternal grandmother received X chromosomes
Fibonacci numbers also appear in the pedigrees of ideal- from both of her parents, so three great-grandparents
contributed to the male descendants X chromosome (
ized honeybees, according to the following rules:
F4 = 3 ). Five great-great-grandparents contributed
to the male descendants X chromosome ( F5 = 5
If an egg is laid by an unmated female, it hatches a ), etc. (Note that this assumes that all ancestors of a
male or drone bee.
given descendant are independent, but if any genealogy
is traced far enough back in time, ancestors begin to ap If, however, an egg was fertilized by a male, it
pear on multiple lines of the genealogy, until eventually a
hatches a female.
population founder appears on all lines of the genealogy.)
Thus, a male bee always has one parent, and a female bee
has two.
16 Generalizations
15.2
13
The Padovan sequence and Perrin numbers have
P(n) = P(n 2) + P(n 3).
Generating the next number by adding 3 numbers
(tribonacci numbers), 4 numbers (tetranacci numbers), or more. The resulting sequences are known
as n-Step Fibonacci numbers.[67]
Adding other objects than integers, for example
functions or strings one essential example is
Fibonacci polynomials.
17
See also
18
Notes
A000045
[4] John Hudson Tiner (200). Exploring the World of Mathematics: From Ancient Record Keeping to the Latest Advances in Computers. New Leaf Publishing Group. ISBN
978-1-61458-155-0.
[5] Lucas 1891, p. 3.
[6] Pisano 2002, pp. 4045.
[7] Goonatilake, Susantha (1998), Toward a Global Science,
Indiana University Press, p. 126, ISBN 978-0-25333388-9
[8] Singh, Parmanand (1985), The So-called Fibonacci
numbers in ancient and medieval India, Historia
Mathematica, 12 (3): 22944, doi:10.1016/03150860(85)90021-7
[9] Knuth, Donald (2006), The Art of Computer Programming, 4. Generating All Trees History of Combinatorial
Generation, AddisonWesley, p. 50, ISBN 978-0-32133570-8, it was natural to consider the set of all sequences
of [L] and [S] that have exactly m beats. ...there are exactly Fm+1 of them. For example the 21 sequences when
m = 7 are: [gives list]. In this way Indian prosodists were
led to discover the Fibonacci sequence, as we have observed in Section 1.2.8 (from v.1)
14
18 NOTES
[44] Bugeaud, Y; Mignotte, M; Siksek, S (2006), Classical and modular approaches to exponential Diophantine equations.
I. Fibonacci and Lucas perfect powers, Ann.
Math., 2 (163): 9691018,
arXiv:math/0403046 , Bibcode:2004math......3046B,
doi:10.4007/annals.2006.163.969
[45] Knott, Ron, The Fibonacci numbers, UK: Surrey
[46] Ribenboim, Paulo (1996), The New Book of Prime Number Records, New York: Springer, p. 64, ISBN 0-38794457-5
[47] Lemmermeyer 2000, pp. 734.
[48] Lemmermeyer 2000, p. 73.
[49] Fibonacci and Lucas factorizations, Mersennus collects all
known factors of F(i) with i < 10000.
[50] Factors of Fibonacci and Lucas numbers, Red golpe collects all known factors of F(i) with 10000 < i < 50000.
[51] Freyd, Peter; Brown, Kevin S. (1993), Problems and Solutions: Solutions: E3410, The American Mathematical
Monthly, 99 (3): 278279, doi:10.2307/2325076
[52] Koshy, Thomas (2007), Elementary number theory with
applications, Academic Press, p. 581, ISBN 0-12372487-2
[53] Knuth, Donald E (1997), The Art of Computer Programming, 1: Fundamental Algorithms (3rd ed.), Addison
Wesley, p. 343, ISBN 0-201-89683-4
[55] Harizanov, Valentina (1995), Review of Yuri V. Matiyasevich, Hiberts Tenth Problem", Modern Logic, 5 (3):
345355.
[56] Avriel, M; Wilde, DJ (1966), Optimality of the Symmetric Fibonacci Search Technique, Fibonacci Quarterly (3):
2659
[38] Williams, H. C. (1982), A note on the Fibonacci quotient Fp /p ", Canadian Mathematical Bulletin, 25 (3):
366370, doi:10.4153/CMB-1982-053-0, MR 668957.
Williams calls this property well known.
[42] Cohn, JHE (1964), Square Fibonacci Numbers etc, Fibonacci Quarterly, 2: 10913
[62] Prusinkiewicz, Przemyslaw; Hanan, James (1989), Lindenmayer Systems, Fractals, and Plants (Lecture Notes in
Biomathematics), Springer-Verlag, ISBN 0-387-97092-4
[43] Peth, Attila (2001), Diophantine properties of linear recursive sequences II, Acta Math. Paedagogicae Nyregyhziensis, 17: 8196
[63] Vogel, H (1979), A better way to construct the sunower head, Mathematical Biosciences, 44 (44): 17989,
doi:10.1016/0025-5564(79)90080-4
15
19
References
20
External links
16
21
21
21.1
21.2
Images
17
lie, Aykantspel, Download, LaaknorBot, Morning277, Herry12, AndersBot, FiriBot, Favonian, Lucian Sunday, Habs2345, Uscitizenjason,
Tsange, Casty10, Stevenmcrane, Numbo3-bot, Ehrenkater, Alex Rio Brazil, Tide rolls, Lightbot, Wiki-otter, MuZemike, Asleep at the
Wheel, Quantumobserver, Suwa, TotientDragooned, Ale66, Buahaha, Legobot, Luckas-bot, Yobot, Fraggle81, Munjonea, KamikazeBot, AnomieBOT, DemocraticLuntz, Gtz, Rjanag, Jim1138, IRP, Pyrrhus16, Ipatrol, AdjustShift, WeichaoLiu, Flewis, Camiower,
Mokoniki, Materialscientist, Danno uk, Citation bot, TheMathinator, Eric Rowland, Elm-39, DannyAsher, Quebec99, LilHelpa, Dingerdonger, Xqbot, The sock that should not be, JimVC3, Acebulf, Gilo1969, Ched, Gap9551, Troyp, Miym, Omnipaedista, VladimirReshetnikov, Noamz, RibotBOT, Amaury, Pink Distortion, Builtsoap3, Jjsk12345, Elkobit, Shadowjams, Quartl, Kerio00, Sesu Prime, Josemanimala, FrankWasHere, Swartday, Pckee1995, Pepper, Ambiguoussimian, Juze~enwiki, JovanCormac, Lunae, Alxeedo, MathyGirl,
Hell in a Bucket, Thomas.ohland, Ivan Lakhturov, DivineAlpha, Cannolis, Citation bot 1, DrilBot, Pinethicket, Edderso, WikiAntPedia,
Sintharas, The Arbiter, Martin Raybourne, Half price, Murph97, Mutinus, Hoo man, Exodian, SpaceFlight89, Piandcompany, Picatype,
ActivExpression, Jkforde, Yunshui, Mmmilan, Speeddemon010647, Return2republic, Vanished user aoiowaiuyr894isdik43, Peeps101,
WillNess, Naughtysriram, Applesrock2222, DARTH SIDIOUS 2, Jfmantis, Onel5969, Ripchip Bot, Acbistro, Bexie02, Agent Smith
(The Matrix), NerdyScienceDude, Elitropia, Samueldk, EmausBot, Glencora, Immunize, Nuujinn, Ibbn, Skyy Train, Minimacs Clone,
Tomjay31, Tommy2010, Wikipelli, Dcirovic, G upadhyay, Khgkjgfd, John Cline, 27linx, F, Doomedtx, Chharvey, Kanishk Mittal,
GabKBel, Martyn Chamberlin, , Google Child, D.Lazard, Tobster1998, AManWithNoPlan, Ipwnuha, TonyMath, Wayne Slam,
Pillowpower, U+003F, Staszek Lem, Jsayre64, BrokenAnchorBot, Jay-Sebastos, Toshio Yamaguchi, Quantumor, RobThePoor, Donner60,
Wikiloop, Chewings72, Kurtjanpumares, Herk1955, DASHBotAV, Lauren0 o, 28bot, Chennavarri, Petrb, ClueBot NG, NobuTamura,
Wcherowi, Jnm236, Naughtyco, Moozikalman, Rezabot, StitchProgramming, Widr, Names are hard to think of, Helpful Pixie Bot, Bxzooo,
Rpk512, Markskilbeck, Calabe1992, BG19bot, Mcarmier, Xelaimpc, Goldenshimmer, Sircuetip, Tony Tan, Hellmakerian, Fantacier, Hurricanefan24,
, Babyboy1131, Mayank Aggarwal, Klilidiplomus, Nbrothers, News Historian, Aayush18, David.moreno72, Trunks175,
MindsEye69, Slimemold4, The Illusive Man, Gdfusion, MadGuy7023, Death122112, Hddqsb, Janweh64, Bothmage, Stephan Kulla, Cbbcbail, Hmhjhlh, Pokajanje, Rrmath28, Metsownya99, Passengerpigeon, Lgfcd, Josdscot, Gmangibby, Faizan, Epicgenius, JPaestpreornJeolhlna, Rbroom, Lulusoop, WIKIWIZDOM, EternalFlare, Tentinator, Lee Tru., Comp.arch, JGrant2112, Bubills7701, Sapphie12, Ginsuloft, Jianhui67, Alanberris, Gdcdigital, William-John-Meegan, UY Scuti, AttainCaptial, Meteor sandwich yum, Arlene47, Skr15081997,
Suelru, Dortegonguerrero, Lightningstriker2000, Monkbot, Patient Zero, Leegrc, Nextdoorscaveman, CosineP, Tk plus, Mitsotakislemetora, XI Ki11JoY IX, Biblioworm, Shanesmith4, Gareld Gareld, GeoreyT2000, SkaterLife, 115ash, Shayma.Narayan, Fibonaccidroolz,
Jesusofnazarath, Loraof, Tymon.r, Cinemagazinedigital, Albertus P. Kiekens, NeonZero, ViperFace, GoogleGlassHuman, DatDude2334,
Sizeont, Rawbliss, Gtg239a, User000name, GeneralizationsAreBad, Vespro Latuna, KasparBot, Gold Patricia, Adam9007, HallsVaporAction, Kameronchia1234, Robodile, TheHurricane996, Doulph88, Boblyonsnj, Marianna251, Ali aldajon, AdeelKhalid91, Barnunge,
Savvashi, Bender the Bot, Algorithmicist, Imminent77, Nerd145, Et-17 and Anonymous: 1893
21.2
Images
File:34*21-FibonacciBlocks.png Source: https://upload.wikimedia.org/wikipedia/commons/d/db/34%2A21-FibonacciBlocks.png License: CC BY-SA 4.0 Contributors: Own work Original artist:
File:FibonacciChamomile.PNG Source: https://upload.wikimedia.org/wikipedia/commons/5/5a/FibonacciChamomile.PNG License:
CC BY 2.5 Contributors:
Mother_and_daughter.jpg Original artist: User:Alvesgaspar:
File:FibonacciRabbit.svg Source: https://upload.wikimedia.org/wikipedia/commons/7/7a/FibonacciRabbit.svg License: CC BY-SA 3.0
Contributors:
Ein_Hase_mit_blauem_Ei.svg Original artist: Ein_Hase_mit_blauem_Ei.svg: MichaelFrey & Sundance Raphael
File:Fibonacci_spiral_34.svg Source: https://upload.wikimedia.org/wikipedia/commons/9/93/Fibonacci_spiral_34.svg License: Public
domain Contributors: Own work using: Inkscape Original artist: User:Dicklyon
File:Fibonacci_tiling_of_the_plane_and_approximation_to_Golden_Ratio.gif Source: https://upload.wikimedia.org/wikipedia/
commons/1/1e/Fibonacci_tiling_of_the_plane_and_approximation_to_Golden_Ratio.gif License: CC BY-SA 4.0 Contributors: Own
work Original artist: RobThePoor
File:Gold,_silver,_and_bronze_rectangles_vertical.png Source: https://upload.wikimedia.org/wikipedia/commons/c/c1/Gold%2C_
silver%2C_and_bronze_rectangles_vertical.png License: CC BY-SA 4.0 Contributors: Own work Original artist: Hyacinth
File:Liber_abbaci_magliab_f124r.jpg Source: https://upload.wikimedia.org/wikipedia/commons/0/04/Liber_abbaci_magliab_f124r.
jpg License: Public domain Contributors: ? Original artist: ?
File:Lock-green.svg Source: https://upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg License: CC0 Contributors: en:File:
Free-to-read_lock_75.svg Original artist: User:Trappist the monk
File:OEISicon_light.svg Source: https://upload.wikimedia.org/wikipedia/commons/d/d8/OEISicon_light.svg License: Public domain Contributors: Own work Original artist: <a href='//commons.wikimedia.org/wiki/File:Watchduck.svg' class='image'><img
alt='Watchduck.svg'
src='https://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/Watchduck.svg/40px-Watchduck.svg.png'
width='40' height='46' srcset='https://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/Watchduck.svg/60px-Watchduck.svg.png
1.5x, https://upload.wikimedia.org/wikipedia/commons/thumb/d/d8/Watchduck.svg/80px-Watchduck.svg.png 2x' data-le-width='703'
data-le-height='806' /></a> Watchduck (a.k.a. Tilman Piesk)
File:PascalTriangleFibanacci.svg Source: https://upload.wikimedia.org/wikipedia/commons/b/bf/PascalTriangleFibanacci.svg License:
CC BY-SA 3.0 Contributors: Own work Original artist: RDBury
File:SunflowerModel.svg Source: https://upload.wikimedia.org/wikipedia/commons/a/ad/SunflowerModel.svg License: CC-BY-SA-3.0
Contributors: Own work Original artist: Doron
File:Wikibooks-logo-en-noslogan.svg Source: https://upload.wikimedia.org/wikipedia/commons/d/df/Wikibooks-logo-en-noslogan.
svg License: CC BY-SA 3.0 Contributors: Own work Original artist: User:Bastique, User:Ramac et al.
File:Wikiquote-logo.svg Source: https://upload.wikimedia.org/wikipedia/commons/f/fa/Wikiquote-logo.svg License: Public domain
Contributors: Own work Original artist: Rei-artur
File:X_chromosome_ancestral_line_Fibonacci_sequence.svg Source: https://upload.wikimedia.org/wikipedia/commons/e/ed/X_
chromosome_ancestral_line_Fibonacci_sequence.svg License: CC BY-SA 4.0 Contributors: Own work Original artist: Algorithmicist
18
21
21.3
Content license