A360645 Number of 4-dimensional tilings of a 2 X 2 X 2 X n box with 2 X 2 X 1 X 1 plates.
1, 3, 30, 177, 1281, 8520, 58629, 397887, 2715510, 18490533, 126023349, 858595560, 5850498441, 39863005323, 271617783150, 1850725023657, 12610357769721, 85923544106760, 585460036653789, 3989166905015367, 27181111280961990, 185204779320272253
Offset: 0
Keywords
Links
- Paolo Xausa, Table of n, a(n) for n = 0..1000
- Index entries for linear recurrences with constant coefficients, signature (5,15,-18).
Programs
-
Mathematica
LinearRecurrence[{5, 15, -18}, {1, 3, 30}, 25] (* Paolo Xausa, May 28 2024 *)
Formula
Recurrence 1: a(n) = 3*a(n-1) + b(n-1) + 9*a(n-2), b(n) = 12*a(n-1) + 2*b(n-1), with a(0) = 1 and a(-1) = b(0) = 0.
Recurrence 2: a(n) = 5*a(n-1) + 15*a(n-2) - 18*a(n-3).
G.f.: (1-2*x) / (1-5*x-15*x^2+18*x^3).
Comments