login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A059681
Triangle T(n,k) giving number of fixed 5 X k polyominoes with n cells (n >= 5, 1<=k<=n-4).
4
1, 0, 16, 0, 38, 83, 0, 32, 376, 230, 0, 10, 784, 1526, 497, 0, 1, 987, 5154, 4180, 932, 0, 0, 778, 11328, 18944, 9458, 1591, 0, 0, 370, 17598, 58665, 52488, 18936, 2538, 0, 0, 101, 19912, 135325, 204466, 123652, 34726, 3845, 0, 0, 15, 16440, 241550, 611859
OFFSET
5,3
LINKS
R. C. Read, Contributions to the cell growth problem, Canad. J. Math., 14 (1962), 1-20.
FORMULA
T(n,k) = 0 for n > 5*k. - Andrew Howroyd, Oct 02 2017
EXAMPLE
Triangle starts:
1;
0, 16;
0, 38, 83;
0, 32, 376, 230;
0, 10, 784, 1526, 497;
0, 1, 987, 5154, 4180, 932;
0, 0, 778, 11328, 18944, 9458, 1591;
...
CROSSREFS
Column sums are row 5 of A292357.
Sequence in context: A005077 A059060 A331140 * A135925 A188784 A123935
KEYWORD
nonn,easy,nice,tabl
AUTHOR
N. J. A. Sloane, Feb 05 2001
EXTENSIONS
a(24) corrected and terms a(26) and beyond from Andrew Howroyd, Oct 02 2017
STATUS
approved