228k views
3 votes
Show me an example of fibonacci sequence

1 Answer

4 votes

Answer:

See Below

Explanation:

The fibonacci sequence is a recursive type sequence where each term is the sum of the two previous terms. The sequence starts out as:

0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 10946, 17711, 28657, 46368, 75025, 121393, 196418, 317811...

The fibonacci sequence can be found in nature quite often. For example, it is found in "the fruit sprouts of a pineapple, the flowering of an artichoke, an uncurling fern and the arrangement of a pine cone's bract". It can also be found in the number of tree branches in each row.

Another cool place it can be found is in the diagonals of pascals triangle (shown in the image attached)

*Disclaimer: I do not own any of the images

Show me an example of fibonacci sequence-example-1
Show me an example of fibonacci sequence-example-2
Show me an example of fibonacci sequence-example-3
User Ivan Leonenko
by
4.6k points