OFFSET
0,9
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,0,1,0,0,0,1).
FORMULA
G.f.: 1/(1-x^3-x^5-x^9).
a(n) = a(n-3) + a(n-5) + a(n-9).
EXAMPLE
a(28)=100 The compositions of n into parts 3,5 and 9 are the permutations of (9955)(these are 4!/2!2!=6), (555553) (these are 6!/5!=6), (955333) (these are 6!/3!2!=60), (55333333) (these are 8!/6!2!=28).
PROG
(PARI) Vec( 1/(1-x^3-x^5-x^9) +O(x^66) ) \\ Joerg Arndt, Aug 24 2014
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
David Neil McGrath, Aug 24 2014
STATUS
approved