Triangle read by rows: T(n,k) is the number of partitions of the set {1,2,...,n} having k adjacent blocks of size 3, i.e., blocks of the form (i,i+1,i+2) (0 <= k <= floor(n/3)).
A184176
Triangle read by rows: T(n,k) is the number of partitions of the set {1,2,...,n} having k adjacent blocks of size 3, i.e., blocks of the form (i,i+1,i+2) (0 <= k <= floor(n/3)).
Terms
- a(0) =1a(1) =1a(2) =2a(3) =4a(4) =1a(5) =13a(6) =2a(7) =46a(8) =6a(9) =184a(10) =18a(11) =1a(12) =805a(13) =69a(14) =3a(15) =3840a(16) =288a(17) =12a(18) =19775a(19) =1324a(20) =47a(21) =1a(22) =109180a(23) =6578a(24) =213a(25) =4a(26) =642382a(27) =35136a(28) =1032a(29) =20
External references
- oeis: A184176