OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (5,0,-16,8,8,-3,-1).
FORMULA
G.f.: ( 1-3*x-8*x^2+10*x^3+12*x^4-6*x^5-2*x^6 ) / ( (x-1) *(x^2+4*x-1) *(x^2+x-1) *(x^2-x-1) ). - R. J. Mathar, May 08 2020
MAPLE
A032440 := proc(n)
add(binomial(combinat[fibonacci](n), i), i=0..3)
end proc:
seq(A032440(n), n=0..40) ; # R. J. Mathar, May 08 2020
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved