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.

A268371 Triangle read by rows: T(n,k) is the number of free polyominoes with width n and height 1<=k<=n.

Original entry on oeis.org

1, 1, 2, 1, 6, 24, 1, 12, 181, 1051, 1, 30, 941, 21992, 238048, 1, 65, 4662, 228013, 9735647, 195284973, 1, 158, 23691, 2337694, 195616247, 15256715219, 577169894573
Offset: 1

Views

Author

John Mason, Feb 03 2016

Keywords

Comments

Superset of Craig Knecht's A268311.

Examples

			The first rows of the array are:
1;
1, 2;
1, 6, 24;
1, 12, 181, 1051;
...
T(4,3)=181 = 15+39+59+42+21+4+1: In the 4x3 square fit 15 6-ominoes, 39 7-ominoes, 59 8-ominoes, 42 9-ominoes, 21 10-ominoes, 4 11-ominoes or 1 12-omino. - _R. J. Mathar_, Jun 07 2020
		

Crossrefs

Cf. A268311 (right diagonal), A335711 (column n=2), A000105 (free polyominoes), A292357 (equival. for fixed polys).

Extensions

a(16)-a(28) from Jean-Luc Manguin, May 25 2020