[FrontPage] [TitleIndex] [WordIndex

Note: You are looking at a static copy of the former PineWiki site, used for class notes by James Aspnes from 2003 to 2012. Many mathematical formulas are broken, and there are likely to be other bugs as well. These will most likely not be fixed. You may be able to find more up-to-date versions of some of these notes at http://www.cs.yale.edu/homes/aspnes/#classes.

The Fibonacci numbers Fn are given by the recurrence

The first few Fibonacci numbers are 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, ... .

The generating function for the Fibonacci numbers is z/(1-z-z2), which can be proved easily from the recurrence (see GeneratingFunctions). Expanding the generating function using partial fractions gives the formula

\[F_n = \frac{1}{\sqrt{5}}\left(\phi^n - (1-\phi)^n\right),\]

where

\[\phi = \frac{1 + \sqrt{5}}{2}\]

is the golden_ratio.

1. More information


CategoryMathNotes


2014-06-17 11:58