OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (2, 0, -1, -1, 1, 0, -1, 2, -1, 0, -1, 2, -1, 0, 1, -1, -1, 0, 2, -1).
MATHEMATICA
CoefficientList[ Series[ 1/Product[1 - x^Fibonacci[i], {i, 1, 6}], {x, 0, 45}], x] (* Robert G. Wilson v, Oct 15 2016 *)
PROG
(PARI) a(n)=round((3*n^5+150*n^4+2740*n^3+22200*n^2+(76320-675*(n%2))*n+76450)/ 86400) \\ Tani Akinari, Jun 06 2014
(PARI) Vec(1/(1-x)^2/(1-x^2)/(1-x^3)/(1-x^5)/(1-x^8) + O(x^80)) \\ Michel Marcus, Oct 15 2016
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved