OFFSET
0,13
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, -1, 0, 0, 0, -1, -2, -1, 0, 0, 0, -1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, -1).
MATHEMATICA
CoefficientList[Series[1/((1-x^6)(1-x^7)(1-x^11)(1-x^12)), {x, 0, 80}], x] (* or *) LinearRecurrence[{0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, -1, 0, 0, 0, -1, -2, -1, 0, 0, 0, -1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, -1}, {1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 2, 1, 1, 0, 0, 1, 3, 2, 1, 1, 1, 2, 4, 3, 2, 1, 2, 3, 5, 4, 3, 3, 3, 5}, 80] (* Harvey P. Dale, Mar 01 2017 *)
PROG
(Magma) m:=80; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!(1/((1-x^6)*(1-x^7)*(1-x^11)*(1-x^12)))); // Vincenzo Librandi, Mar 28 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved