Fibonacci is the series of decimals which has its start decimals as 0 and 1
A Fibonacci series goes like this
0 1 1 2 3 5 8 13 21 34 55 89 .......
0 +1 = 1
1 + 1=2
2 + 1=3...
Applications:
Fibonacci series are used in several applications like Euclid's algorithm to find the GCD of two numbers, as a network topology in parallel computing, as pseudo random number generators ..
In Nature:
Fibonacci sequences appear in biological settings in two consecutive Fibonacci numbers, such as branching in trees, arrangement of leaves on a stem, the fruitlets of a pineapple,the flowering of artichoke, an uncurling fern and the arrangement of a pine cone.
Also, most daisies have 34, 55 or 89 petals
Another appearance of the Fibonacci Series in seedheads like the one shown above, pincones, pineapples, etc., is that the number of spirals going in each direction is a Fibonacci Number
I