The above sequence consists of the powers of or the sum of distinct powers of , arranged in increasing order.
Find the term of the sequence.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If the terms of the sequence are written in base-3, they comprise the positive integers which do not contain the digit 2 .
Thus, the terms of the sequence in ascending order are thus:
1 , 1 0 , 1 1 , 1 0 0 , 1 0 1 , 1 1 0 , 1 1 1 , . . .
In the binary scale, these numbers are, of course, 1 , 2 , 3 , . . . To obtain the 100-th
term of the sequence we just write 1 0 0 in binary 1 0 0 = 1 1 0 0 1 0 0 2 and translate
this into ternary: 1 1 0 0 1 0 0 3 = 3 6 + 3 5 + 3 2 = 9 8 1 .