OFFSET
0,2
COMMENTS
LINKS
Index entries for linear recurrences with constant coefficients, signature (3,6,7,2,0,-1).
FORMULA
a(n) = 3*a(n-1) + 6*a(n-2) + 7*a(n-3) + 2*a(n-4) - a(n-6).
G.f.: (1 - x - x^2 - x^3)/(1 - 3*x - 6*x^2 - 7*x^3 - 2*x^4 + x^6).
MATHEMATICA
LinearRecurrence[{3, 6, 7, 2, 0, -1}, {1, 2, 11, 51, 235, 1092}, 40]
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Greg Dresden and Daeheon Shin, Sep 03 2025
STATUS
approved
