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.
%I A236582 #16 Nov 28 2016 02:43:47 %S A236582 1,1,1,1,7,15,25,37,100,229,454,811,1732,3777,7858,15339,31273,65536, %T A236582 136600,276535,562728,1159942,2400783,4918159,10052140,20627526, %U A236582 42480474,87254743,178855138,366854368 %N A236582 The number of tilings of an 8 X n floor with 1 X 4 tetrominoes. %C A236582 Tilings are counted irrespective of internal symmetry: Tilings that match each other after rotations and/or reflections are counted with their multiplicity. %H A236582 R. J. Mathar, <a href="http://arxiv.org/abs/1311.6135">Paving rectangular regions...</a>, arXiv:1311.6135 [math.CO], 2013, Table 37. %H A236582 R. J. Mathar, <a href="http://arxiv.org/abs/1406.7788">Tilings of Rectangular Regions by Rectangular Tiles: Counts Derived from Transfer Matrices</a>, arXiv:1406.7788 [math.CO], 2014, eq. (28). %F A236582 G.f.: p(x)/q(x) with polynomials p and q defined in the Maple code. %p A236582 p := (1-x)^3*(x+1)^3*(x^2+1)^3*(x^6-x^4-x^3-x^2+1) ; %p A236582 q := -x^2 -13*x^10 -5*x^18 +8*x^6 -x -x^20 -9*x^4 +16*x^8 -13*x^12 -2*x^19 +1 +10*x^14 +5*x^7 +6*x^15 -6*x^11 +x^22 +6*x^16 +x^17 +2*x^5 -2*x^13 ; %p A236582 taylor(p/q,x=0,30) ; %p A236582 gfun[seriestolist](%) ; %Y A236582 Cf. A003269 (4 X n floor), A236579 - A236581. %Y A236582 Column k=4 of A250662. %Y A236582 Cf. A251074. %K A236582 nonn,easy %O A236582 0,5 %A A236582 _R. J. Mathar_, Jan 29 2014