list of functions that produce good images:


mandelbrot
	powers 1-6 z^n+c
	distortions
		burning ship |re(z)+i*im(z)|^n+c
			powers 1-6
		buffalo |re(z)+i*im(z)|^3-|re(z)+i*im(z)|+c
		clippings - eg z_0 = c - z
		muckings of the sort z^2 + z_(n-100) + c
	julias of all the above
newton
	power 3-5 roots of unity	
phoenix
	z^2+re(c)+z_(n-1)*im(c)
transcendentals
	c*e^z
	c*sin(z)
	c*cos(z)
misc
	major fuckup: 2/z-re(z)/2+im(z)/2*z	
	bubblybrot: z = c*(z^2+c)/(z+1)
		
	
here's some nifty shit:
y-1/y +i*(x-1/x) + c


z^n+c (mandelbrots 1-6)
 (burning ships)
 (buffalo)
c*e^z 
newton for z-(z^3+1)/(2*z)  (complex cubic roots of unity)
bubblybrot
phoenix


Good Attractors:

function: z^2+[0.118571 0.591429]
    span: 1 1
  center: -0.104286 0.492857 0 0

im(c)+y + i*(x^2+re(c)) c [-1.990000 0.000000]