I usually search along the x axis for most of my fractals. I like symmetrical fractals and you always find symmetrical fractals there. This fractal is not on the x axis and has an unusual appearance. Zooming into the chaotic area near the center will reveal minibrots surrounded with more and more complex features the deeper you zoom. The formula is a two term parallel resistor type and mixes sinh and z: z=1/(1/(z^5 * sinh(z) + pixel + 1) + 1/(z^6 + pixel - 1)) The equation was constructed so that the minimum power of z representing the series for each term is 6. Thats the reason for the extra z^5 in front of the sinh. All the minibrots in the fractal are order 6. Here is a link to an image: http://dl.dropboxusercontent.com/u/33642054/image/off_axis_1200_5.jpg The FractInt compatible PAR file for the image is: Off_Axis { ; Exported from Fracton. reset=2004 type=formula formulafile=fracton.frm formulaname=F_20150215_1610 passes=1 float=y center-mag=0.2097030402788148/1.397964423444541/34\ 063.89038708725/1/0/0 params=1/1/6/6/-1/0/1/0/0/0 maxiter=2000 inside=0 periodicity=6 colors=0000000000000000000000000000000000000000000\ 00000000000000AFAAKAAMDANGAPIARLBTOBVRBXUBZXCabCce\ CehCgkCinCkqDlsCkqCinCgkCceCabB`_BZXBXUBVRBTOARLAP\ I1NE1QF2WH2`I2cJ3iL4nM4qN5vPzy0zy0zy0ym0ym0ua0ua0o\ S0oS0hI0hI0ZA0ZA0ZA0O40O40C10C10000000C10C10O40O40\ O40ZA0ZA0hI0hI0oS0oS0ua0ua0ym0ym0ym0zy0zy0ym0ym0ua\ 0ua0oS0oS0hI0hI0hI0ZA0ZA0O40O40C10C10000000C10C10C\ 10O40O40ZA0ZA0hI0hI0oS0oS0ua0ua0ua0ym0ym0zy0zy0ym0\ ym0ua0ua0oS0oS0oS0hI0hI0ZA0ZA0O40O40C10C1000000000\ 0C10C10O40O40ZA0ZA0hI0hI0oS0oS0oS0ua0ua0ym0ym0zy0z\ y0ym0ym0ua0ua0ua0oS0oS0hI0hI0ZA0ZA0O40O40C10C10AKA\ AKAAKAAKADMDDMDDMDFPGFPGFPGFPGIRJIRJIRJLTMLTMLTMLT\ MNWPNWPNWPQYSQYSQYST`VT`VT`VT`VWbYWbYWbYYe`Ye`Ye`Y\ e``gc`gc`gccjfcjfcjfelielielieliholholholkqokqokqo\ kqomsqmsqmsqkqokqokqokqoholholholelielielicjfcjfcj\ fcjf`gc`gc`gcYe`Ye`Ye`Ye` } frm:F_20150215_1610 { ; Similar to the parallel resistance formula a=real(p1),b=real(p2)-1,d=imag(p1),f=imag(p2), z=0,c1=pixel-p3,c2=pixel-p4: z=1/(1/(a*(z^b)*sinh(z)+c1)+1/(d*(z^f)+c2)), |z|<100 } -- Mike Frazier www.fracton.org