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.

A059681 Triangle T(n,k) giving number of fixed 5 X k polyominoes with n cells (n >= 5, 1<=k<=n-4).

Original entry on oeis.org

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

Views

Author

N. J. A. Sloane, Feb 05 2001

Keywords

Examples

			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.

Formula

T(n,k) = 0 for n > 5*k. - Andrew Howroyd, Oct 02 2017

Extensions

a(24) corrected and terms a(26) and beyond from Andrew Howroyd, Oct 02 2017