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 A236579 #26 Jun 10 2022 06:14:24 %S A236579 1,3,15,75,371,1833,9057,44753,221137,1092699,5399327,26679563, %T A236579 131831075,651413681,3218814561,15905050017,78591236385,388340962771, %U A236579 1918899743823,9481812581835,46852249642771 %N A236579 The number of tilings of a 5 X (4n) floor with 1 X 4 tetrominoes. %C A236579 Tilings are counted irrespective of internal symmetry: Tilings that match each other after rotations and/or reflections are counted with their multiplicity. %C A236579 Related to A002378 by an Invert Transform. %H A236579 Mudit Aggarwal and Samrith Ram, <a href="https://arxiv.org/abs/2206.04437">Generating functions for straight polyomino tilings of narrow rectangles</a>, arXiv:2206.04437 [math.CO], 2022. %H A236579 R. J. Mathar, <a href="http://arxiv.org/abs/1311.6135">Paving Rectangular Regions with Rectangular Tiles: Tatami and Non-Tatami Tilings</a>, arXiv:1311.6135 [math.CO], 2013, Table 34. %H A236579 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], eq. (24). %H A236579 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (6,-6,4,-1). %F A236579 G.f.: (1-x)^3/(-6*x+1+6*x^2-4*x^3+x^4). %F A236579 a(n) = Sum_{k = 0..n} binomial(n + 3*k, 4*k)*2^k = Sum_{k = 0..n} A109960(n,k)*2^k. - _Peter Bala_, Nov 02 2017 %F A236579 a(n) = hypergeom([(n+1)/3, (n+2)/3, n/3 + 1, -n], [1/4, 1/2, 3/4], -27/128). - _Peter Luschny_, Nov 02 2017 %p A236579 g := (1-x)^3/(-6*x+1+6*x^2-4*x^3+x^4) ; %p A236579 taylor(%,x=0,30) ; gfun[seriestolist](%) ; %p A236579 # Alternatively: %p A236579 a := n -> hypergeom([(n+1)/3, (n+2)/3, n/3 + 1, -n], [1/4, 1/2, 3/4], -27/128): %p A236579 seq(simplify(a(n)), n=0..20); # _Peter Luschny_, Nov 02 2017 %t A236579 LinearRecurrence[{6, -6, 4, -1}, {1, 3, 15, 75}, 21] (* _Jean-François Alcover_, Jul 14 2018 *) %Y A236579 Cf. A003269 (4Xn floor), A236580 - A236582, A109960. %K A236579 nonn,easy %O A236579 0,2 %A A236579 _R. J. Mathar_, Jan 29 2014