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.

A364460 Number of tilings of a 3 X n rectangle using dominoes and trominoes (of any shape).

This page as a plain text file.
%I A364460 #19 Apr 05 2025 08:38:28
%S A364460 1,1,6,30,145,733,3540,17300,84479,411963,2011408,9816506,47911847,
%T A364460 233851991,1141365064,5570761346,27189615925,132706261547,
%U A364460 647709321582,3161321546320,15429691961077,75308819284819,367565220881250,1794002281279416,8756117243124305,42736617464745197
%N A364460 Number of tilings of a 3 X n rectangle using dominoes and trominoes (of any shape).
%H A364460 Alois P. Heinz, <a href="/A364460/b364460.txt">Table of n, a(n) for n = 0..1453</a>
%H A364460 Wikipedia, <a href="https://en.wikipedia.org/wiki/Domino_(mathematics)">Domino (mathematics)</a>
%H A364460 Wikipedia, <a href="https://en.wikipedia.org/wiki/Tromino">Tromino</a>
%H A364460 <a href="/index/Rec#order_18">Index entries for linear recurrences with constant coefficients</a>, signature (3,6,13,0,53,18,69,48,35,-125,-76,-24,38,8,18,1,-3,-1).
%F A364460 G.f.: -(x^15 +2*x^14 +4*x^13 -5*x^12 -9*x^11 -18*x^10 +16*x^9 +5*x^8 +8*x^7 -10*x^6 +13*x^5 -6*x^4 +7*x^3 +3*x^2 +2*x -1) / (x^18 +3*x^17 -x^16 -18*x^15 -8*x^14 -38*x^13 +24*x^12 +76*x^11 +125*x^10 -35*x^9 -48*x^8 -69*x^7 -18*x^6 -53*x^5 -13*x^3 -6*x^2 -3*x +1).
%F A364460 a(n) mod 2 = A133872(n).
%e A364460 a(2) = 6:
%e A364460   .___.   .___.   .___.   .___.   .___.   .___.
%e A364460   | | |   |___|   | | |   |___|   | ._|   |_. |
%e A364460   | | |   |___|   |_|_|   | | |   |_| |   | |_|
%e A364460   |_|_|   |___|   |___|   |_|_|   |___|   |___|  .
%Y A364460 Column k=3 of A364457.
%Y A364460 Cf. A133872.
%K A364460 nonn,easy
%O A364460 0,3
%A A364460 _Alois P. Heinz_, Jul 25 2023