is a series whose terms are power of or sum of powers of . For example,
Find the term.
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.
Since the terms are made by power of 3 or sum of powers of 3 ,
if we convert this terms into trinary ( base 3 ) we will find just binary codes(only made of 1 's and 0 's.)
Now the question is "what is the 1 0 0 t h binary number?". And it is very simple. Just have to convert 1 0 0 into binary. And it is 1 1 0 0 1 0 0 . Now we can say that 1 1 0 0 1 0 0 is base 3 representation of the 1 0 0 t h term of the strange series. Now just have to convert 1 1 0 0 1 0 0 from base 3 to decimal.
Therefore the 1 0 0 t h term is 1 × 3 6 + 1 × 3 5 + 0 × 3 4 + 0 × 3 3 + 1 × 3 2 + 0 × 3 1 + 0 × 3 0 = 9 8 1