Fibonacci Sequence defines a series of numbers where the next number in the sequence is the sum of the previous 2. The sequence needs two numbers to start, so both are set to 1. This yields the sequence: 1,1,2,3,5,8,13,21,34,55,89,...

A Kickstarter project for a Fibonacci Clock inspired the clocks below. Making a Fibonacci Clock with SVG is a good project for anyone learning to code with SVG. Drawing the colored squares is simple and students can pick colors to set the clock. Advanced students can add javascript to have it keep time.

Below are 3 Fibonacci Clocks, click on them to display the clock by itself. Since SVG is just text, you can then view the source code.