A330844 Start with a Koch snowflake tile, and repeatedly append along the tiles of the previous step tiles scaled by a factor of sqrt(1/3) and rotated by 90 degrees that do not overlap with any prior tile and of which one third of the perimeter matches one sixth of the perimeter of adjacent prior tiles; a(n) gives the number of tiles appended at n-th step.
1, 6, 18, 42, 90, 186, 366, 690, 1278, 2322, 4182, 7482, 13326, 23682, 42006, 74442, 131838, 233394, 413094, 731034, 1293582, 2288898, 4049910, 7165674, 12678366, 22431954, 39688902, 70221498, 124242606, 219821730, 388929174, 688129674, 1217502846, 2154118770
Offset: 1
Keywords
Links
- Aperiodic Rhomb Tiling, Koch Tiles
- Ben Van Dusen, Billy Scannel, Richard Taylor, A Fractal Comparison of Escher and Koch Tessellations, arXiv:1209.2180 [physics.pop-ph], 2012-2013.
- Rémy Sigrist, Two adjacent Koch snowflakes at consecutive steps
- Rémy Sigrist, Representation of the bounding hexagons for the first 10 steps
- Rémy Sigrist, Representation of the figure after 13 steps
- Rémy Sigrist, C# program for A330844
- Rémy Sigrist, C++ program for A330844
- Spacefilling Curves, On filling the Koch Snowflake
- Wikipedia, Koch snowflake
- Wikipedia, Trihexagonal tiling
Comments