Fibonacci Number
Fibonacci Number
Fibonacci's Rabbits
The original problem that Fibonacci investigated (in the year 1202) was about how fast rabbits
could breed in ideal circumstances.
Suppose a newly-born pair of rabbits, one male, one female, are put in a field. Rabbits are able to
mate at the age of one month so that at the end of its second month a female can produce another
pair of rabbits. Suppose that our rabbits never die and that the female always produces one new
pair (one male, one female) every month from the second month on. The puzzle that Fibonacci
posed was...
How many pairs will there be in one year?
The number of pairs of rabbits in the field at the start of each month is 1, 1, 2, 3, 5, 8, 13, 21, 34,
On these pages, the first Fibonacci number is 1, as is the second, the third being 2, the fourth 3
and so on. We will often include Fib(0)=0 too:
n:
0 1 2 3 4 5 6 7
10 11 12
13
14
15
377 610
16
...
987 ..More..