A375821 Number of ways to tile a 3-row parallelogram of length n with triangular and rectangular tiles, each of size 3.
1, 1, 2, 7, 17, 41, 107, 274, 693, 1766, 4504, 11465, 29194, 74364, 189391, 482327, 1228412, 3128559, 7967841, 20292639, 51681711, 131623900, 335222103, 853749852, 2174345752, 5537663377, 14103422348, 35918853952, 91478793557, 232979863277, 593357374262
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}, {1, 1, 2, 7, 17, 41}, 40]
Comments