Fibonacci sequence
From Math Images
This is a Helper Page for:
|
|---|
| Golden Ratio |
| Pascal's Triangle |
The Fibonacci Sequence is a sequence defined by a simple relationship.
Each term in the sequence is the sum of the previous to terms, ie
.
Traditionally, the first two values of the Fibonacci sequence are set as
, and
. This defines the entire rest of the sequence, since
.
We see that
.
The first few terms are 1,1,2,3,5,8,13,21,34...
This is the sequence of numbers someone is referring two if they say the Fibonacci Sequence, since it is the most common one.
It is possible to get slightly different sequences using different first values. For example, taking
and
, we get the sequence
-3,5,2,7,9,16,25,41,66,107...

