OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (9,33,-76,-33,9,1).
FORMULA
a(n) = Sum_{k=1..n} Fibonacci(k)^5*a(n-k), a(0)=1. - Vladeta Jovovic, Apr 23 2003
G.f.: (x^2+x-1)*(x^2+11*x-1)*(x^2-4*x-1)/(x^6+9*x^5-33*x^4-76*x^3+33*x^2+9*x-1). - Alois P. Heinz, Oct 24 2021
MATHEMATICA
LinearRecurrence[{9, 33, -76, -33, 9, 1}, {1, 1, 2, 35, 312, 3779}, 20] (* Harvey P. Dale, Oct 20 2021 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Barry Cipra, Jul 04 2000
EXTENSIONS
a(0)=1 prepended and edited by Alois P. Heinz, Oct 24 2021
STATUS
approved