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-16 of 16 results.

A277565 Number of flattenable free polyominoids.

Original entry on oeis.org

1, 2, 7, 40, 281, 2538
Offset: 1

Views

Author

John Mason, Oct 20 2016

Keywords

Comments

A polyominoid is flattenable if, by a process of unfolding, it may be transformed into a polyomino with the same number of squares. Tearing is not allowed - if two squares are adjacent in the polyominoid, they must be adjacent in the polyomino. Overlapping squares are not allowed - the polyomino must be exactly "one square thick".
To avoid ambiguity, the squares are infinitely flexible during the unfolding process; this is important for large polyominoids that thread through themselves. On the other hand, a polyominoid containing two intersecting rings is obviously not flattenable.
It is interesting that flattening is not a reversible process. In many cases, the resulting polyomino may not be folded to produce the original polyominoid without tearing.
See the link for drawings of the polyominoes of sizes 1 through 5, and all polyominoids that will flatten to those shapes. At the end of the file are all polyominoids of sizes 1 through 5 that are not flattenable.

Crossrefs

Cf. A075679.

A383736 Cluster series for percolation on polyominoid cells.

Original entry on oeis.org

1, 12, 92, 604, 3732, 22766, 136564
Offset: 0

Views

Author

Pontus von Brömssen, May 10 2025

Keywords

Comments

The coordination sequence for polyominoid cells (row 18 of A366768) is A005914, except that the term for distance 1 should be 12.

Crossrefs

A385399 a(n) is the number of free polyominoids that have faces aligned to precisely 2 planes.

Original entry on oeis.org

0, 1, 5, 33, 197, 1461, 11278, 93486, 799261
Offset: 1

Views

Author

John Mason, Jun 27 2025

Keywords

Crossrefs

Cf. A000105 (faces aligned to precisely 1 plane), A385400 (faces aligned to precisely 3 planes), A075679.

Formula

a(n) = A075679(n) - A385400(n) - A000105(n).

A385400 a(n) is the number of free polyominoids that have faces aligned to precisely 3 planes.

Original entry on oeis.org

0, 0, 2, 16, 239, 3154, 42225, 561178, 7459089
Offset: 1

Views

Author

John Mason, Jun 27 2025

Keywords

Crossrefs

Cf. A000105 (faces aligned to precisely 1 plane), A385399 (faces aligned to precisely 2 planes), A075679.

Formula

a(n) = A075679(n) - A385399(n) - A000105(n).

A387003 Triangle read by rows: T(n,d) is the number of free (d,2)-polyominoids of size n, 2 <= d <= n+1.

Original entry on oeis.org

1, 1, 2, 2, 9, 12, 5, 54, 95, 103
Offset: 1

Views

Author

Pontus von Brömssen, Aug 14 2025

Keywords

Comments

If d > n+1, there are T(n,n+1) such polyominoids. The triangle only includes the values for d <= n+1.

Examples

			Triangle begins:
  n\d| 2  3  4   5
  ---+------------
  1  | 1
  2  | 1  2
  3  | 2  9 12
  4  | 5 54 95 103
		

Crossrefs

Columns: A000105 (d=2), A075679 (d=3), A366334 (d=4).
Cf. A330891 (polyominoes), A385583 (polysticks), A385715 (fixed), A387002, A387004, A387005 (main diagonal).

Formula

T(n,d) = Sum_{k=1..d} A387004(n,k).

A387005 Number of free (d,2)-polyominoids of size n in arbitrary dimension d.

Original entry on oeis.org

1, 2, 12, 103
Offset: 1

Views

Author

Pontus von Brömssen, Aug 14 2025

Keywords

Crossrefs

Main diagonal of A387003.
Row sums of A387004.
Cf. A005519 (polyominoes), A365565 (polysticks).
Cf. A000105 (2 dimensions), A075679 (3 dimensions), A366334 (4 dimensions).
Previous Showing 11-16 of 16 results.