A006746
Number of axially symmetric polyominoes with n cells.
Original entry on oeis.org
0, 0, 0, 1, 2, 6, 9, 23, 38, 90, 147, 341, 564, 1294, 2148, 4896, 8195, 18612, 31349, 70983, 120357, 271921, 463712, 1045559, 1792582, 4034832, 6950579, 15619507, 27023509, 60638559, 105320716, 236006955, 411364068, 920626423, 1609836928
Offset: 1
- N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
Sequences classifying polyominoes by symmetry group:
A000105,
A006746,
A006747,
A006748,
A006749,
A056877,
A056878,
A142886,
A144553,
A144554,
A349328,
A349329.
Extended to n=28 by Tomás Oliveira e Silva
A234006
Free polyominoes with 2n squares, having reflectional symmetry on axis that coincides with edges.
Original entry on oeis.org
1, 2, 4, 11, 35, 114, 392, 1381, 4998, 18292, 67791, 253182, 952527, 3603389, 13699516, 52300071, 200406183, 770424072, 2970400815, 11482442855, 44491876993, 172766491178, 672186631950, 2619995178793, 10228902801505, 39996341268584, 156612023001490, 614044347934591
Offset: 1
Cf.
A000105,
A001168,
A001933,
A151525,
A182645,
A234007,
A234008,
A234009,
A234010,
A349329,
A346799,
A346800,
A351191.
-
A151525 = Cases[Import["https://oeis.org/A151525/b151525.txt", "Table"], {, }][[All, 2]];
A182645 = Cases[Import["https://oeis.org/A182645/b182645.txt", "Table"], {, }][[All, 2]];
A001168 = Cases[Import["https://oeis.org/A001168/b001168.txt", "Table"], {, }][[All, 2]];
a[n_] := If[OddQ[n], A151525[[n]], A151525[[n]] + A182645[[n/2]] - A001168[[n/2]]];
Array[a, 28] (* Jean-François Alcover, Sep 10 2019, after Andrew Howroyd *)
A349328
Number of polyominoes with n cells and exactly one line of reflection symmetry, where that one line is parallel to the grid and passes through the center of at least one square.
Original entry on oeis.org
0, 0, 0, 1, 2, 4, 9, 16, 38, 62, 147, 241, 564, 926, 2148, 3561, 8195, 13700, 31349, 52858, 120357, 204444, 463712, 792986, 1792582, 3083469, 6950579, 12018394, 27023509, 46943409, 105320716, 183715445, 411364068, 720236762, 1609836928, 2828102115
Offset: 1
a(4) is 1 because of the tetromino:
O
OOO
Sequences classifying polyominoes by symmetry group:
A000105,
A006746,
A006747,
A006748,
A006749,
A056877,
A056878,
A142886,
A144553,
A144554,
A349329.
A331621
Number of distinct structures that can be made from n cubes without overhangs.
Original entry on oeis.org
1, 1, 2, 4, 12, 35, 129, 495, 2101, 9154, 41356, 189466, 880156, 4120515, 19425037, 92038062, 438030079, 2092403558, 10027947217, 48198234188, 232261124908, 1121853426115, 5430222591596
Offset: 0
For n = 0, one (the empty) structure is possible.
For n = 1, only one structure is possible, a single cube.
For n = 2, two structures are possible: two cubes one on top of the other, and two next to each other.
For n = 3, four structures are possible: an L shape with the L oriented vertically, an L shape with the L laid flat, a structure with 3 cubes stacked on top of each other and a structure with 3 cubes laid flat.
For n = 4, there are 12 possible distinct structures made from 4 cubes without overhangs. These include 1 structure that is 4 cubes tall, 1 structure that is 3 cubes tall, 5 structures that are 2 cubes tall and 5 that are 1 cube tall.
Extension to the third dimension of
A000105.
Showing 1-4 of 4 results.
Comments