If we take the square root of 012345, we get 111.108055514. The square root of 012345678901234567 approximates to 111111110.611. We're taking the square roots of numbers following a pattern, the numbers 0-9 repeating with an even number of digits before any decimal (I'm counting it starting with 0). Note that we get very close to 111.111 repeating, or a variation with decimal moved.
Now let's omit '8' from the pattern. square root(123456790123456) = 11111111.1111. That's a far closer approximation. I observe, ((10)^nth/9)^2, where n is positive will be represented by the digits 0-9 repeating omitting 8.
This pattern will only appear significant in a number base 10 system, without a number base 10 1234567890123 doesn't appear to be a number with a pattern. What is the significance of '8' in 100/81? in 1000/81?