Fibonacci sequence

The fibonacci sequence is a series of numbers in which each number is the sum of the two preceding ones. e.g. 0, 1, 1, 2, 3, 5, 8, 13, 21, 34. Start at 1, add the previous number (0) and get 1. Then, 1+1=2, 1+2=3, 2+3=5, etc.

Here is a visual representation of the fibonacci sequence drawn out as squares:


Sequence: