I have an sequence of numbers 1, 2, 4, 8, 16, 32 and so on. Given an number, which must be the sum of the sequence, for example: 44(which is the sum of 4+8+32). How do I know the number 44 is composed by 4, 8 and 32?
I suck at math, and I think most suitable is root extraction(Nth root), someone can give some advice for my problem? If there's any method that can help.