Question 1043531
<pre>
We easily see the pattern of the odd-numbered terms,
start with 64 and take half each time:

 64, __, 32, __, 16, __,  8, __,  4, __,  2, __

Then we notice that the term on the left of 32 is 3
more than 32, and the term on the right of 32 is 3 less
than 32,

 64, <u>35</u>, 32, <u>29</u>, 16, __,  8, __,  4, __,  2, __

So the one just before 8 is 3 more than 8, or 11, and the
term on the right of 8 is 3 less than 8, or 5.  And the 
pattern goes like this:

 64, <u>35</u>, 32, <u>29</u>, 16, <u>11</u>,  8, <u> 5</u>,  4, <u> 5</u>,  2, <u>-1</u>

Edwin</pre>