Tomaz Kastrun has some fun with Pi:
We will do this in the following steps (for the word “eggs”):
- Encode the word EGGS to numbers. E = 5, G = 7, G = 7 and S = 19. Together concatenated we get the string of 57719.
- We store a veeery long string of PI number.
- Start looking in PI number for substring of “57719”.
Click through for the R code.
Comments closed