This fractal isn't a Sierpiński carpet so what is this variant?

113 Views Asked by At

While building fractals in minecraft I built this fractal enter image description here with the intent of making a Sierpiński carpet but I made a mistake and created this (I also built this in 3d).

The procedure I used to create this fractal is as follows. Start with a square with the inner third removed.

square with inner third removed

Take 12 copies of this and arrange them to form a square void in the middle. Any sides that are next to each other get overlapped.

12 voids around a single larger void

Then rescale the shape so it is bounded within the previous shape.

Repeat this action. Noting that you now overlap not just the solid part but also the voids around the middle.

enter image description here

The limit of this sequence is the fractal I created. So what is this shape if it known?

2

There are 2 best solutions below

0
On BEST ANSWER

This shape, strangely enough, is in fact a Sierpiński Carpet. It's just not the "standard" carpet. But it is topologically equivalent to it.

In fact, the mathematician Whyburn showed that as long as the diameters of the holes go to zero, the boundaries of the holes are disjoint, the boundaries of the holes are simple closed curves (loops that don't cross themselves), and the union of boundaries of the holes is dense (meaning any point of the end fractal is arbitrarily close to some hole), then your fractal is topologically equivalent to the standard carpet.

0
On

As MW points out this carpet is topologically equivalent to a Sierpiński Carpet; moreover it has been described by Peter Karpov in the OEIS as A285391.

A way to describe how to generate this carpet is to follow the following procedure.

Start with a single cell at coordinates (0, 0), then iteratively subdivide the grid into 3 X 3 cells and remove the cells whose sum of modulo 2 coordinates is 2.