Suzie McTube decided to invent a unique number system. It's not base 2. It's not base 3, or even base 4, 5, 6 or 7... But it's a combination of all the bases!
It works like this: The first digit (farthest on the right, or "unit's digit") is base 2. The second digit (again from the right) is base 3. The third is base 4 etc. So, for example, the first few numbers are:
So, if 21 is the number (as shown above), what is the number? (99 is in base 10 or decimal)
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
In general, if the digits (from right to left) are given by x 1 , x 2 , x 3 , x 4 , ...
Then, the value of a number is, ∑ n ! x n
9 9 = 4 ∗ 4 ! + 0 ∗ 3 ! + 1 ∗ 2 ! + 1 ∗ 1 !
So the 9 9 t h number is 4 0 1 1