Fibonacci and the Golden ratio
A very famous sequence in mathematics is the Fibonacci sequence:
0,1,1,2,3,5,8,13,21,34,55,89,144,.....
The sequence was first published by Leonardo of Pisa, known as Fibonacci, in 1202.
Each term in this sequences arises from summing the two previous terms in the sequence with the first two elements of the sequence always defined as 0 and 1.
For example:
2 = 1 + 1
3 = 2 + 1
5 = 3 + 2
...
144 = 89 + 55
The sequence also has another special property which is that as the terms get bigger and bigger the last term divided by the one before gives an approximation of the Golden ratio.
The Golden ratio is roughly equal to: 1.618
We can see from the sequence above that the second term over the first gets closer and clser to this magic number:
21/13 = 1.61538
34/21 =1.619047
144/89 = 1.1617977 which is very close to the Golden ratio.
This ratio appears a lot in art, architecture and even music as it is meant to be a particularly pleasing ratio to look at or to hear.




