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 21-24 of 24 results.

A182645 Number of poly-IH68-tiles (holes allowed) with n cells.

Original entry on oeis.org

1, 1, 4, 10, 34, 110, 388, 1369, 4982, 18246, 67727, 253014, 952275, 3602743, 13698525, 52297602, 200402285, 770414503, 2970385477, 11482405741, 44491816601, 172766346508, 672186393972, 2619994613794, 10228901862928, 39996339056273, 156612019296546, 614044339256951
Offset: 1

Views

Author

Joseph Myers, Nov 24 2010

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 NE-SW diagonal line.

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) + 2*A006746(n) + 3*A006748(n) + 2*A006747(n) + A056877(n) + 2*A056878(n) + A144553(n) + A142886(n). - Andrew Howroyd, Dec 04 2018

Extensions

a(19)-a(28) from Andrew Howroyd, Dec 04 2018

A056881 Number of n-celled diagonally symmetric polyominoes without holes.

Original entry on oeis.org

0, 0, 1, 0, 2, 2, 6, 5, 21, 18, 70, 61, 239, 206, 828, 711, 2903, 2485, 10314, 8791, 37031, 31451, 134147, 113566, 489672, 413419, 1799084, 1515282, 6647009, 5586834, 24677902, 20703840, 92009606, 77067674, 344336294, 288001040, 1292929699, 1079999410, 4869184237, 4062534430
Offset: 1

Views

Author

N. J. A. Sloane, Sep 03 2000

Keywords

Crossrefs

Cf. A000104, A006748 (with holes allowed).

Extensions

a(29)-a(40) from John Mason, Oct 11 2022

A351191 Number of polyominoes of 4n cells with both horizontal and vertical symmetries, for which the 180-degree rotational symmetry has an axis that coincides with a vertex of a square of the underlying matrix, but without 90-degree rotational symmetry.

Original entry on oeis.org

0, 1, 2, 9, 29, 106, 372, 1356, 4928, 18200, 67541, 252847, 951615, 3602131, 13696141, 52295335, 200393559, 770406039, 2970353199, 11482373919, 44491696182, 172766226170, 672185941552, 2619994156474, 10228900153083, 39996337310835, 156612012801698
Offset: 1

Views

Author

John Mason, Feb 05 2022

Keywords

Comments

This sequence enumerates a subset of the polyominoes enumerated by A056877.

Examples

			a(2)=1 because of the 2 by 4 octomino.
		

Crossrefs

Formula

a(n)=A144553(n) + A056877(n) + 2 * A006747(n) + 2 * A006746(n) + 4 * A006749(n) + A006748(n).

A176673 Partial sums of A001168.

Original entry on oeis.org

1, 3, 9, 28, 91, 307, 1067, 3792, 13702, 50148, 185416, 691277, 2595167, 9800041, 37194707, 141787644, 542583488, 2083404030, 8024142706, 30988922366, 119972435149, 465505007827, 1809877343351, 7049866113619, 27507668129630
Offset: 1

Views

Author

Jonathan Vos Post, Apr 23 2010

Keywords

Comments

Partial sums of number of fixed polyominoes with n cells, for n > 0.

Examples

			a(6) = 1 + 2 + 6 + 19 + 63 + 216 = 307.
		

Crossrefs

Formula

a(n) = Sum_{i=1..n} A001168(i).
Previous Showing 21-24 of 24 results.