A353859 Triangle read by rows where T(n,k) is the number of integer compositions of n with composition run-sum trajectory of length k.
1, 0, 1, 0, 1, 1, 0, 3, 1, 0, 0, 4, 2, 2, 0, 0, 7, 7, 2, 0, 0, 0, 14, 14, 4, 0, 0, 0, 0, 23, 29, 12, 0, 0, 0, 0, 0, 39, 56, 25, 8, 0, 0, 0, 0, 0, 71, 122, 53, 10, 0, 0, 0, 0, 0, 0, 124, 246, 126, 16, 0, 0, 0, 0, 0, 0, 0, 214, 498, 264, 48, 0, 0, 0, 0, 0, 0, 0
Offset: 0
Examples
Triangle begins: 1 0 1 0 1 1 0 3 1 0 0 4 2 2 0 0 7 7 2 0 0 0 14 14 4 0 0 0 0 23 29 12 0 0 0 0 0 39 56 25 8 0 0 0 0 0 71 122 53 10 0 0 0 0 0 0 124 246 126 16 0 0 0 0 0 0 0 214 498 264 48 0 0 0 0 0 0 0 For example, row n = 5 counts the following compositions: (5) (113) (1121) (14) (122) (1211) (23) (221) (32) (311) (41) (1112) (131) (2111) (212) (11111)
Comments