The Fibonacci Sequence is a sequence of numbers where the current number is the sum of the previous two numbers;
0 1 1 2 3 5 8 …
0+1 = 1
1+1 = 2
1+2 = 3
2+3 = 5
3+5 = 8 and so on.
>Fibonacci numbers are related to the golden ratio, which shows up in many places in buildings and in nature. Some examples are the pattern of leaves on a stem, the parts of a pineapple, the flowering of artichoke, the uncurling of a fern and the arrangement of a pine cone. The Fibonacci numbers are also found in the family tree of honeybees.
[https://simple.wikipedia.org/wiki/Fibonacci_number](https://simple.wikipedia.org/wiki/Fibonacci_number)
Latest Answers