A371784 Numbers with quanimous binary indices. Numbers whose binary indices can be partitioned in more than one way into blocks with the same sum.
7, 13, 15, 22, 25, 27, 30, 31, 39, 42, 45, 47, 49, 51, 54, 59, 60, 62, 63, 75, 76, 82, 85, 87, 90, 93, 94, 95, 97, 99, 102, 107, 108, 109, 110, 115, 117, 119, 120, 122, 125, 126, 127, 141, 143, 147, 148, 153, 155, 158, 162, 165, 167, 170, 173, 175, 179, 180
Offset: 1
Examples
The binary indices of 165 are {1,3,6,8}, with qualifying set partitions {{1,8},{3,6}}, and {{1,3,6,8}}, so 165 is in the sequence. The terms together with their binary expansions and binary indices begin: 7: 111 ~ {1,2,3} 13: 1101 ~ {1,3,4} 15: 1111 ~ {1,2,3,4} 22: 10110 ~ {2,3,5} 25: 11001 ~ {1,4,5} 27: 11011 ~ {1,2,4,5} 30: 11110 ~ {2,3,4,5} 31: 11111 ~ {1,2,3,4,5} 39: 100111 ~ {1,2,3,6} 42: 101010 ~ {2,4,6} 45: 101101 ~ {1,3,4,6} 47: 101111 ~ {1,2,3,4,6} 49: 110001 ~ {1,5,6} 51: 110011 ~ {1,2,5,6} 54: 110110 ~ {2,3,5,6} 59: 111011 ~ {1,2,4,5,6} 60: 111100 ~ {3,4,5,6} 62: 111110 ~ {2,3,4,5,6} 63: 111111 ~ {1,2,3,4,5,6}
Comments