Fibonacci spiral
You can use the sequence of Fibonacci to draw a spiral.
- on two adjacent squares with side consecutive numbers in the sequence of Fibonacci you can draw a new square with side the next number in the sequence.
- In every quarter you can draw a circular so that the connected arcs form a spiral.