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.

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

This page as a plain text file.
%I A059684 #22 May 12 2019 10:17:07
%S A059684 1,0,3,0,6,15,0,2,39,30,0,1,59,148,61,0,0,42,349,383,97,0,0,21,519,
%T A059684 1304,822,155,0,0,4,488,2847,3548,1551,220,0,0,1,321,4441,10323,8239,
%U A059684 2680,313,0,0,0,122,5008,21995,29442,16821,4327,415,0,0,0,35,4168,36035,79155,71742,31576
%N A059684 Triangle T(n,k) giving number of 4 X k polyominoes with n cells (n >= 4, 1<=k<=n-3).
%C A059684 Note that for k=4 (polyominoes with square bounding rectangle) these are not the free polyominoes, because Read does not apply the full symmetry group of order 8 to reduce the fixed polyominoes for d_q(n), but only the symmetry group of order 4 (excluding the 90 deg rotations). The free polyominoes with square bounding rectangles are his z_4(n) instead. - _R. J. Mathar_, May 12 2019
%H A059684 R. C. Read, <a href="https://doi.org/10.4153/CJM-1962-001-2">Contributions to the cell growth problem</a>, Canad. J. Math., 14 (1962), 1-20.
%e A059684 Triangle starts:
%e A059684 1;
%e A059684 0,3;
%e A059684 0,6,15;
%e A059684 0,2,39, 30;
%e A059684 0,1,59,148,  61;
%e A059684 0,0,42,349, 383,   97;
%e A059684 0,0,21,519,1304,  822,  155;
%e A059684 0,0, 4,488,2847, 3548, 1551,  220;
%e A059684 0,0, 1,321,4441,10323, 8239, 2680,  313;
%e A059684 0,0, 0,122,5008,21995,29442,16821, 4327,415;
%e A059684 0,0, 0, 35,4168,36035,79155,71742,31576,...
%e A059684 There are T(5,2)=3 out of 12 pentominoes that fill the 4X2 shape: the L, N and Y. The F, T, V, W, X, and Z require both dimensions >= 3; the P and U would fit but not touch all sides; the I requires one dimension of 5. - _R. J. Mathar_, May 08 2019
%Y A059684 Cf. A059680 (flipped or rotated considered distinct).
%K A059684 nonn,easy,nice,tabl
%O A059684 4,3
%A A059684 _N. J. A. Sloane_, Feb 05 2001
%E A059684 Changed 518 to 519 (correcting Read...) and added values for n>=11 cells. _R. J. Mathar_, May 12 2019