cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Previous Showing 11-20 of 26 results. Next

A000988 Number of one-sided polyominoes with n cells.

Original entry on oeis.org

1, 1, 1, 2, 7, 18, 60, 196, 704, 2500, 9189, 33896, 126759, 476270, 1802312, 6849777, 26152418, 100203194, 385221143, 1485200848, 5741256764, 22245940545, 86383382827, 336093325058, 1309998125640, 5114451441106, 19998172734786, 78306011677182, 307022182222506, 1205243866707468, 4736694001644862
Offset: 0

Views

Author

N. J. A. Sloane, hugh(AT)mimosa.com (D. Hugh Redelmeier)

Keywords

Comments

A000105(n) + A030228(n) = a(n) because the number of free polyominoes plus the number of polyominoes lacking bilateral symmetry equals the number of one-sided polyominoes. - Graeme McRae, Jan 05 2006
Names for the first few polyominoes: monomino, domino, tromino, tetromino, pentomino, hexomino, heptomino, octomino, enneomino (aka nonomino), decomino, hendecomino (aka undecomino), dodecomino, ...

Examples

			a(0) = 1 as there is 1 empty polyomino with #cells = 0. - _Fred Lunnon_, Jun 24 2020
		

References

  • S. W. Golomb, Polyominoes. Scribner's, NY, 1965; second edition (Polyominoes: Puzzles, Packings, Problems and Patterns) Princeton Univ. Press, 1994.
  • J. E. Goodman and J. O'Rourke, editors, Handbook of Discrete and Computational Geometry, CRC Press, 1997, p. 229.
  • W. F. Lunnon, personal communication.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

See A006758 for another version. Subtracting 1 gives first column of A195738. Cf. A000105 (unoriented), A030228 (chiral), A030227 (achiral), A001168 (fixed).

Formula

a(n) = 2*A006749(n) + A006746(n) + A006748(n) + 2*A006747(n) + A056877(n) + A056878(n) + 2*A144553(n) + A142886(n). - Andrew Howroyd, Dec 04 2018
a(n) = 2*A000105(n) - A030227(n) = 2*A030228(n) + A030227(n). - Robert A. Russell, Feb 03 2022

Extensions

a(0) = 1 added by N. J. A. Sloane, Jun 24 2020

A144554 Number of polyominoes with n cells whose symmetry group (excluding reflections) has order at least 2.

Original entry on oeis.org

1, 1, 1, 3, 3, 7, 8, 25, 25, 82, 85, 302, 307, 1111, 1131, 4216, 4267, 16076, 16253, 61976, 62475, 239927, 241447, 933576, 937574, 3644073, 3653624, 14267757, 14281711, 55996279, 55968648, 220244340, 219829297, 867868410, 865120447, 3425522409, 3410557920, 13540713898, 13466370893, 53596553368
Offset: 1

Views

Author

Fred Schneider, Dec 28 2008

Keywords

Comments

In other words, a(n) is the number of polyominoes with n cells having at least 180-degree rotational symmetry. - John Mason, Feb 14 2022

Crossrefs

Sequences classifying polyominoes by symmetry group: A000105, A006746, A006747, A006748, A006749, A056877, A056878, A142886, A144553, A144554.

Programs

Formula

This is the sum of A142886, A056877, A144553, A056878 and A006747. - Joseph Myers, Dec 31 2008
a(n) = A000105(n) - A006749(n) - A006746(n) - A006748(n). - John Mason, Feb 14 2022

Extensions

Edited by N. J. A. Sloane, Jan 01 2009
17 additional terms (just summing the terms from the 5 sequences specified in the description) Fred Schneider, Jan 03 2009
a(28) from John Mason, Oct 05 2021
a(29)-a(36) from John Mason, Oct 16 2021
Terms a(37) and beyond from John Mason, Feb 14 2022

A234008 Free polyominoes with 2n squares, having 180-degree rotational symmetry about a square mid-side, but no reflective symmetry.

Original entry on oeis.org

0, 1, 4, 16, 60, 231, 877, 3362, 12905, 49825, 193003, 750581, 2927792, 11453171, 44911853, 176499605, 694954416, 2741031257, 10827727980, 42831355495, 169640762209, 672657218163, 2669990735153, 10608176066076, 42184579054003
Offset: 1

Views

Author

John Mason, Dec 18 2013

Keywords

Comments

The number of free polyominoes of size 2n that have 180-degree rotational symmetry about a point that coincides with the midpoint of a side a square, and that have not at the same time any reflective symmetry. Note that for polyominoes which have a hole in the center, the center of rotation will be the midpoint of a side of a square within the hole, rather than being the midpoint of a side of a square of the polyomino itself. The sequence is defined for 2n rather than n as odd-sized polyominoes cannot have the required symmetry.
The sequence enumerates a subset of the polyominoes enumerated by A006747.

Crossrefs

Extensions

a(12)-a(18) from John Mason, Dec 13 2021
a(19)-a(25) from John Mason, Apr 15 2023

A056780 Rectangular free polyominoes: number of n-celled polyominoes when the cell is a rectangle.

Original entry on oeis.org

1, 2, 3, 9, 21, 68, 208, 730, 2542, 9287, 34053, 127112, 476849, 1803636, 6851960, 26157362, 100211446, 385239872, 1485232325, 5741327939, 22246061118, 86383655207, 336093789246, 1309999171971, 5114453234510, 19998176771431, 78306018629550, 307022197845116
Offset: 1

Views

Author

James Sellers, Aug 28 2000

Keywords

Crossrefs

Cf. A000105 (cell is square), A151522 (1-sided), A001168 (fixed).

Programs

Formula

a(n) = 2*A006749(n) + 2*A006746(n) + A006748(n) + 2*A006747(n) + 2*A056877(n) + A056878(n) + A144553(n) + A142886(n). - Andrew Howroyd, Dec 04 2018

Extensions

Edited by N. J. A. Sloane, Apr 25 2001
Two more terms from Ed Pegg Jr, May 13 2009
a(13)-a(18) from Joseph Myers, Nov 15 2010
a(19)-a(28) from Andrew Howroyd, Dec 04 2018

A030228 Number of chiral polyominoes with n cells.

Original entry on oeis.org

0, 0, 0, 0, 2, 6, 25, 88, 335, 1215, 4534, 16823, 63159, 237679, 900341, 3423201, 13073163, 50095285, 192599091, 742576616, 2870584814, 11122879867, 43191525139, 168046317330, 654998425237, 2557224396342, 9999083912711, 39153000738695, 153511081627903
Offset: 0

Views

Author

Keywords

Comments

For n>0, A000105(n) + a(n) = A000988(n) because the number of free polyominoes plus the number of polyominoes lacking bilateral symmetry equals the number of one-sided polyominoes. - Graeme McRae, Jan 05 2006
For n>0, each chiral pair is counted as one. - Robert A. Russell, Feb 23 2022

Examples

			For a(4)=2, the two chiral tetrominoes are XXX and XX .
                                           X        XX
		

Crossrefs

Cf. A000988 (oriented), A000105 (unoriented), A030227 (achiral).
Cf. A006747, A006749, A144553 (subcategories).

Programs

Formula

For n>0, a(n) = A000988(n) - A000105(n). - Graeme McRae, Jan 05 2006
a(n) = A006749(n) + A006747(n) + A144553(n). - Andrew Howroyd, Dec 04 2018
a(n) = A000105(n) - A030227(n). - Robert A. Russell, Feb 02 2019
For n>0, (A000988(n) - A030227(n)) / 2. - Robert A. Russell, Feb 23 2022

Extensions

Terms a(23) and beyond from Andrew Howroyd, Dec 04 2018
Name edited by Robert A. Russell, Feb 03 2019
a(0)=0 corrected by John Mason, Jan 12 2023

A151522 Number of 1-sided polyrhombs with n cells.

Original entry on oeis.org

1, 2, 4, 13, 35, 120, 392, 1405, 4998, 18378, 67792, 253509, 952534, 3604624, 13699554, 52304807, 200406370, 770442286, 2970401696, 11482513428, 44491881033, 172766765654, 672186650116, 2619996250930, 10228902882021, 39996345469572, 156612023354364, 614044364443761
Offset: 1

Views

Author

Ed Pegg Jr, May 13 2009

Keywords

Comments

Also counts 1-sided polyrects.

Crossrefs

Polyominoes by group of symmetries relating shapes considered the same: A000105 (all symmetries), A001168 (translations only), A000988 (rotations and translations), A056780 (horizontal and vertical reflections, rotations of order 2 and translations), A056783 (reflections in either diagonal, rotations of order 2 and translations), A151522 (rotations of order 2 and translations), A151525 (reflections in a horizontal line and translations), A182645 (reflections in a NE-SW diagonal line and translations)

Programs

Formula

a(n) = 4*A006749(n) + 2*A006746(n) + 2*A006748(n) + 4*A006747(n) + 2*A056877(n) + 2*A056878(n) + 2*A144553(n) + A142886(n). - Andrew Howroyd, Dec 04 2018

Extensions

Edited and a(13)-a(18) by Joseph Myers, Nov 24 2010
a(19)-a(28) from Andrew Howroyd, Dec 04 2018

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

Views

Author

John Mason, Nov 15 2021

Keywords

Examples

			a(4) is 1 because of the tetromino:
   O
  OOO
		

Crossrefs

Sequences classifying polyominoes by symmetry group: A000105, A006746, A006747, A006748, A006749, A056877, A056878, A142886, A144553, A144554, A349329.

Formula

For odd n, a(n) = A006746(n).
For even n, a(n) = A006746(n) - A349329(n/2).

A349329 Number of polyominoes with 2n cells and exactly one line of reflection symmetry, where that one line is parallel to the grid and passes through the corner of at least one square.

Original entry on oeis.org

0, 0, 2, 7, 28, 100, 368, 1335, 4912, 18125, 67477, 252573, 951363, 3601113, 13695150, 52291510, 200389661, 770391542, 2970337861, 11482318605, 44491635790, 172766013959, 672185703574, 2619993338628
Offset: 1

Views

Author

John Mason, Nov 15 2021

Keywords

Examples

			a(3)=2 because of hexominoes:
  OO   and   O
  O          OO
  O          OO
  OO         O
		

Crossrefs

Sequences classifying polyominoes by symmetry group: A000105, A006746, A006747, A006748, A006749, A056877, A056878, A142886, A144553, A144554, A349328.

Formula

a(n) = A006746(2n) - A349328(2n).
a(n) = 2*(A006747(n) + A006748(n)) + A144553(n) + A056878(n) + A006746(n) + 4*A006749(n). - corrected by John Mason, Feb 26 2023

Extensions

Name corrected by John Mason, Feb 01 2022

A056783 Number of diamond polyominoes with n cells.

Original entry on oeis.org

1, 1, 3, 7, 20, 62, 204, 709, 2526, 9212, 33989, 126838, 476597, 1802618, 6850969, 26153537, 100207548, 385225375, 1485216987, 5741272625, 22246000726, 86383442996, 336093551268, 1309998354125, 5114452295933, 19998173607505, 78306014924606, 307022185565345
Offset: 1

Views

Author

James Sellers, Aug 28 2000

Keywords

Comments

Also the number of polybricks of size n made of Lego.

Crossrefs

Formula

a(n) = 2*A006749(n) + A006746(n) + 2*A006748(n) + 2*A006747(n) + A056877(n) + 2*A056878(n) + A144553(n) + A142886(n). - Andrew Howroyd, Dec 04 2018

Extensions

More terms from Don Reble, Nov 01 2001
a(15)-a(18) from Joseph Myers, Nov 15 2010
Offset corrected and a(19)-a(28) from Andrew Howroyd, Dec 04 2018

A151525 Number of poly-IH64-tiles (holes allowed) with n cells.

Original entry on oeis.org

1, 2, 4, 12, 35, 116, 392, 1390, 4998, 18321, 67791, 253288, 952527, 3603761, 13699516, 52301427, 200406183, 770429000, 2970400815, 11482461055, 44491876993, 172766558719, 672186631950, 2619995431640, 10228902801505, 39996342220199, 156612023001490, 614044351536722
Offset: 1

Views

Author

Ed Pegg Jr, May 13 2009

Keywords

Comments

Equivalently, polyominoes where two polyominoes are considered the same if and only if they are related by a translation or a reflection in a horizontal line. Formerly described as one-sided polyrects, but that is A151522.

References

  • Branko Grünbaum and G. C. Shephard, Tilings and Patterns. W. H. Freeman, New York, 1987, Sections 6.2 and 9.4.

Crossrefs

Polyominoes by group of symmetries relating shapes considered the same: A000105 (all symmetries), A001168 (translations only), A000988 (rotations and translations), A056780 (horizontal and vertical reflections, rotations of order 2 and translations), A056783 (reflections in either diagonal, rotations of order 2 and translations), A151522 (rotations of order 2 and translations), A151525 (reflections in a horizontal line and translations), A182645 (reflections in a NE-SW diagonal line and translations)

Formula

a(n) = 4*A006749(n) + 3*A006746(n) + 2*A006748(n) + 2*A006747(n) + 2*A056877(n) + A056878(n) + A144553(n) + A142886(n). - Andrew Howroyd, Dec 04 2018

Extensions

Edited and a(13)-a(18) by Joseph Myers, Nov 24 2010
a(19)-a(28) from Andrew Howroyd, Dec 04 2018
Previous Showing 11-20 of 26 results. Next