- #36
ktoz
- 171
- 12
As hints go, "eight(8)" is pretty worthless. Looks like a function call to me, but a function call can mask enormous complexity. As revealed in my last post, there is some sort of prefixing going on where values on many even indices form groups that differ by only the prefix
43 45 48 46
63 65 68 66
...
73 75 78 76
etc. Remove every digit on even indices and you get the table in my last post. As that reveals, the patterns just seem too repetitive to be meaningful text. Perhaps there is some kind of sorting going on.
43 45 48 46
63 65 68 66
...
73 75 78 76
etc. Remove every digit on even indices and you get the table in my last post. As that reveals, the patterns just seem too repetitive to be meaningful text. Perhaps there is some kind of sorting going on.