So I was in a discussion with somebody about the "randomness" of pi. I pointed out that it's actually not known if pi is a normal number (although all computation seems to indicate that). But then he made the statement "it obviously has some distribution." I'm not sure about that. Obviously, any finite expansion of the first n digits will have a well defined distribution, but I don't see any reason why we would be guaranteed that in the limit of the number of digits going to infinity, that the limit exists.
Reading up on the issue, I can't seem to find anything that says one way or the other. I've found that 'most' real numbers are in fact normal. This leads me to suspect that all numbers have a definite distribution.
To be a little more specific. Let's say we are given an irrational number. We can define a function on that number for a given base B. The function takes an input of n, which is the number of digits you want to display. The output of that function would be a B-dimensional vector that gives the distribution of each digit. We could also define similar functions for any finite string of digits. My question is, are we guaranteed for the limit of that function to exist as n goes to infinity?
If not, is it known if pi has a distribution that converges?
Thanks
In general, limit digit distributions need not exist. Consider the digit sequence formed by concatenating longer and longer blocks of repeated digits, as 0 11 2222 33333333 ... where block $k$ has $2^k$ consecutive copies of digit $k\bmod 10$. At the end of the $k$-th block, there have been $2^{k+1}-1 $ digits in all, the last $2^k$ of which are the digit $k\bmod10$. Since $2^k/(2^{k+1}-1)> 1/2$ it is clear that there can be no limiting distribution: if there were, each of the 10 digits would occur at least half of the time.
In this construction there is nothing special about the sequence $k \bmod 10$. One could take any equidistributed sequence of base 10 digits (read off of a normal number, say) and repeat the block construction. This gives uncountably many digit sequences.
I have no idea if $\pi$ is "like" this.