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.

Showing 1-7 of 7 results.

A001419 Number of n-celled polyominoes with holes.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 1, 6, 37, 195, 979, 4663, 21474, 96496, 425449, 1849252, 7946380, 33840946, 143060339, 601165888, 2513617990, 10466220315, 43425174374, 179630865835, 741123699012, 3050860717372, 12534339432498, 51408312232300, 210526591157926, 860989703302456
Offset: 1

Views

Author

Keywords

Comments

From John Mason, Sep 06 2022: (Start)
Conjecture: Almost all polyominoes are holey. In other words, a(n)/A000105(n) tends to 1 for increasing n.
The number of holes in a polyomino is given by the formula (based on a generalization of Pick's Theorem): H = n + 1 - i - s / 2, where:
n is the size (area) of the polyomino;
i is the number of completely internal vertices; i.e., the number of vertices that are surrounded by 4 squares;
s is the number of vertices on a single border; i.e., vertices that are the corners of 1, 2 or 3 squares, but excluding those that touch only 2 squares that are diagonally adjacent. (End)

References

  • S. W. Golomb, Polyominoes. Scribner's, NY, 1965; second edition ( Polyominoes: Puzzles, Packings, Problems and Patterns) Princeton Univ. Press, 1994.
  • Joseph S. Madachy, "Pentominoes - Some Solved and Unsolved Problems", J. Rec. Math., 2 (1969), 181-188.
  • George E. Martin, Polyominoes - A Guide to Puzzles and Problems in Tiling, The Mathematical Association of America, 1996
  • 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

Programs

  • Mathematica
    A[s_] := With[{s6 = StringPadLeft[ToString[s], 6, "0"]}, Cases[ Import[ "https://oeis.org/A" <> s6 <> "/b" <> s6 <> ".txt", "Table"], {, }][[All, 2]]];
    A000104 = A@104;
    A000105 = A@105;
    a[n_] := A000105[[n + 1]] - A000104[[n + 1]];
    a /@ Range[40] (* Jean-François Alcover, Jan 04 2020, updated Apr 21 2024 after John Mason's b-file *)

Formula

a(n) >= A057418(n). - R. J. Mathar, Jun 15 2014
a(n) = A000105(n) - A000104(n). - Jean-François Alcover, Jan 04 2020, after R. J. Mathar in A000105.

Extensions

More terms from Joseph Myers, May 05 2002
More terms from Joseph Myers, Nov 04 2003
a(24)-a(26) from Joseph Myers, Nov 17 2010
More terms from John Mason, Oct 10 2022

A089454 Number of n-celled polyominoes with exactly 2 holes.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 41, 346, 2384, 14560, 81863, 433172, 2192752, 10726252, 51094203, 238259280, 1092053068, 4934652298, 22034767837, 97407519119, 426916828181
Offset: 1

Views

Author

Joseph Myers, Nov 04 2003

Keywords

Crossrefs

A089455 Number of n-celled polyominoes with exactly 3 holes.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 69, 798, 7021, 51775, 339958, 2053872, 11665593, 63192945, 329798278, 1670466031, 8256762365, 39992202198
Offset: 1

Views

Author

Joseph Myers, Nov 04 2003

Keywords

Crossrefs

A089456 Number of n-celled polyominoes with exactly 4 holes.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 179, 2509, 25609, 214932, 1578984, 10536260, 65411645, 383981499, 2156114468
Offset: 1

Views

Author

Joseph Myers, Nov 04 2003

Keywords

Crossrefs

A089457 Number of n-celled polyominoes with exactly 5 holes.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 573, 9140, 105417, 982767, 7919375, 57387444
Offset: 1

Views

Author

Joseph Myers, Nov 04 2003

Keywords

Crossrefs

A089458 Number of n-celled polyominoes with exactly 6 holes.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 64, 2131, 38022, 480713, 4872679, 42360239
Offset: 1

Views

Author

Joseph Myers, Nov 04 2003

Keywords

Crossrefs

Extensions

a(27)-a(28) from Tomás Oliveira e Silva's page added by Andrey Zabolotskiy, Oct 02 2022

A057420 Axially symmetric n-celled polyominoes with 1 hole.

Original entry on oeis.org

1, 3, 8, 25, 45, 137, 221, 650, 1006, 2857, 4370, 12050, 18417, 49516, 76037, 200184, 309411, 800440, 1245934, 3176482
Offset: 9

Views

Author

N. J. A. Sloane, Sep 05 2000

Keywords

Crossrefs

Showing 1-7 of 7 results.