Inspired by Polyomino T hexomino and rectangle packing into rectangle
See also series Tiling rectangles with F pentomino plus rectangles and Tiling rectangles with Hexomino plus rectangle #1
Previous puzzle in this series Tiling rectangles with Heptomino plus rectangle #3
Next puzzle in this series Tiling rectangles with Heptomino plus rectangle #6
The goal is to tile rectangles as small as possible with the given heptomino, in this case number 4 of the 108 heptominoes. We allow the addition of copies of a rectangle. For each rectangle a×b, find the smallest area larger rectangle that copies of a×b plus at least one of the given heptomino will tile.
Example with the 1×1 you can tile a 2×6 as follows:
Now we don't need to consider 1×1 further as we have found the smallest rectangle tilable with copies of the heptomino plus copies of 1×1.
I found 31 more but lots of them can be found by 'expansion rules' or pattern variations. I considered component rectangles of width 1 through 11 and length to 32 but my search was far from complete.
List of known sizes:
- Width 1: Lengths 1 to 15, 18, 22
- Width 2: Lengths 2 to 9, 11, 15, 21
- Width 3: Lengths 4, 5, 7
- Width 4: Length 5
Most of these could be tiled by hand using logic rather than trial and error.
No comments:
Post a Comment