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.

A338210 Triangle of coefficients of perimeter polynomials for fixed polyominoes.

Original entry on oeis.org

1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 9, 8, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 20, 28, 12, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 54, 80, 60, 16, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 136, 252, 228, 100, 20, 2
Offset: 0

Views

Author

Sean A. Irvine, Oct 16 2020

Keywords

Comments

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

Examples

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

Crossrefs

Cf. A001168 (row sums), A338211 (free equivalent), A338212 (sprawl), A003203.

Formula

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