A258107 - Smallest number > 1 whose representation in all bases up to n consists only of zeros and ones
A258107Â -Â Smallest number > 1 whose representation in all bases up to n consists only of zeros and ones
2, 3, 4, 82000
The representation of n=5, 82000:
In base 2:Â 10100000001010000
In base 3: 11011111001
In base 4: 110001100
In base 5: 10111000
There is currently no known value for n=6 that holds this property. Thereâs no known proof that such a number must exist. Itâs likely that no such number exists, but that hasnât been proven yet, either. In a Reddit thread on the subject, several posters wrote code to search for n=6, and have searched past 5^100000 with no result.













