Fibonacci numbers are based upon the Fibonacci sequence discovered by Leonardo de Fibonacci de Pisa (b.1170- - d.1240). Although the numeric series was devised as the solution to a problem about rabbits, the concept generally relates to all natural cycles of growth and decline. The problem is: If a newborn pair of rabbits requires one month to mature and at the end of the second month and every month thereafter reproduces itself, how many pairs will one have at the end of n months? The answer is: un. This answer is based upon the equation: un+1+1 = un+un-1.
The sequence of the Fibonacci numbers is as follows:
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144.... up to infinity
Starting with zero and adding one begins the series. The calculation takes the sum of the two numbers and adds it to the second number in the addition.
After the eighth sequence of calculations, there are constant relationships that can be derived from the series. For example, if you divide the former number by the latter, it yields .618.