|
| |
|
|
A147761
|
|
a(n) is the smallest positive integer m with exactly n zeros in its binary representation and with n represented in binary as a substring of the binary representation of m.
|
|
2
| |
|
|
2, 4, 24, 16, 80, 192, 896, 256, 1152, 2560, 11264, 12288, 53248, 114688, 491520, 65536, 278528, 589824, 2490368, 2621440, 11010048, 23068672, 96468992, 50331648, 209715200, 436207616, 1811939328, 1879048192, 7784628224
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
EXAMPLE
| 5 represented in binary is 101. 80 represented in binary is 1010000, which contains exactly five 0's and 101 as a substring ({101}0000). Since 80 is the smallest positive integer that satisfies the conditions, then a(5) = 80.
|
|
|
CROSSREFS
| A147760, A147762
Sequence in context: A009313 A009317 A081680 * A090591 A098656 A138611
Adjacent sequences: A147758 A147759 A147760 * A147762 A147763 A147764
|
|
|
KEYWORD
| base,nonn
|
|
|
AUTHOR
| Leroy Quet Nov 11 2008
|
|
|
EXTENSIONS
| Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Nov 15 2008
|
| |
|
|