A371735 Maximal length of a set partition of the binary indices of n into blocks all having the same sum.
0, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 2, 1, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 2, 1, 2, 1, 2, 1, 2, 1, 1, 2, 1, 1, 1, 1, 3, 2, 1, 2, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1
Offset: 0
Keywords
Examples
The binary indices of 119 are {1,2,3,5,6,7}, and the set partitions into blocks with the same sum are: {{1,7},{2,6},{3,5}} {{1,5,6},{2,3,7}} {{1,2,3,6},{5,7}} {{1,2,3,5,6,7}} So a(119) = 3.
Comments