Definition & questions
Every number can be written in some integer number base using -digits:
If we multiply the last expression by , then replace all 's with , we get .
(We replaced the multiplications with the , with multiplications with the .)
If it holds , then we call number an "Baseless number (in base )".
For example, is a -digit Baseless number in base (decimal number base), because:
From now on, assume because is trivially baseless in all number bases.
I have two questions. Firstly and mainly,
Existence: Does every number base contain at least one Baseless number?
- Status: Currently is the smallest base with no known examples.
Secondly and supplementary,
Solving decimal base: Is number the only decimal Baseless number?
- Solved: This was now proven to be true by an exhaustive search.
Baseless numbers in decimal number base
Is number the only decimal Baseless number?
I've checked this up to so far, and found no other examples.
Scatter-plotting the "error" for we have:
A graph filled with Waterfall structures.
Can we prove that for all other than ?
I have looked at which point will for all for some :
We know that of a -digit number is at most , the case when all digits are set to , the largest base digit. We also know that a -digit number is at least . But notice that we can't have a zero digit in the number because then automatically has less digits than , so we can improve the lower bound to .
Hence, we try to find all for which . For we have:
That is, we know that if has digits, then has less than digits. In other words, we have , implying for all .
This means if there is a second solution for the decimal number base, it must be .
That is, so far I have that if there is a second example, it is .
Can we somehow lower this bound or remove significant families of numbers from it?
Update:
Turns out an exhaustive computer search is possible on small bases.
All number bases are solved now. I've posted this result as my own partial answer.
Existence in other number bases
It is not hard to see that has no examples, and for we can prove there are no examples by checking all numbers up to . (Following the bound given in the previous section, larger numbers than this have ). Hence from now on, assume .
Does every number base contain at least one Baseless number?
It appears every base has a very small amount in total, if any.
Generally, to solve for all digit examples in base , we have the Diophantine equation:
In digits . The question is now, is it true that:
For all there exists such that has at least one solution for the digits?
For example, if the number base is a perfect square , then we have a trivial -digit example:
This is because if we set in we get . Now specially for it reduces to implying that if is a perfect square, then the number is a Baseless number in the base .
If we look at in general, all solutions below base are in this pastebin table .
If we look at , almost all bases below have one or more -digit Baseless number examples. You can see the list of all solutions in this pastebin table .
And so on. But does every base have at least one solution for at least one ?
I started searching for "smallest example per number base".
The record bases with next largest smallest example are: (Thank you nickgard.)
base example digits in base
4 6 [ 1, 2 ]
5 12 [ 2, 2 ]
6 160 [ 4, 2, 4 ]
7 324 [ 6, 4, 2 ]
8 405 [ 6, 2, 5 ]
10 8385 [ 8, 3, 8, 5 ]
18 25215 [ 4, 5, 14, 15 ]
24 323844 [ 23, 10, 5, 12 ]
32 1038448 [ 31, 22, 3, 16 ]
43 1593074855 [ 10, 35, 41, 39, 11, 19 ]
73 25683204625 [ 12, 28, 28, 56, 52, 65 ]
107 ? ?
The smallest example for base is , so far.
Other bases below that do not have any examples below are:
191,227,307,331,373,386,398,411,421,431,467,471,485
For bases below with known smallest solutions, see this pastebin table.
Is it possible to optimize the search for the smallest Baseless number in some base ?