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.

A360055 Number of L-connected free polyominoes with n cells (see comments for definition).

Original entry on oeis.org

1, 1, 1, 2, 4, 7, 14, 24, 48, 83, 155, 265, 472, 793, 1356, 2235, 3700, 5977, 9636, 15262, 24068, 37439, 57920, 88628, 134838, 203264, 304688, 453126, 670238, 984556, 1438878, 2089996, 3021162, 4343229, 6215668, 8851151, 12550775, 17716075, 24907961, 34873541, 48644474
Offset: 0

Views

Author

Allan C. Wechsler and John Mason, Jan 23 2023

Keywords

Comments

By "L-connected" we mean that every pair of cells in the polyomino can be connected by a chain of cells in the polyomino, consisting of a vertical chain and a horizontal chain that share one of their end cells.
We consider the empty polyomino, or "nullomino" to be L-connected because there are no pairs of cells, so the universal quantifier in the definition is trivially satisfied.
The entries through n = 6 were hand-counted by Allan C. Wechsler, and John Mason confirmed those entries and extended the data through n = 18.

Examples

			For n = 4 the 4 solutions are the straight tetromino, the L tetromino, the T tetromino, and the square tetromino. The skew or S tetromino is not L-connected, because there is no qualifying path between the two most distant cells.
		

Crossrefs

Main entry at A000105; see the cross-references there.
Cf. A126764 (the fixed case).

Programs

Extensions

Terms a(19) and beyond from Andrew Howroyd, Jan 24 2023