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.

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).