I've generated a couple of Mandelbrot sets.
f(z) = f(z - 1)2 + c; f(0) = c and c is complex number (x + iy).
They're pretty sweet looking! I used Perl and GD to generate PNG images. The images are rather huge so please be patient. If you have a dialup connection, be prepared to wait a very long time for some of the images.