OFFSET
0,2
COMMENTS
By (Cairo tiling) X Z is meant a stack of layers of the planar Cairo tiling at integer levels.
LINKS
Colin Barker, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (3,-4,4,-3,1).
FORMULA
G.f.: (x^6-x^5-2*x^4-4*x^2-x-1)*(1+x)/((x^2+1)*(x-1)^3), which is the product of the g.f.'s for A296368 and A040000.
From Colin Barker, Nov 11 2018: (Start)
a(n) = 3*a(n-1) - 4*a(n-2) + 4*a(n-3) - 3*a(n-4) + a(n-5) for n>5.
a(n) = (-2 + (-i)^(1+n) + i^(1+n) + 8*n^2) / 2 for n>2, where i=sqrt(-1).
(End)
PROG
(PARI) Vec((1 + x)*(1 + x + 4*x^2 + 2*x^4 + x^5 - x^6) / ((1 - x)^3*(1 + x^2)) + O(x^50)) \\ Colin Barker, Nov 11 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 10 2018
STATUS
approved