Descendelbrot
z_(n+1) = (z_n)^(2 - sin(arg(c)/2 - t)^20) + c
In most of the image, the power is (very close to) 2, but in a narrow, rotating pie-slice it decreases smoothly to 1.
seen from Türkiye
seen from China

seen from Singapore

seen from Türkiye
seen from Netherlands

seen from China

seen from United States

seen from Malaysia

seen from China

seen from Malaysia
seen from United States
seen from Singapore

seen from Malaysia

seen from Germany
seen from China
seen from United States

seen from Germany

seen from Netherlands
seen from Germany
seen from China
Descendelbrot
z_(n+1) = (z_n)^(2 - sin(arg(c)/2 - t)^20) + c
In most of the image, the power is (very close to) 2, but in a narrow, rotating pie-slice it decreases smoothly to 1.
Abstract vibrant and colorful fractal 10
z_(n+1) = i^(4t) * sin(z_n) + c if n ≡ 0 (mod 4)
z_(n+1) = i^(4t + 2) * sin(z_n) + c if n ≡ 1 (mod 4)
z_(n+1) = i^(4t + 2) * sinh(z_n) + c if n ≡ 2 (mod 4)
z_(n+1) = i^(4t) * sinh(z_n) + c if n ≡ 3 (mod 4)
z_(n+1) = e^(iz_n² + z_n) + i^(4t) e^(iz_n² + i^(4t) z_n) - (1 + i^(4t)) + c
Mandelbrot set with escape time coloring, but the red, green, and blue channels use different iteration maximums, ranging between 64 and 6400.
z_(n+1) = z_n^(6 - t) * e^(z_n^t + z_n^-t) + (-1)^n * c - 1
t grows from 1 to 2. Rotated 90° clockwise.
> | >>
Smoothly transitioning from the Mandelbrot fractal to the Burning Ship fractal by adjusting just how absolute those values are.
Maybe you've noticed that the graph of y = e^-x + e^x looks rather similar to a parabola. Does that mean that using that formula as the basis of an escape-time algorithm will result in a fractal that looks similar to the Mandelbrot set?
Yes. Yes it does.