
The characteristic of this sequence is that each number is the sum of
the previous two.
In other words, if we denote the nth number by Fn,
then
|
The sequence is the solution of a problem which Fibonacci posed in the
year 1202:(Click here!)
A farmer buys two young rabbits at the marketplace in Pisa: a male and a female. The first month this couple does not produce little ones, but after the second month the first two rabbits are born: a male and a female. At the end of each month of the following months this first couple brings into the world two rabbits, one of each genus. Newborn rabbits start to mate after two months and give birth to a couple of little ones each month. The Fibonacci sequence shows how many rabbits the farmer has in the successive months. We suppose that the rabbits never die. (proof). (Here is another version of this problem). |
|
| This problem reveals an unrealistic genealogy. A realistic genealogy in which the Fibonacci sequence shows up is the genealogy of the drones (male bees). A male bee has no father. Fertiliation causes always female bees. So, a male bee has 1 mother and 2 grandparents and 3 great-grandparents (because the male grandparent has no father). Notice the Fibonacci numbers 1,1,2,3,5,... . |
The answer is Fn+1,
which is easy to prove:
Let us denote the number of paths of length k by ak
for each positive integer k. The last stone of a path of length n exists
of a 1x1 stone or a 1x2 stone. In case of a 1x1 stone, the rest of the
path may be constructed in an-1
ways, in case of a 1x2 stone, the rest may be constructed in an-2
ways. Thus the path of length n may be constructed in an-1
+ an-2 ways. According to the definition
of an the number of paths of length n is an.
Apparently an-1 + an-2
= an. Now it is an easy exercise to show that an
= Fn+1 for each n.
(See also: Three different approaches).
An alternative variant is:


