A345764 Number the tiles of a regular hexagonal tiling from 0 in a spiral. Consider perpendicular axes, X and Y, through the center of tile 0, one of which passes through the center of tile 1. Define a set of equivalence classes of tiles with respect to reflections about X and Y. a(n) is the smallest number of a tile in the same equivalence class as tile n.
0, 1, 2, 2, 1, 2, 2, 7, 8, 7, 10, 11, 10, 7, 8, 7, 10, 11, 10, 19, 20, 21, 20, 19, 24, 25, 25, 24, 19, 20, 21, 20, 19, 24, 25, 25, 24, 37, 38, 39, 40, 39, 38, 37, 44, 45, 46, 45, 44, 37, 38, 39, 40, 39, 38, 37, 44, 45, 46, 45, 44, 61, 62, 63, 64, 65, 64, 63, 62, 61
Offset: 0
Keywords
Examples
Illustration of the relative positions of tiles on the spiral, marking the n-th tile on the spiral by a(n) to denote its equivalence class: . . 24 -- 25 -- 25 -- 24 . / \ . / \ . 19 10 -- 11 -- 10 19 . / / \ \ . / / \ \ . 20 7 2 --- 2 7 20 . / / / \ \ \ . / / / \ \ \ . 21 8 1 0 --- 1 8 21 . \ \ \ / / . \ \ \ / / . 20 7 2 --- 2 --- 7 20 . \ \ / . \ \ / . 19 10 -- 11 -- 10 -- 19 . \ . \ . 24 -- 25 -- 25 -- 24 . Recall that the underlying tile numbers count steps along the spiral from 0. When we follow the spiral in the illustration above and encounter a number m, which denotes an equivalence class, for the first time, this is also at tile number m. Tile 1 maps to itself (as does tile 4) when reflected about the axis through the centers of tiles 0 and 1 (horizontal as shown above). Tiles 1 and 4 map to each other when reflected about the perpendicular (vertical) axis. So tiles 1 and 4 form an equivalence class, and the smallest number of a tile in this class is 1. So a(1) = 1 and a(4) = 1.
Links
- Eric Weisstein's World of Mathematics, Hexagonal Grid.
- Brian Wichmann, Tiling for Unique Factorization Domains, Jul 22 2019.
Comments