Lots of places. If you count the leaves in a flower or factor each fibonacci number to the fibonacci number before it, artichokes, seeds, dragonflies, pianos, bones, phi, pascal's triangle and MUCH MUCH MORE!!!!!
Chat with our AI personalities
In nautilus shells and you have 5 fingers and that is a Fibonacci number. Find a better answer, I'm running out of answers!
I think Fibonacci wanted to find how many swirls or petals were on a flower ....... most of them are Fibonacci numbers....i think.... doin a projct......= )
what? Assuming you wanted an algorithm to find the nth number in the Fibonacci sequence: double Fib(int i) { double x = 1; double y = 1; if (i
If the Fibonacci sequence is denoted by F(n), where n is the first term in the sequence then the following equation obtains for n = 0.
Start with the numbers 1 and 1. After that, every number in the sequence is the sum of the previous two numbers. Thus, the sequence starts with: 1, 1, 2, 3, 5, 8, 13, ...