OFFSET
0,2
COMMENTS
The count compiles all arrangements without respect to symmetry: Stacks that are equivalent after rotations or flips through any of the 3 axes or 3 planes are counted with multiplicity.
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..200
R. J. Mathar, Tilings of rectangular regions by rectangular tiles: counts derived from transfer matrices, arXiv:1406.7788 [math.CO], eq. (57).
Index entries for linear recurrences with constant coefficients, signature (7,22,36).
FORMULA
G.f.: (1-x)/(-22*x^2-7*x-36*x^3+1).
MAPLE
MATHEMATICA
CoefficientList[Series[(1 - x)/(-22 x^2 - 7 x - 36 x^3 + 1), {x, 0, 30}], x] (* Vincenzo Librandi, Feb 08 2014 *)
LinearRecurrence[{7, 22, 36}, {1, 6, 64}, 30] (* Harvey P. Dale, Mar 20 2024 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
R. J. Mathar, Feb 07 2014
STATUS
approved