By random chance, the decimal expansion of pi briefly begins repeating itself after 6954 digits before resuming its randomness
3.1415926535...987571415957811...
That's the longest repeated string in the first million digits, so a really good rational approximation would have the first 6954 digits repeat infinitely. You can create any rational number with n repeating digits by taking a string of length n and dividing it by an equally long string of nines.
0.123123123... = 123/999
0.141591415914159... = 14159/99999
Of course, these may not be in simplest form
0.123123123... = 123/999 = 41/333
0.363636... = 36/99 = 12/33 = 4/11
0.102911029110291... = 10291/99999 = 251/2439
So the first 6954 digits of pi over 6954 nines could very likely be simplified. At that magnitude, the odds that they are co-prime (share no factors) is very slim
Scratch that. I plugged the first 6954 digits into a prime factorization calculator, and the first three factors it was able to find were 99551 × 18298401827 × 104229615391 (100k, 18.3 billion, 104.1 billion). It took 30 minutes to find those three, so it could take HOURS or DAYS to calculate the remaining factors because it still has over 6,900 digits to get through, but this makes it seem more likely that the string is co-prime with 9999999...9999999 just because there are multiple orders of magnitude between factors, so the odds of any two random 12+ digit numbers being the same are slim. I don't know, I'm not a statistician.
3 + (1.4159...98757 x 10^6953) / (10^6954 - 1) ≈ pi










