Let
be a potential order-k PDI in base 10 with digits
. If
is in fact a PDI, then
Using this fact I was able to create Table 2, which shows the
necessary conditions for a number to be a potential PDI in base 10 if
it consists exclusively of a single digit repeated
times. I
created this table be calculating the order of each digit mod 10,
resulting in a series of equations of the form
, and then solving each resulting equation for
. The first
column of the table indicates the digit that was being calcated, the
second column indicates each possible value of
(exponents) to be
considered, and the third column indicates the number of digits,
,that
must in the number for it to be a possible PDI. If a value for
doesn't appear in the third column, then it is impossible for a number
with that many digits to be a PDI if it consists entirely of digits in
the first column. For instance, it is impossible for a number
consisting entirely of 2's to be a base-10 PDI if the number of digits
in it is divisible by 5.
|
Obviously, this approach was quite tedious, and ruling out PDI's
consisting entirely of one digit doesn't provide much significant
gain. To see if it really was worth pursuing this avenue further, I
wrote a series of short programs that tested all numbers from 100,000
to 999,999, summing
their digits raised to the
power. First I calculated the number
of values that were equivalent to the original number mod 10, then the
number that were equivalent mod 100, and finally the number that were
equivalent mod 1000. The results are shown in table 3.
|
As would be expected, the more significant digits we choose to keep,
the more numbers are excluded from being potential PDIs. However, as
explained previously, by considering each number as a sequence of
digits rather than a value, we have already reduced the number of
potential PDIs for any number of digits to