|
A number is called
"normal" with respect to a given base if, when the number is
expressed in that base, the asymptotic frequencies of occurrence of each
distinct string of k digits are equal, and this applies to every positive
integer k. For example, if a number is normal in the base 10, the asymptotic
frequency of occurrence of each of the decimal numerals 0, 1, …, 9 is
precisely 1/10, and the asymptotic frequency of each two-digit strings 00, 01,
02, ..., 99 is exactly 1/100, and so on. By the same token, the asymptotic
frequency of occurrence of each 10-digit string must be exactly 1/1010.
Now, of the distinct 10-digit strings, exactly 10! contain each numeral just
once, i.e., there are 10! permutations of the 10 decimal numerals 0, 1, ..., 9.
Therefore, if a number is normal in the base 10, the asymptotic frequency of
10-digit strings comprising permutations of all 10 numerals must be 10!/1010,
which equals roughly 1/2755.73.
|