Otis
Elite Member
- Joined
- Apr 22, 2015
- Messages
- 4,592
I was goofing around, looking at deteriorating patterns in decimal forms of very small Irrational numbers. I wanted to explore a ridiculously small number because super-small numbers seem to contain more patterns, so I chose
10^(-1000) - sin[10^(-1000)]
In the first 15,000 digits (roughly), I'd seen good examples. After 15,000, the digits appeared to be totally random. Yet, after a closer look at those random digits (using an ASCII editor that displays 1,024 characters per row), I'd found what I'd decided was a final pattern before actual randomness: 868 digits, followed by 266 digits, followed by the same 868 digits (2,002 digits total).
That repeating string didn't surprise me because the earlier examples all involved repeating strings (although, none of those had random digits between the repeating strings).
Then something surprising appeared. After noticing some 3-digit blocks (eg, 444, 777, 999) that seemed to be evenly distributed, I'd arranged the 2,002 digits on three lines in various ways looking for alignments. Eventually, I had the following arrangement.
14 blank spaces, then the first 868 digits (i.e., 882 characters in the first row)
The 266 "random" digits followed by the first 616 of the repeated 868 digits (i.e., 882 characters in the second row)
The remaining 252 digits (third row)
Here's an arbitrary section of those three rows:
1455236904972354707804443254178
2566348016083465818915554365289
3677459127194576930026665476400
Consider columns, and a second pattern appears. Where the pattern breaks, repair it by rounding digits (according to the next digit in their row). That sequence pattern spans the entire width of the rows.
Those 2,002 digits aren't so random after all, and I was very surprised at the sequence pattern in the columns because I've never seen anything like it before.
Maybe someone can explain, someday.
10^(-1000) - sin[10^(-1000)]
In the first 15,000 digits (roughly), I'd seen good examples. After 15,000, the digits appeared to be totally random. Yet, after a closer look at those random digits (using an ASCII editor that displays 1,024 characters per row), I'd found what I'd decided was a final pattern before actual randomness: 868 digits, followed by 266 digits, followed by the same 868 digits (2,002 digits total).
That repeating string didn't surprise me because the earlier examples all involved repeating strings (although, none of those had random digits between the repeating strings).
Then something surprising appeared. After noticing some 3-digit blocks (eg, 444, 777, 999) that seemed to be evenly distributed, I'd arranged the 2,002 digits on three lines in various ways looking for alignments. Eventually, I had the following arrangement.
14 blank spaces, then the first 868 digits (i.e., 882 characters in the first row)
The 266 "random" digits followed by the first 616 of the repeated 868 digits (i.e., 882 characters in the second row)
The remaining 252 digits (third row)
Here's an arbitrary section of those three rows:
1455236904972354707804443254178
2566348016083465818915554365289
3677459127194576930026665476400
Consider columns, and a second pattern appears. Where the pattern breaks, repair it by rounding digits (according to the next digit in their row). That sequence pattern spans the entire width of the rows.
Those 2,002 digits aren't so random after all, and I was very surprised at the sequence pattern in the columns because I've never seen anything like it before.
Maybe someone can explain, someday.