A373959 Number of compositions of 6*n-4 into parts 1 and 6.
1, 4, 16, 71, 322, 1455, 6558, 29548, 133146, 599998, 2703794, 12184181, 54905857, 247423522, 1114970351, 5024416818, 22641646338, 102030577247, 459782762029, 2071929748572, 9336785189996, 42074572144477, 189601622519548, 854406199035948, 3850230516227419
Offset: 1
Links
- Index entries for linear recurrences with constant coefficients, signature (7,-15,20,-15,6,-1).
Programs
-
PARI
a(n) = sum(k=0, n, binomial(n+1+5*k, n-1-k));