What are binary numbers that are equal to their length?
I am trying to find numbers where their value is equal to the length of their binary representation. They cannot start with zero.
For example:
1 = 1 and has a length of 1
10 = 2 and has a length of 2
Additional Thoughts: Is there a name for numbers like this (maybe in different bases)? I'm not sure if there are any more out there that exist. Technically zero as "" is also true. It is nothing and has no numbers in it's representation, however, you can't write it. (so it's not real?)