The Mandelbrot set is a set of complex numbers C for which the recursive formula Z_{n+1} = Z_n^2 + C does not go to infinity for Z_0 = 0. In this illustration the color of a pixel (x y) is based on the number of iterations until |Z| > 2 for the complex number x + yi.