A375823 Number of ways to tile a 3-row trapezoid of average length n with triangular and rectangular tiles, each of size 3.
0, 1, 3, 6, 16, 43, 107, 271, 695, 1769, 4499, 11464, 29202, 74360, 189382, 482339, 1228417, 3128538, 7967848, 20292665, 51681683, 131623881, 335222157, 853749843, 2174345679, 5537663440, 14103422412, 35918853816, 91478793556, 232979863477, 593357374127
Offset: 0
Links
- Index entries for linear recurrences with constant coefficients, signature (2,0,4,-1,0,-1).
Programs
-
Mathematica
LinearRecurrence[{2, 0, 4, -1, 0, -1}, {0, 1, 3, 6, 16, 43}, 40]
Comments