answersLogoWhite

0

The Fibonacci sequence is a series of integers where each number is the sum of the preceeding two numbers, and the first two numbers in the series is 0 and 1. The first 10 numbers in the series are 0, 1, 1, 2, 3, 5, 8, 13, 21, 34.

Some definitions start the series at 1 and 1, omitting the 0.

The ratio of two sequential Fibonacci numbers, as the numbers get large, approaches phi, which is the golden mean, (1 + sqrt(5)) / 2, or about 1.61803. There are many, many other uses, as well as observations of the sequence in nature.

Fibonacci numbers get large very quickly, so generating more than a few of them requires an arbitrary decimal math library. In particular, the 47th number in the sequence is 2,971,215,073, which is the largest Fibonacci number that can be stored in a 32-bit unsigned binary integer, and the 93rd term is 12,200,160,415,121,876,738, which is the largest possible in 64-bit.

User Avatar

Wiki User

13y ago

Still curious? Ask our experts.

Chat with our AI personalities

ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao

Add your answer:

Earn +20 pts
Q: How does the Fibonacci sequence work?
Write your answer...
Submit
Still have questions?
magnify glass
imp