|
Search: id:A161895
|
|
|
| A161895 |
|
Write down binary n as a string of 0's and 1's. Consider the runs of 1's (bounded by 0's or by the edge of the string) alternating with the runs of 0's (bounded by 1's or by the edge of the string) in the string. Then, a(n) = the number of positive binary integers that contain the same lengths of runs of 1's as of the runs of 1's in binary n, and contain the same lengths of runs of 0's as of the runs of 0's in binary n. |
|
+0 1
|
|
| 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 2, 2, 2, 1, 2, 2, 1, 2, 2, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 2, 4
(list; graph; listen)
|
|
|
OFFSET
|
1,11
|
|
|
EXAMPLE
|
77 in binary is 1001101. There is a run of two 0's, and is a run of one 0. There is a run of two 1's, and are two runs of one 1 each. There are six binary integers (including 1001101 itself) that contain the same lengths of runs of 1's and the same lengths of runs of 0's. (These are: 1001011, 1001101, 1010011, 1011001. 1100101, and 1101001.) So, a(77) = 6.
|
|
CROSSREFS
|
A161819, A161820, A161821, A161822
Sequence in context: A136044 A103414 A092400 this_sequence A048138 A165022 A030338
Adjacent sequences: A161892 A161893 A161894 this_sequence A161896 A161897 A161898
|
|
KEYWORD
|
base,more,nonn
|
|
AUTHOR
|
Leroy Quet (q1qq2qqq3qqqq(AT)yahoo.com), Jun 21 2009
|
|
|
Search completed in 0.002 seconds
|