OFFSET
0,3
LINKS
Colin Barker, Table of n, a(n) for n = 0..1000
K. A. Van'kov, V. M. Zhuravlyov, Regular tilings and generating functions, Mat. Pros. Ser. 3, issue 22, 2018 (127-157) [in Russian]. See Table 1, g_n/2.
Index entries for linear recurrences with constant coefficients, signature (5,-3,-5,7,-1).
FORMULA
Van'kov and Zhuravlyov give recurrences.
From Colin Barker, Jan 10 2019: (Start)
G.f.: x*(1 - x)^3*(1 + x) / (1 - 5*x + 3*x^2 + 5*x^3 - 7*x^4 + x^5).
a(n) = 5*a(n-1) - 3*a(n-2) - 5*a(n-3) + 7*a(n-4) - a(n-5) for n>5.
(End)
PROG
(PARI) concat(0, Vec(x*(1 - x)^3*(1 + x) / (1 - 5*x + 3*x^2 + 5*x^3 - 7*x^4 + x^5) + O(x^30))) \\ Colin Barker, Jan 10 2019
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jan 09 2019
STATUS
approved