OFFSET
0,11
COMMENTS
Number of partitions of n into parts 3, 5, 7, and 11. - Vincenzo Librandi, Jun 04 2014
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
M. Janjic, On Linear Recurrence Equations Arising from Compositions of Positive Integers, Journal of Integer Sequences, Vol. 18 (2015), Article 15.4.7.
Index entries for linear recurrences with constant coefficients, signature (0,0,1,0,1,0,1,-1,0,-1,1,-1,0,-1,1,-1,0,-1,1,0,1,0,1,0,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^3) (1 - x^5) (1 - x^7) (1 - x^11)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 04 2014 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved