Julia set: like the mendalbrot set but with recursion J_(N-1)=(J_N)^2+c where c is a constant. In the mendalbrot set, instead of a constant one adds the seed. This picture uses the number (golden ratio minus 2) as the constant.
Julia set with constant = (golden ratio - 2) + (golden ratio -1)i
Burning ship: similar to Mendalbrot set but if s_n=a+bi, s_(n+1)=a^2+(b^2)i+s
Close up of the blob on the line on the lower left of the picture above.
Similar to mendelbrot set but s_(n-1)=(s_n)^4+s instead of s_(n-1)=(s_n)^2+s.
Similar to mendelbrot set but s_(n-1)=(s_n)^2.1+s instead of s_(n-1)=(s_n)^2+s.
Broclli. You may have to right click on the image and pick "view image". If you pick the right arrow on the top you can see the same picture magnified by a factor of 4. There are 6 pictures total. These pictures are real, not computer generated. new tab.