Question 1182732
<br>
Write out the next 10-20 numbers in the sequence....
1, 2, 4, 8, 16, 22, 24, 28, 36, 42, 44, 48, 56, 62, 64, 68, 76, 82, 84, 88, 96, ...<br>
... and look for a pattern:
1, 2, 4, 8, 16 // 22, 24, 28, 36 // 42, 44, 48, 56 // 62, 64, 68, 76 // 82, 84, 88, 96 // ...<br> 
5 numbers less than 19
4 more numbers 20 to 39
4 more number 40 to 59
4 more numbers 60 to 79
4 more numbers 80 to 99
...<br>
It should be clear that the pattern will continue.<br>
There are 4 numbers in the sequence in every interval of 20 consecutive integers, except there is 1 additional number in the sequence among the first 20 integers.<br>
The number of intervals of length 20 up to 1000 is 1000/20 = 50; so<br>
ANSWER: the number of numbers in the sequence less than 1000 is 50(4)+1 = 201.<br>