A365142 List of free polyominoes in arbitrary dimension given by an integer code (see comments), ordered first by the number of cells, then by the value of the code.
1, 3, 7, 11, 15, 23, 39, 43, 46, 51, 139, 31, 47, 55, 59, 87, 115, 143, 171, 174, 271, 302, 555, 558, 565, 775, 806, 2063, 2075, 2341, 2342, 2348, 2598, 2610, 24583, 32907, 133158, 63, 95, 119, 123, 159, 175, 187, 287, 303, 399, 430, 559, 567, 574, 615, 619
Offset: 1
Examples
For the pentacube consisting of 4 monocubes arranged in a square, and one monocube on top of one of them, the (translated) orientation that minimizes the code occupies the points (0,0,0), (1,0,0), (0,1,0), (0,0,1), and (1,1,0) (with all coordinates after the third equal to 0). The ordinal numbers of these points are 1-1 = 0, 2^1-1 = 1, 3^1-1 = 2, 5^1-1 = 4, and 2^1*3^1-1 = 5, so the code is 2^0+2^1+2^2+2^4+2^5 = 55 = a(14). As an irregular triangle: 1; 3; 7, 11; 15, 23, 39, 43, 46, 51, 139; ...
Comments