The Fibonacci Number Sequence

From GM-RKB
Jump to navigation Jump to search

The Fibonacci Number Sequence is a formally ordered integer sequence based on the recursive function [math]\displaystyle{ F_n = F_{n-1} + F_{n-2},\!\, }[/math] for [math]\displaystyle{ n \ge 0 }[/math] with seed values [math]\displaystyle{ F_0 = 0,\; F_1 = 1. }[/math]



References

2013

  • (Wikipedia, 2013) ⇒ http://en.wikipedia.org/wiki/Fibonacci_number
    • In mathematics, the 'Fibonacci numbers or Fibonacci series or Fibonacci sequence are the numbers in the following integer sequence: :[math]\displaystyle{ 0,\;1,\;1,\;2,\;3,\;5,\;8,\;13,\;21,\;34,\;55,\;89,\;144,\; \ldots\; }[/math] Template:OEIS By definition, the first two numbers in the Fibonacci sequence are 0 and 1, and each subsequent number is the sum of the previous two.

      In mathematical terms, the sequence Fn of Fibonacci numbers is defined by the recurrence relation :[math]\displaystyle{ F_n = F_{n-1} + F_{n-2},\!\, }[/math] with seed valuesTemplate:Sfn :[math]\displaystyle{ F_0 = 0,\; F_1 = 1. }[/math] The Fibonacci sequence is named after Leonardo of Pisa, who was known as Fibonacci. Fibonacci's 1202 book Liber Abaci introduced the sequence to Western European mathematics,Template:Sfn although the sequence had been described earlier in Indian mathematics. [1] By modern convention, the sequence begins either with F0 = 0 or with F1 = 1. The Liber Abaci began the sequence with F1 = 1, without an initial 0.

      Fibonacci numbers are closely related to Lucas numbers in that they are a complementary pair of Lucas sequences. They are intimately connected with the golden ratio; for example, the closest rational approximations to the ratio are 2/1, 3/2, 5/3, 8/5, ... . Applications include computer algorithms such as the Fibonacci search technique and the Fibonacci heap data structure, and graphs called Fibonacci cubes used for interconnecting parallel and distributed systems. They also appear in biological settings,[2] such as branching in trees, phyllotaxis (the arrangement of leaves on a stem), the fruit sprouts of a pineapple,[3] the flowering of artichoke, an uncurling fern and the arrangement of a pine cone.[4]


  1. Cite error: Invalid <ref> tag; no text was provided for refs named HistoriaMathematica
  2. Template:Citation
  3. Template:Citation
  4. Template:Citation