So I was messing around with Tau in base 12 and Mathematica (very amateur), and at some point started converting 5 same digit long base 10 sequences to base 12, and inputing these sequences in a Notepad file with 1,250,000 Tau decimals in base 12. Weirdly, many of these (>1/2) pretty rare sequences tend to end up only ~5,000 digits from, and most of these even closer to 1,200,000th decimal. Here's the data:
X = 10
E = 11
sqs = sequences
("closest to..." is calculated from the first decimal the number makes appearance on)
- $11111_{10} = 651E_{12}$ - 68 sqs found, closest to 1,200,000 on 1,201,556th decimal, (67th is 1,189,183rd),(this sequence is most likely not relevant - too common).
- $22222_{10} = 10X3X_{12}$ - 4 sqs found, closest to 1,200,000 on 698,601st decimal.
- $33333_{10} = 17359_{12}$ - 4 sqs found, closest to 1,200,000 on 1,197,845th decimal.
- $44444_{10} = 21878_{12}$ - 5 sqs found, closest to 1,200,000 on 1,195,972nd decimal.
- $55555_{10} = 28197_{12}$ - 4 sqs found, closest to 1,200,000 on 1,196,762nd decimal.
- $66666_{10} = 326E6_{12}$ - 3 sqs found, closest to 1,200,000 on 1,188,745th decimal.
- $77777_{10} = 39015_{12}$ - 3 sqs found, closest to 1,200,000 on 1,533,163rd decimal (679,798th).
- $88888_{10} = 43534_{12}$ - 4 sqs found, closest to 1,200,000 on 1,066,571st decimal.
- $99999_{10} = 49X53_{12}$ - 5 sqs found, closest to 1,200,000 on 1,199,871st decimal.
Of course then I wonder, what mathematical explanation does this have? It surely must have some explanation, the coincidence is just too big. (Now I will try to do the opposite, convert 5 of the same digit sequences from base 12 to base 10, and input it in a Tau base 10 file. There could be some similarities?)
edit: I did try what I suggested above, with little luck. There were some minor curiosities. Like 11111 = 22621 had 5 appearances within ~31,000 digits from 500,000, closest being 495,703, 496,433, 497,578 - and 495,703 was shared by XXXXX = 226210 (extra 0), but that must be 10% chance of happening, so, very minor curiousity.
Just another minor unrelated curiousity I noticed was the symmetrical number "06X999X60", where the middle "9" is decimal number 3,330.
To mods: Suggest and edit my tags, I'm really not sure what I should tag this (amateur).
Check this out, if you add these numbers together, almost the same pattern does emerge here as well (bold equations are the ones that were close to 1,200,000):
- $11111_{10} = 651E_{12}$ | 6+5+1+E= 23
- $22222_{10} = 10X3X_{12}$ | 1+0+X+3+X= 24
- $33333_{10} = 17359_{12}$ | 1+7+3+5+9= 25
- $44444_{10} = 21878_{12}$ | 2+1+8+7+8= 26
- $55555_{10} = 28197_{12}$ | 2+8+1+9+7= 27
- $66666_{10} = 326E6_{12}$ | 3+2+6+E+6= 28
- $77777_{10} = 39015_{12}$ | 3+9+0+1+5= 18 (why not 29?)
- $88888_{10} = 43534_{12}$ | 4+3+5+3+4= 19 (why not 30?)
- $99999_{10} = 49X53_{12}$ | 4+9+X+5+3= 31
Do you see the pattern? 2 of the last numbers that were not close to the 1,200,000th decimal did not follow the logical steps. Only the 1st of them "10X3X" still followed the pattern.
$ 23, 24, 25, 26, 27, 28, 18, 19, 31 $
Isn't it a bit strange that the only number "24" that "does not follow" the "pattern", is the only number divisible by 12! :)
I now continue adding "11111", and the most exciting discovery so far is number $122221_{10} = 5X891_{12}$ makes its 13th appearance on decimal 2,222,222 !
PS: I did do many more +11111, but no apparent pattern emerged. The next 9 numbers weren't that close to 1,200,000 in general as the first 9 (tho still had some bias towards it). But nothing really suggests that the first 9 numbers, 0r the second were more than just slightly lucky.
Maybe I will update this post occasionally with more interesting coincidences, if I find them, as with 122221 (mentioned above), the symmetrical number 06X999X60, in which the middle 9 is placed at 3,330th decimal, and the three XXX's (101010) where the middle X is placed on top of decimal 6,666.
This is an expected behaviour. You found many (extremely) close occurrences but also several incomparably distant ones. The standard deviation of the offsets you list is roughly 207300 and counting the mean square deviation from our artificial reference point of 1200000 we get something even a bit higher, roughly 244943.
These numbers compare well with the inverse of the expected probability of occurrence of a pattern of particular 5-digit sequence in a random decimal string, i.e., $10^5$. Nothing would be out of normal still if they were twice as close each.
For $\pi$ (and consequently, $τ$), it is believed that the digits in any base should be distributed just like completely random numbers, and in the light of that any clusters are a mere coincidence that could happen, comparably sparingly, if you generated digits from a coin toss. The magnitude of 12 million relative to $10^5$ seems well within “sparingly”, albeit I did not calculate that in more detail.
While this may sound disappointing, please don't let that put you off looking for inexplicable phenomena in different combinations of bases! You're doing a great job and maybe you'll help disprove the conjecture. Many a big discovery started with a “that's funny...”.