vertices = 3; n = 1; diff = 0
When a point chosen in cyclen cannot be used in cyclen+1, the fractal is quite different:
v = 3; n = 1; cycle = 1
The original triangle can be given a central point:
v = 3 + center; n = 1; diff = 0
v = 3 + center; n = 1; cycle = 1
Here are further images created by the process (some are incomplete to prevent saturation at low resolution):
v = 3 + center; n = 2; diff = 1
Enlargements of previous image
v = 4; n = 2; diff = 1
Enlargement of previous image
v = 5; n = 2; diff = 1
v = 5; n = 3; diff = 1
Enlargement of previous image
v = 6; n = 3; diff = 1
Enlargement of previous image
v = 6; n = 4; diff = 1
Enlargement of previous image
v = 3 + 3; n = 3; diff = 1
Enlargement of previous image
v = 3 + 3 + center; n = 5; diff = 1
Enlargement of previous image
(Note stronger central patches)
More Unnested Sierpinski Polygons