A373964 Number of compositions of 6*n-4 into parts 5 and 6.
0, 0, 0, 1, 5, 15, 35, 70, 127, 221, 396, 781, 1716, 4005, 9390, 21421, 47107, 100283, 208982, 432197, 898064, 1889152, 4028036, 8671852, 18739049, 40434205, 86861995, 185669195, 395358538, 840341619, 1786426005, 3803164340, 8111872645, 17329007156
Offset: 1
Links
- Index entries for linear recurrences with constant coefficients, signature (6,-15,20,-15,7,-1).
Programs
-
PARI
a(n) = sum(k=0, n\5, binomial(n+k, n-4-5*k));