in reply to Re^3: Can It Be Written In Base X With Only 1s And 0s
in thread Can It Be Written In Base X With Only 1s And 0s

Yes, it is probably a phraseology problem or a misunderstanding, but I still don't agree with this sentence:
All of them can be defined as the sums of multiples of powers of 3. But only the first number in each block is a power of 3.
To me, these numbers are all sums of single powers of 3. For example, taking the beginning of your list:
1 -- 3**0 3 4 -- 3**1, 3**0 + 3**1 9 10 12 13 -- 3**2, 3**0 + 3**2, 3**1 + 3**2, 3**0 + 3**1 + 3**2 etc.
So they are all sums of pure (or single) powers of 3, not sums of multiples of powers of 3 (which would imply numbers expressed with other digits than 0 and 1 in base 3). And so is 82000.

And I agree with you that you don't have to consider these other numbers, only those that are pure powers of 3 are of interest for the search; so, as you said, only the first one of each block if you want to figure out whether 82000 or any other number qualifies the test.

Replies are listed 'Best First'.
Re^5: Can It Be Written In Base X With Only 1s And 0s
by BrowserUk (Patriarch) on Jun 16, 2015 at 18:13 UTC

    82000 can be broken down to 3^0 + 3^3 + 3^4 + 3^5 + 3^6 + 3^7 + 3^9 + 3^10. Ie. The sum of 8 discrete or single powers of 3.

    82001 would require 2*3^0, thus a multiple of one of the powers of 3.

    I don't much care how it is worded; so long as you understand my meaning; which you evidently do.


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority". I'm with torvalds on this
    In the absence of evidence, opinion is indistinguishable from prejudice. Agile (and TDD) debunked