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

A338211 Triangle of coefficients of perimeter polynomials for free polyominoes.

Original entry on oeis.org

1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 5, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 11, 10, 10, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 18, 37, 30, 15, 3, 1
Offset: 0

Views

Author

Sean A. Irvine, Oct 17 2020

Keywords

Comments

Considered as a triangle, T(n,k) is the number of free polyominoes of n cells having a (cell) perimeter of k.

Examples

			Polynomials begin:
  1;
  x^4;
  x^6;
  x^7 + x^8;
  3*x^8 + x^9 + x^10;
  ...
		

Crossrefs

Cf. A000105 (row sums), A338210 (fixed equivalent), A338213 (sprawl), A366443 (column sums).

Formula

A000105(n) = Sum_{k=0..2*n+2} T(n,k).

A338212 a(n) is the number of fixed polyominoes with sprawl n.

Original entry on oeis.org

1, 0, 0, 0, 0, 1, 0, 0, 2, 0, 4, 2, 9, 9, 22, 32, 66, 104, 200, 348, 646, 1172, 2144, 3964, 7285, 13581, 25136, 47070, 87700, 164764, 309308, 582152, 1098698, 2074484
Offset: 0

Views

Author

Keywords

Comments

The sprawl of a polyomino is the number of cells in a polyomino plus the number of cells adjacent to it.

Crossrefs

Formula

Antidiagonal sums of A338210.
Showing 1-2 of 2 results.