F.O.T.N. (Fractal of the Night) 20 Jan 1998 (Big Fatso)


Tonight's fractal, in honor of the up-coming end of the football season, takes a look at Dr. J after a few too many weekends sitting in front of his fractal tube watching fractal plays in his favorite game, fractal ball. It is the MSet, only slightly distorted by the ingestion of log sized chunks of chocolate, among other things. Perhaps too many of last nights potatoes?  The formula is the usual Mandelbrot set iteration

z = z2 + c

with a transformation thrown in.

BIGFATSO.GIF

Figure 1. Big Fatso

Here are the Fractint parameter files.

Enjoy


frm:fatlog { ; by Jay Hill, 1998
  c=log(pixel),z=0:
  z=sqr(z)+c
  |z|<=100
}

bigfatso { ; Big Fatso (c) by Jay Hill, 1998
  ; After collecting for himself all the chocolate
  ; in fractal land, only then did Dr. J look in the
  ; mirror! Good grief!
  reset=1960 type=formula formulafile=n.frm formulaname=fatlog
  center-mag=0.862138/-0.0753769/1.009179/1/-90 float=y
  maxiter=256 inside=0 decomp=256
  colors=z_G<2>UA0<153>YJ6YJ6ZK5<49>cK0cK0bK0<38>TB0<4>kP9
  savename=bigfatso
}


Home Next