Triangle read by rows: T(n,k) is the number of partitions of the set {1,2,...,n} having exactly k blocks that do not consist of consecutive integers (0<=k<=floor(n/2); a singleton is considered a block of consecutive integers).
A177256
Triangle read by rows: T(n,k) is the number of partitions of the set {1,2,...,n} having exactly k blocks that do not consist of consecutive integers (0<=k<=floor(n/2); a singleton is considered a block of consecutive integers).
Terms
- a(0) =1a(1) =1a(2) =2a(3) =0a(4) =4a(5) =1a(6) =8a(7) =6a(8) =1a(9) =16a(10) =25a(11) =11a(12) =32a(13) =89a(14) =77a(15) =5a(16) =64a(17) =290a(18) =433a(19) =90a(20) =128a(21) =893a(22) =2132a(23) =951a(24) =36a(25) =256a(26) =2645a(27) =9602a(28) =7710a(29) =934
External references
- oeis: A177256