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.

A125753 Triangle read by rows: T(n,k) (n>=1) gives the number of n-indecomposable polyominoes with k cells (k >= n).

Original entry on oeis.org

1, 0, 1, 2, 1, 1, 0, 0, 2, 5, 12, 6, 5, 1, 1, 0, 0, 0, 5, 12, 35, 108, 73, 76, 80, 25, 15, 15, 0, 0, 0, 0, 12, 35, 108, 369, 1285, 1044, 1475, 2205, 2643, 983, 1050, 1208, 958, 0, 0, 0, 0, 0, 35, 108, 369, 1285, 4655, 17073, 15980, 26548, 48766, 79579, 99860, 45898, 60433, 89890, 109424, 84312, 0, 0, 0, 0, 0, 0, 108, 369, 1285, 4655, 17073, 63600, 238591, 245955, 458397, 948201, 1857965, 3160371, 4153971, 2217787, 3402761, 5855953, 9067535, 11402651, 9170285, 0, 0, 0, 0, 0, 0, 0, 369, 1285, 4655, 17073, 63600, 238591, 901971, 3426576, 3807508, 7710844, 17354771, 37983463
Offset: 1

Views

Author

David Applegate and N. J. A. Sloane, Feb 04 2007, Feb 14 2007

Keywords

Comments

A polyomino is called n-indecomposable if it cannot be partitioned (along cell boundaries) into two or more polyominoes each with at least n cells.
Row n has 4n-3 terms of which the first n-1 are zero.
For full lists of drawings of these polyominoes for n <= 6, see the links in A125759.

Examples

			Triangle begins:
1
0,1,2,1,1
0,0,2,5,12,6,5,1,1
0,0,0,5,12,35,108,73,76,80,25,15,15
0,0,0,0,12,35,108,369,1285,1044,1475,2205,2643,983,1050,1208,958
0,0,0,0,0,35,108,369,1285,4655,17073,15980,26548,48766,79579,99860,45898,60433,89890,109424,84312
0,0,0,0,0,0,108,369,1285,4655,17073,63600,238591,245955,458397,948201,1857965,3160371,4153971,2217787,3402761,5855953,9067535,11402651,9170285
0,0,0,0,0,0,0,369,1285,4655,17073,63600,238591,901971,3426576,3807508,7710844,17354771,37983463,...
		

Crossrefs

Row sums give A125709. Cf. A125759, A125761, A126742, A126743.

Extensions

Rows 5, 6, 7 and 8 from David Applegate, Feb 16 2007