Irregular triangle read by rows: T(n,k) is the number of necklaces of n 1's, n -1's, and k 0's such that no two adjacent elements are equal.

A283615

Irregular triangle read by rows: T(n,k) is the number of necklaces of n 1's, n -1's, and k 0's such that no two adjacent elements are equal.

Terms

    a(0) =1a(1) =1a(2) =2a(3) =1a(4) =1a(5) =2a(6) =5a(7) =4a(8) =2a(9) =1a(10) =2a(11) =7a(12) =16a(13) =18a(14) =12a(15) =4a(16) =1a(17) =2a(18) =11a(19) =32a(20) =70a(21) =92a(22) =82a(23) =40a(24) =10a(25) =1a(26) =2a(27) =13a(28) =56a(29) =166

External references