While Pi has all pairs of 2 digits, your index would take more space than storing the pairs itself (because you might need to go beyond position 99)
For one situation you might "get lucky" and find a coincidence, but this won't scale generically
I admit this fooled me for a bit. Good news is, I won't be fooled again by something similar :)
While Pi has all pairs of 2 digits, your index would take more space than storing the pairs itself (because you might need to go beyond position 99)
For one situation you might "get lucky" and find a coincidence, but this won't scale generically