Triangle read by rows: T(n,k) is the number of compositions of n having k distinct parts (n>=1, 1<=k<=floor((sqrt(1+8*n)-1)/2)).

A235998

Triangle read by rows: T(n,k) is the number of compositions of n having k distinct parts (n>=1, 1<=k<=floor((sqrt(1+8*n)-1)/2)).

Terms

    a(0) =1a(1) =2a(2) =2a(3) =2a(4) =3a(5) =5a(6) =2a(7) =14a(8) =4a(9) =22a(10) =6a(11) =2a(12) =44a(13) =18a(14) =4a(15) =68a(16) =56a(17) =3a(18) =107a(19) =146a(20) =4a(21) =172a(22) =312a(23) =24a(24) =2a(25) =261a(26) =677a(27) =84a(28) =6a(29) =396

External references