According to a book I am reading, the unary representation of a number exponentially larger than a base k representation of it. I, however, feel that the unary representation should scale linearly with the input.
After all, 1 is 1, 2 is 11, 3 is 111, and so on, right? Wouldn't that be linear?