A286437
Number of ways to tile an n X n X n triangular area with two 2 X 2 X 2 triangular tiles and an appropriate number (= n^2-8) of 1 X 1 X 1 tiles.
Original entry on oeis.org
0, 9, 48, 153, 372, 765, 1404, 2373, 3768, 5697, 8280, 11649, 15948, 21333, 27972, 36045, 45744, 57273, 70848, 86697, 105060, 126189, 150348, 177813, 208872, 243825, 282984, 326673, 375228, 428997, 488340, 553629, 625248, 703593, 789072, 882105, 983124, 1092573
Offset: 3
There are 9 ways of tiling a triangular area of side 4 with two tiles of side 2 and an appropriate number (= 8) of tiles of side 1. See example in links section.
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.
Original entry on oeis.org
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, 398, 1280, 2386, 2574, 1569, 524, 87, 3, 1, 11, 143, 1290, 7301, 26471, 62067, 94423, 93358, 60287, 25881, 7697, 1678, 281, 40, 5, 1, 1, 13, 252, 3366, 29603, 176591, 728868
Offset: 1
The triangle begins with T(1, 0)
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, 398, 1280, 2386, 2574, 1569, 524, 87, 3;
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.
A286445
Number of non-equivalent ways to tile an n X n X n triangular area with three 2 X 2 X 2 triangular tiles and an appropriate number (= n^2-12) of 1 X 1 X 1 tiles.
Original entry on oeis.org
0, 2, 14, 97, 398, 1290, 3366, 7731, 15888, 30248, 53850, 91147, 147496, 230290, 348148, 512457, 736204, 1035986, 1430420, 1942691, 2598470, 3429064, 4468784, 5758755, 7343670, 9276330, 11613714, 14422313, 17773458, 21749506, 26438362, 31940587, 38363044, 45826992
Offset: 3
There are 2 non-equivalent ways of tiling a triangular area of side 4 with three tiles of side 2 and an appropriate number (= 4) of tiles of side 1. See example in links section.
- Heinrich Ludwig, Table of n, a(n) for n = 3..100
- Heinrich Ludwig, Illustration of tiling a 4X4X4 area
- Index entries for linear recurrences with constant coefficients, signature (3,0,-7,3,6,0,-6,-3,7,0,-3,1).
A286446
Number of non-equivalent ways to tile an n X n X n triangular area with four 2 X 2 X 2 triangular tiles and an appropriate number (= n^2-16) of 1 X 1 X 1 tiles.
Original entry on oeis.org
0, 1, 6, 142, 1280, 7301, 29603, 96485, 266636, 652908, 1452054, 2992513, 5789499, 10629381, 18660890, 31530854, 51525116, 81772345, 126449707, 191075297, 282794784, 410784700, 586640186, 824912741, 1143620051, 1564946921, 2115898646, 2829194838, 3744093216, 4907506597
Offset: 3
There are 6 non-equivalent ways of tiling a triangular area of side 5 with 4 tiles of side 2 and an appropriate number (= 9) of tiles of side 1. See illustration in links section.
- Heinrich Ludwig, Table of n, a(n) for n = 3..100
- Heinrich Ludwig, Illustration of tiling a 5X5X5 area
- Index entries for linear recurrences with constant coefficients, signature (2,3,-5,-8,3,19,4,-24,-15,15,24,-4,-19,-3,8,5,-3,-2,1).
-
concat(0, Vec(x^4*(1 + 4*x + 127*x^2 + 983*x^3 + 4353*x^4 + 11916*x^5 + 22875*x^6 + 31058*x^7 + 30066*x^8 + 18947*x^9 + 5576*x^10 - 2441*x^11 - 3003*x^12 - 698*x^13 + 707*x^14 + 536*x^15 + 71*x^16 - 73*x^17 - 37*x^18 - 8*x^19) / ((1 - x)^9*(1 + x)^4*(1 + x + x^2)^3) + O(x^60))) \\ Colin Barker, May 12 2017
Showing 1-4 of 4 results.
Comments