OFFSET
1,1
EXAMPLE
1564 in binary is 11000011100. The runs of 0's are like this: 11(0000)111(00). The runs of 1's are like this: (11)0000(111)00. The shortest run of 0's contains two 0's. The shortest run of 1's contains two 1's. Since both the shortest run of 0's and the shortest run of 1's are of the same length, 1564 is included in this sequence.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Leroy Quet, Sep 21 2008, Oct 07 2008
EXTENSIONS
Extended by Ray Chandler, Nov 04 2008
STATUS
approved