Pictures of Pi

Rectangular bitmap

Diagonal bitmap

Pi Walk 1 (28K)

Algorithm:

Place yourself with your face to the north.

Go through the 65536 first bits backwards and do like this:

The cross marks the beginning of Pi.

The background has the colors it has because I like sunsets!

I have also made a 3D-movie (105K) with this method.

Pi Walk 2 (19K)

Algorithm:

Group the 65536 first bits two by two. Then every group can assume a number from 0 to 3:

00 - 0
01 - 1
10 - 2
11 - 3

This is actually Pi encoded into base 4. Then, go through the sequence of base 4 digits backwards and do like this:

The cross marks the beginning of Pi.

Circle

(only 2K)

The simplest visualisation of Pi is probably a circle.

Half the circumference of a circle with radius 1 is exactly Pi!
The area inside that circle is also exactly Pi!
Isn't that fascinating? :-)

I'm planning to make more pictures with more complicated techniques. I have many ideas...

Do you have any ideas of how to visualize Pi? Tell me!