Box fractal refers to various iterated fractals created by a square or rectangular grid with various boxes removed or absent and, at each iteration, those present and/or those absent have the previous image scaled down and drawn within them. from Wikipedia
Consider three different box fractals.
- One square is removed from a 2x2 grid, so that 25% of the space is removed. The fractal dimension is $\frac{\log(3)}{\log(2)}\approx 1.585$. This is equivalent to the Sierpinski triangle.
- Two squares are removed from a 2x3 grid, so that 33% of the space is removed. This fractal shape is referred to as a "McMullen carpet" (refs: 1, 2). The fractal dimension is $\frac{\log(2)}{\log(2)} + \frac{\log(4/2)}{\log(3)} \approx 1.631$. This is equivalent to removing three squares from a 3x3 grid.
- Four squares are removed from a 3x3 grid, so that 44% of the space is removed. This is the Vicsek fractal, with a dimension of $\frac{\log(5)}{\log(3)}\approx 1.465$
Even though fractal #2 removes more space than fractal #1, its box-counting dimension is higher. However, higher fractal dimensions are usually associated with fractals which fill more space. Is there an intuitive way to understand why fractal #2 has a higher fractal dimension despite filling less space?




