Decimal numbers come in two varieties:
- Finite decimals which have nothing but trailing zeros after some point (e.g.
)
- Infinite (or "unbounded") decimals which continue on indefinitely given some definition of how they are constructed (e.g.
or for those mathematicians out there more correctly
)
This latter group can then be divided into Rational and Irrational Numbers.
Now, definitionally, Rational numbers have repeating sequences of digits, so the fraction
repeats the three on and on endlessly. Conversely, irrational numbers however have random sequences that do not repeat at all.Here's where my pondering came in: for any particular decimal number, you can create a distribution map of the digits in the decimal representation. For the finite representations, this is just counting appearances so for the number
you have the distribution of digits:0: 0
1: 1
2: 1
3: 0
4: 0
5: 2
6: 1
7: 0
8: 0
9: 0
With unbounded numbers, you have an infinite number of digits, so things get a bit more interesting. In order to "compute" the distribution, you need to start working with ratios of each digit to the others. With unbounded rational numbers, this is relatively easy since you can take just the "repeating sequence" and count the occurrences of each digit and then divide by the length of the sequence, so the number
has the distribution:0:

1:

2:

3: 0
4: 0
5: 0
6: 0
7: 0
8: 0
9: 0
On the other hand this lovely fraction:
has the perfectly Poisson Distribution curve of: 0:

1:

2:

3:

4:

5:

6:

7:

8:

9:

What are the distributions of digits in Irrational Numbers?
Can we make any interesting generalizations? Since the digits in an Irrational number are random, they *could* all be Poisson Distributed, but are they? How's about
or e?Any references to cool Abstract Algebra or Number Theory proofs that are relevant (or have solved this one completely!)?
Anyone want to contribute some code to test any theories? :cheer:
The creator of the universe works in mysterious ways. But he uses a base ten counting system and likes round numbers, :phones:
Buffy

Help
Join now


Promote to Article




elements, reduced for equivalent ones. Obviously, permutations are all equivalent in the case of a single digit, otherwise there are infinitely many non equivalent permutations.
starting at the 103245729th position after the decimal (according to
, as it’s first 4, 6, 8, 30, etc. digits consist of equal numbers of 1s and 0s.
starting at the 103245729th position after the decimal...
. It's missing the 8.
or, in canonic form,
.
where
is a simply
-digit integer is simply normal.








.
in post 1 that started this search.
are simply normal, as are those of many other denominators, such as 131 and 183. Many but not all of these denominators are prime.
is a simply normal integer for all integers
.








