OFFSET
1,2
LINKS
Clark Kimberling, Table of n, a(n) for n = 1..1000
Index entries for linear recurrences with constant coefficients, signature (5,-6,-3,6,1,-1).
FORMULA
a(n) = 5*a(n-1) - 6*a(n-2) - 3*a(n-3) + 6*a(n-4) + a(n-5) - a(n-6).
G.f.: f(x)/g(x), where f(x) = x*(1 + 5*x - 10*x^2) and g(x) = (1 - 3*x + 2*x^2 )^2.
MATHEMATICA
(See A213765.)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Jun 21 2012
STATUS
approved
