OFFSET
1,2
COMMENTS
Considers only translations, and not rotations or reflections, of polyominoes without holes tallied in A000104(n) (polyominoes with holes, A001419, cannot tessellate), tiled to lattices tallied in A000203(n) (or A145393(n) allowing for rotations and reflections), reduced for overall symmetry. - Charles L. Hohn, Apr 23 2026
LINKS
Charles L. Hohn, C++ program for generating terms, 2026.
A. V. Maleev, An Algorithm and Program of Exhaustive Search for Possible Tiling of a Plane with Polyominoes, Crystallography Reports, [abstract; translation of Krystallografiya], 46 (No. 1, 2001), 154-156.
EXAMPLE
From Charles L. Hohn, Apr 23 2026: (Start)
a(4) = 10:
+--+--+--+--+ +--+--+--+--+ +--+--+--+--+ +--+--+--+ + +--+--+--+ +
| | | | | | | | | | | |
+--+--+--+--+ +--+--+--+--+ +--+--+--+--+ + +--+--+--+ +--+ +--+--+
| | | | | | | | |
+--+--+--+--+ +--+--+--+--+ +--+--+--+--+ +--+ +--+--+ +--+--+--+ +
| | | | | | | | | |
+--+--+--+--+ +--+--+--+--+ +--+--+--+--+ +--+--+ +--+ +--+ +--+--+
| | | | | | | |
+--+--+--+--+ +--+--+--+--+ +--+--+--+--+ +--+--+--+ + +--+--+--+ +
+--+--+--+--+ +--+--+--+--+ +--+--+--+--+ +--+--+--+--+ +--+--+ +--+
| | | | | | | | | | | | | | |
+ + + + + + +--+ +--+ + +--+ +--+ + +--+ +--+--+
| | | | | | | | | | | |
+--+--+--+--+ +--+--+--+--+ +--+--+--+--+ +--+--+--+--+ + +--+--+--+
| | | | | | | | | | | | |
+ + + + + +--+ +--+ + + +--+ +--+ +--+--+--+ +
| | | | | | | | | | | |
+--+--+--+--+ +--+--+--+--+ +--+--+--+--+ +--+--+--+--+ +--+--+ +--+
(End)
PROG
(C++) // see Hohn link.
CROSSREFS
KEYWORD
nonn,more,hard
AUTHOR
N. J. A. Sloane, Feb 09 2002
EXTENSIONS
a(13)-a(21) from Charles L. Hohn, Apr 23 2026
STATUS
approved
