OFFSET
1,1
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..1000 (terms 1..100 from R. H. Hardin)
Index entries for linear recurrences with constant coefficients, signature (7,-11,6,1,-7,1).
FORMULA
Empirical: a(n)= 7*a(n-1) -11*a(n-2) +6*a(n-3) +a(n-4) -7*a(n-5) +a(n-6). - R. J. Mathar, Aug 11 2009
Formula confirmed using the transfer matrix method. - Andrew Howroyd, Dec 24 2025
G.f.: x*(3 - 5*x + 3*x^2 - 6*x^4 + x^5)/(1 - 7*x + 11*x^2 - 6*x^3 - x^4 + 7*x^5 - x^6). - Andrew Howroyd, Dec 24 2025
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
R. H. Hardin, Jul 20 2009
STATUS
approved
