A246521 List of free polyominoes in binary coding, ordered by number of bits, then value of the binary code. Can be read as irregular table with row lengths A000105 (in which case the offset is 0).
0, 1, 3, 7, 11, 15, 23, 27, 30, 75, 31, 47, 62, 79, 91, 94, 143, 181, 182, 188, 406, 1099, 63, 95, 111, 126, 159, 175, 183, 189, 190, 207, 219, 221, 222, 252, 347, 350, 378, 407, 413, 476, 504, 1103, 1115, 1118, 1227, 1244, 2127, 2229, 2230, 2236, 2292, 2451, 2454, 2460, 33867, 127
Offset: 1
Keywords
Examples
Number the points of the first quadrant as follows: ... ... ... 9 13 18 24 31 ... 5 8 12 17 23 ... 2 4 7 11 16 ... 0 1 3 6 10 ... An animal occupying squares numbered k1, ..., kN will be represented by a term a(n) = 2^k1 + ... + 2^kN, the position and orientation being chosen as to minimize this value: The "empty" 0-omino is represented by the empty sum equal to 0 = a(1). The monomino is represented by a square on 0, and the binary code 2^0 = 1 = a(2). The free domino is rotated to the ".." configuration represented by 2^0 + 2^1 (since this is smaller than the ":" configuration with value 2^0 + 2^2). The A000105(3) = 2 free triominoes are represented by 2^0 + 2^1 + 2^3 = [...] and 2^0 + 2^1 + 2^2 = [:.]. The latter value is smaller, therefore the L-shaped triomino is listed before the straight one. From _M. F. Hasler_, Jan 25 2021: (Start) Writing all N-ominoes on row N, the table begins: N | a(m .. m+k), m = 1 + Sum_{j<N} A000105(j), k = A000105(N) - 1 ----+-------------------------------------------------------------- 0 | a(1) = 0 = [] 1 | a(2) = 1 = 2^0 = [.] 2 | a(3) = 3 = 2^0 + 2^1 = [..] 3 | a(4) = 7 = [:.], a(5) = 11 = [...] 4 | 15 = [:..], 23 = [::], 27 = [.:.], 30 = [':.], 75 = [....] ... | ... (End)
Links
- John Mason, Table of n, a(n) for n = 1..87147
- F. T. Adams-Watters, Re: Sequence proposal by John Mason, SeqFan list, Aug 24 2014
Crossrefs
Extensions
More terms from John Mason, Aug 29 2014
Comments