OFFSET
0,9
COMMENTS
Number of partitions of n into parts 2, 8, 10, and 11. - Vincenzo Librandi, Jun 03 2014
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, -1, -1, 0, 0, 0, 0, -1, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, -1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^2) (1 - x^8) (1 - x^10) (1 - x^11)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 03 2014 *)
LinearRecurrence[{0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, -1, -1, 0, 0, 0, 0, -1, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, -1}, {1, 0, 1, 0, 1, 0, 1, 0, 2, 0, 3, 1, 3, 1, 3, 1, 4, 1, 5, 2, 6, 3, 7, 3, 8, 3, 9, 4, 10, 5, 12}, 70] (* Harvey P. Dale, Nov 26 2016 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved