A283056 Size of the smallest polyomino that admits a hole of size n.
0, 7, 9, 11, 11, 13, 13
Offset: 0
Examples
For n=1, we have a single square hole, so a(1)=7. For n=2, we have a domino hole, so a(2)=9. For n=3, we can use either an L or V tromino hole, so a(3)=11. For n=4, we use the square tetromino hole, so a(4)=11. For n=5, we use the P pentomino hole, so a(5)=13. For n=6, we use the 2 X 3 rectangle hole, so a(6)=13.
Crossrefs
Cf. A027709.
Comments