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 25 results. Next

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

A030227 Number of achiral polyominoes with n cells.

Original entry on oeis.org

1, 1, 1, 2, 3, 6, 10, 20, 34, 70, 121, 250, 441, 912, 1630, 3375, 6092, 12624, 22961, 47616, 87136, 180811, 332549, 690398, 1275166, 2648422, 4909364, 10199792, 18966700, 39416488, 73497642, 152777230, 285569898, 593717419, 1112188817, 2312672439, 4340728280
Offset: 0

Views

Author

Keywords

Comments

Polyominoes with n cells and at least one line of reflection symmetry. - Joshua Zucker, Mar 08 2008
This sequence can most readily be calculated by enumerating fixed polyominoes for three different axes of symmetry: 1) a line composed of the diagonals of cells, A346800, 2) a line composed of edges of cells, and 3) a line composed of lines connecting the centers of adjacent cells, A346799. For the second case, any fixed polyomino just touching the edge line is reflected on the other side, so that sequence is A001168(n/2) for even values of n and zero otherwise. These three sequences together include each achiral polyomino exactly twice. - Robert A. Russell, Aug 04 2021

Examples

			For a(4)=3, the achiral tetrominoes are a 2 X 2 square, a 1 X 4 rectangle, and a cell plus three cells adjacent to it (forming a shortened T).
		

Crossrefs

Cf. A000988 (oriented), A000105 (unoriented), A030228 (chiral).
Cf. A006746, A006748, A056877, A056878, A142886 (subcategories).

Programs

Formula

a(n) = A000105(n) - A030228(n) = 2*A000105(n) - A000988(n). - Andrew Howroyd, Dec 04 2018
a(n) = A006746(n) + A006748(n) + A056877(n) + A056878(n) + A142886(n) = A000988(n) - 2*A030228(n). - Robert A. Russell, Feb 02 2019
For odd n, a(n) = (A346799(n) + A346800(n)) / 2; for even n, a(n) = (A346799(n) + A001168(n/2) + A346800(n)) / 2. - Robert A. Russell, Aug 04 2021

Extensions

a(23)-a(36) from Andrew Howroyd, Dec 04 2018
Name edited by Robert A. Russell, Feb 03 2019
Offset changed to 0, and a(0) added by John Mason, Jan 12 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

A346800 Number of fixed polyominoes with n cells that have a diagonal axis of symmetry going from lower left to upper right.

Original entry on oeis.org

1, 0, 2, 1, 5, 4, 16, 13, 54, 46, 186, 167, 660, 612, 2384, 2267, 8726, 8464, 32278, 31822, 120419, 120338, 452420, 457320, 1709845, 1745438, 6494848, 6686929, 24779026, 25703792, 94899470, 99096382, 364680344
Offset: 1

Views

Author

Robert A. Russell, Aug 04 2021

Keywords

Comments

This is one of three sequences needed to calculate the number of achiral polyominoes, A030227. The three sequences together contain exactly two copies of each achiral polyomino. This is the DL sequence in the Shirakawa link. The sequence can be calculated using Redelmeier's method; one chooses an original cell such that no cells in its LL-UR diagonal on one side of it are eligible, nor are any cells in lower LL-UR diagonals. Cells in that original diagonal are counted as one; all others count as two. Jensen's transfer matrix method (see Knuth POLYNUM program) could likely be modified to enumerate this sequence for many more terms; instead of rows, one uses diagonals.
The sequence also enumerates free polyominoes of size 4*n with maximal symmetry that have a center of rotation on a vertex of the underlying square matrix, which are a subset of those enumerated by A142886. - John Mason Jan 27 2022

Examples

			For a(5)=5, the polyominoes are:  XXX   X     X     XX     X
                                    X   X     XX     XX   XXX
                                    X   XXX    XX     X    X
		

Crossrefs

Formula

a(n) = 2*A006748(n) + 2*A056878(n) + A142886(n). - John Mason Jan 27 2022

A376971 Number of polycubes of size n and symmetry class G (full symmetry).

Original entry on oeis.org

1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 1, 2, 1, 1, 0, 0, 1, 2, 3, 1, 0, 0, 1, 3, 1, 1, 0, 0, 4, 5, 4, 1, 0, 0, 6, 7, 4, 3, 0, 0, 8, 10, 11, 3, 0, 0, 12, 14, 8, 5, 1, 0, 22, 21, 21, 7, 0, 0, 34, 32, 20, 12, 2, 0, 50, 48, 48, 16, 1, 1, 76, 69, 48, 27, 8, 1
Offset: 1

Views

Author

John Mason, Oct 11 2024

Keywords

Comments

See link "Counting free polycubes" for explanation of notation.
a(n) = 0 if and only if n is in the set {2, 3, 4, 5, 6, 9, 10, 11, 12, 14, 15, 16, 17, 21, 22, 23, 28, 29, 34, 35, 40, 41, 46, 47, 52, 53, 58, 59, 65, 70, 71, 77}. (See link "Polycubes with full symmetry".) - Pontus von Brömssen, Oct 12 2024
Conjecture: For n >= 62, a(n) > a(n-1) if and only if n is a multiple of 6. - Pontus von Brömssen, Oct 20 2024

Crossrefs

Cf. A000162, A038119, A142886 (polyominoes with full symmetry), A066288 (symmetric with rotations, group order 24).

Extensions

a(32)-a(36) from Pontus von Brömssen, Oct 14 2024
More terms from Pontus von Brömssen, Oct 20 2024

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

A351127 Number of polyominoes with n cells with maximal symmetry and center of rotation about the center of a square.

Original entry on oeis.org

1, 0, 0, 0, 1, 0, 0, 1, 2, 0, 0, 1, 2, 0, 0, 4, 4, 0, 0, 7, 7, 0, 0, 16, 11, 0, 0, 29, 20, 0, 0, 67, 36, 0, 0, 119, 65, 0, 0, 264, 117, 0, 0, 478, 216, 0, 0, 1043, 396, 0, 0, 1910, 736, 0, 0, 4116, 1369, 0, 0, 7592, 2558, 0, 0, 16201, 4787, 0, 0, 30114, 9006
Offset: 1

Views

Author

John Mason, Feb 02 2022

Keywords

Comments

The sequence enumerates a subset of the polyominoes of maximal symmetry enumerated by A142886.

Crossrefs

Formula

For n multiple of 4, a(n) = A142886(n) - A346800(n/4); otherwise a(n) = A142886(n).

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
Previous Showing 11-20 of 25 results. Next