(no title)
omra | 13 years ago
The probability any sequence of length d is found in N digits of pi is 1 - 1/exp(N*0.1^d) (Poisson distribution for approximating the binomial). Then the limit as N approaches infinity is 1 for any finite d.
omra | 13 years ago
The probability any sequence of length d is found in N digits of pi is 1 - 1/exp(N*0.1^d) (Poisson distribution for approximating the binomial). Then the limit as N approaches infinity is 1 for any finite d.
Someone|13 years ago
A simple example: 2 binary digits in binary sequences of length 3. There are eight binary sequences of length 3:
3 of those contain '00' but 4 of them '01'. Reason for the discrepancy is that one of those with '00' has 2 overlapping occurrences, but is counted only once. You get this as soon as overlap can occur, i.e. when the sequence to be found starts with x digits that it also ends with.Of course, none of this matters, especially not when d << N, which it will be if N goes to infinity.
Also, the mathematical term is 'normal number' (http://mathworld.wolfram.com/NormalNumber.html), and we do not know whether pi is normal.
hypersoar|13 years ago
gizmo686|13 years ago
philh|13 years ago