OFFSET
1,1
EXAMPLE
The sequence of terms together with their reversed binary expansions begins:
11: (1101)
19: (11001)
22: (01101)
23: (11101)
35: (110001)
38: (011001)
39: (111001)
43: (110101)
44: (001101)
45: (101101)
46: (011101)
47: (111101)
55: (111011)
67: (1100001)
70: (0110001)
71: (1110001)
75: (1101001)
76: (0011001)
77: (1011001)
78: (0111001)
MATHEMATICA
Select[Range[100], !LessEqual@@Length/@Split[Join@@Position[Reverse[IntegerDigits[#, 2]], 1], #2==#1+1&]&]
CROSSREFS
KEYWORD
nonn
AUTHOR
Gus Wiseman, Nov 12 2019
STATUS
approved
