A167490 a(n) = Smallest number with binary run length product = n.
0, 3, 7, 12, 31, 24, 127, 48, 56, 96, 2047, 99, 8191, 384, 224, 195, 131071, 199, 524287, 387, 896, 6144, 8388607, 391, 992, 24576, 455, 1539, 536870911, 775
Offset: 1
Keywords
Examples
a(4) = 12, because 12 is the smallest number with a binary run length product of 4. 12 decimal = 1100 binary. Run lengths in binary are 2,2, and 2x2 = 4.
Comments