The Search for the Best Base Part 2 – Base Evaluation Criteria

In Part 1, we looked through the problem of finding the best base for our number system. If you haven’t read that yet, you should, otherwise none of this will make sense to you.

Narrowing our Search [A#]

There are an infinite number of bases – we can use any integer 2 or higher as a base – so in order to determine which base is the best we’ll first need to narrow our search to a few which we can look at one-by-one.

Highly Composite Numbers [A#]

In Part 1, we found that the two most important factors in making a base ‘good’ or ‘bad’ are its size (smaller is better) and factors (more are better). This is a dilemma – in order to have more factors, you need to make the base bigger. However, it can be used to narrow our search. Let’s assume that if base A has no fewer factors than base B, and A is smaller than B, A is better than B. This means that the only bases we need to look at are the highly composite numbers – those numbers that have more factors than any smaller number.

The first few highly composite numbers in decimal are: 2, 4, 6, 12, 24, 36, 48, 60, 120, 180, 240, 360, 720, 840, 1260, 1680, 2520, 5040, …

We can also remove any base that is a perfect power of another. As shown in part 1, every base contains its powers (but not the other way around). Every binary number has a quaternary number in its digit pairs, and every sezimal number has a sezisezimal number within it too. Therefore, quaternary, sezisezimal, and other power bases should not be included in our search.

Imposing a Size Limit [A#]

However, this is still an infinite number of bases! However, adding new factors has diminishing returns, so we should set a maximum size for the bases we are looking at. For a variety of reasons, I think a limit of around 16 for non-mixed bases is reasonable:

These limits narrow down our search to binary (base 2), sezimal (base 6) and dozenal (base 12).

Special Conditions for Mixed and Balanced Bases [A#]

Because mixed bases work differently, I will add some extra conditions for them:

For balanced bases, I will also make some changes to the conditions to reflect their differences:

With all of our conditions, we get the following bases:

Also, because regular and balanced bases are somewhat interchangeable, and many of their aspects are the same for the same base, I will be looking at the regular and balanced versions of bases that support both simultaneously.

An Attempted Alternative to Highly Composite Numbers [A#]

One doubt you might have, which I also had, about limiting the search to highly composite numbers is that their definition seems to treat all factors equally, when they are not equally valuable. 12 and 245 have the same number of factors, even though 12’s factors (1, 2, 3, 4, 6, 12) are much more valuable than 245’s (1, 5, 7, 35, 49, 245). Shouldn’t they be treated differently?

The simplest way to address this problem is to add a value to factors, and sum up these values. A good idea for the factor value is that the value of the factor f should be 1/f, for multiple reasons:

Then, we give each base a “factor score” by adding up the value of each of its factors. Here are a few bases’ scores, rounded to 3 decimal places:

Base Score
2 1.500
3 1.333
6 2.000
10 1.800
12 2.333
14 1.714
15 1.600
18 2.167
20 2.100
24 2.500

However, when trying to calculate a base’s factor score, you’ll need to give the fractions a common denominator, turning 1/f into (b/f)/b. The numerator of this fraction, b/f, is also a factor of b. So, as it turns out, this factor score is exactly equal to the sum of the base’s factors divided by the base, also called the “abundancy index.” We’re looking for the numbers with a factor score greater than all smaller numbers, a sequence that already has a name, the superabundant numbers. As it turns out, until 7560 (which is highly composite but not superabundant), the highly composite and superabundant numbers are the exact same! In my attempt to improve the highly composite numbers, I ended up creating something that is for all the purposes that matter here the same!

Evaluation Criteria

Next, we need to decide how we’ll evaluate the bases. I’ll have my own thoughts, in which I talk about anything unique about a base, or just anything that doesn’t fit into this section, but I also need some objective things to measure.

Simple Statistics

First, for every base, we should get some statistics. Remembering that the things that matter are reducing size and increasing the number and utility of factors, I will include the following:

In addition, I’ll mention if the number is highly composite/superabundant or not. However, there’s another set of numbers, which I will also mention.

Given that we want our bases to have many factors and a small size, imagine that you want to combine these two indices into one. The simplest way to do this is to divide the number of factors by some positive power of the base, creating a single score that rewards low size and high factor count. Here are some sample graphs of this “size-adjusted factor count”:

Factors of n / n^0.4 Factors of n / n^0.5 Factors of n / n^0.6 Factors of n / n^0.8

When you do this, there will be a single base that beats all others, both larger and smaller (I’ve marked it on the graphs), however which base this is depends on the specific exponent you use. While these numbers have to be highly composite (otherwise a smaller base would have a better score), not all highly composite numbers will be record-breakers. Therefore, the numbers that are best at some size-adjusted factor count get their own name – the superior highly composite numbers. If you use factor scores instead of factor counts, they are called the colosally abundant numbers.

The first few superior highly composite and colossaly abundant numbers (the sequences overlap at the start again), in decimal, are: 2, 6, 12, 60, 120, 360, 2520, 5040, …

Because this is the closest there is to an objective metric for the best base, I will also mention if a number is superior highly composite / colossaly abundant, and which adjustment exponents make it the best.

Patterns

I will also show some of the base’s fundamental patterns, which show how its factors affect its use:

I will also show patterns that are followed by certain important number sequences:

Conclusion

We now have everything we’ll need to look at the bases. In part 3, I will look at each base individually, and then use all of these investigations to find which one is the best.

Send me feedback about this post