login
A338211
Triangle of coefficients of perimeter polynomials for free polyominoes.
3
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,31
COMMENTS
Considered as a triangle, T(n,k) is the number of free polyominoes of n cells having a (cell) perimeter of k.
LINKS
Sean A. Irvine, Java program (github)
FORMULA
A000105(n) = Sum_{k=0..2*n+2} T(n,k).
EXAMPLE
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).
Sequence in context: A066746 A278105 A074063 * A115717 A339632 A350879
KEYWORD
nonn,tabf
AUTHOR
Sean A. Irvine, Oct 17 2020
STATUS
approved