A340547 Square array, read by ascending antidiagonals, where row n gives all solutions n > 0 to A000120(n+1) = A000120((n+1)*k), A000120 is the Hamming weight.
1, 1, 2, 1, 2, 4, 1, 2, 3, 8, 1, 2, 4, 4, 16, 1, 2, 4, 8, 6, 32, 1, 2, 3, 8, 16, 8, 64, 1, 2, 3, 4, 13, 32, 11, 128, 1, 2, 4, 4, 6, 16, 64, 12, 256, 1, 2, 2, 8, 5, 8, 26, 128, 16, 512, 1, 2, 4, 8, 16, 6, 11, 32, 256, 22, 1024
Offset: 1
Examples
Eight initial terms of rows 1-8 are listed below: 1: 1, 2, 4, 8, 16, 32, 64, 128, ... 2: 1, 2, 3, 4, 6, 8, 11, 12, ... 3: 1, 2, 4, 8, 16, 32, 64, 128, ... 4: 1, 2, 4, 8, 13, 16, 26, 32, ... 5: 1, 2, 3, 4, 6, 8, 11, 12, ... 6: 1, 2, 3, 4, 5, 6, 7, 8, ... 7: 1, 2, 4, 8, 16, 32, 64, 128, ... 8: 1, 2, 4, 8, 16, 32, 57, 64, ... T(3,4) = 8 because: (3+1) in binary is 100 and (3*1)*8 = 32 in binary is 100000, both have 1 bit set to 1.
Comments