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.

A286443 Irregular triangle read by rows: T(n, k) = number of non-equivalent ways to tile an n X n X n triangular area with k 2 X 2 X 2 triangular tiles and an appropriate number (= n^2-4*k) of 1 X 1 X 1 tiles.

This page as a plain text file.
%I A286443 #10 May 22 2017 13:59:55
%S A286443 1,1,1,1,1,1,3,3,2,1,1,4,10,14,6,1,6,32,97,142,105,46,14,3,1,1,8,70,
%T A286443 398,1280,2386,2574,1569,524,87,3,1,11,143,1290,7301,26471,62067,
%U A286443 94423,93358,60287,25881,7697,1678,281,40,5,1,1,13,252,3366,29603,176591,728868
%N A286443 Irregular triangle read by rows: T(n, k) = number of non-equivalent ways to tile an n X n X n triangular area with k 2 X 2 X 2 triangular tiles and an appropriate number (= n^2-4*k) of 1 X 1 X 1 tiles.
%C A286443 The triangle T(n, k) is irregularly shaped: For n >= 4: 0 <= k <= n^2/4 if n is even, 0 <= k <= (n^2 -9)/4 if n is odd. First row corresponds to n = 1.
%C A286443 Rotations and reflections of tilings are not counted. If they are to be counted, see A286436. Tiles of the same size are indistinguishable.
%C A286443 For an analogous problem concerning square tiles, see A236679.
%H A286443 Heinrich Ludwig, <a href="/A286443/b286443.txt">Table of n, a(n) for n = 1..140</a>
%e A286443 The triangle begins with T(1, 0)
%e A286443    1;
%e A286443    1,    1;
%e A286443    1,    1;
%e A286443    1,    3,    3,    2,    1;
%e A286443    1,    4,   10,   14,    6;
%e A286443    1,    6,   32,   97,  142,  105,   46,   14,    3,    1;
%e A286443    1,    8,   70,  398, 1280, 2386, 2574, 1569,  524,   87,    3;
%e A286443 T(4, 3) = 2 because there are 2 non-equivalent ways to tile an area of size 4X4X4 with 3 tiles of size 2X2X2 and fill up the rest with tiles of size 1X1X1.
%Y A286443 Cf. A236679, A286436, A286444, A286445, A286446.
%K A286443 nonn,tabf
%O A286443 1,7
%A A286443 _Heinrich Ludwig_, May 16 2017