This is a little far out question, but just curious: is it even possible to have a non-high-degree-polynomial function (as in polynomial regression function) that could generate a sentence of say, 10 letters long. What about 100 letters, n letters?
for example: is there a function that can generate the letter codes for "hello world" (space not important). The sequence would be 7 4 11 11 14 22 14 17 11 3
Then, what about "the quick dog jumped over the lazy fox" 19 7 4 16 20 8 2 10 3 14 6 9 20 12 15 4 3 14 21 4 17 19 7 4 11 0 25 24 5 14 23
and eventually longer paragraphs... Is this just crazy to even ponder? Keep in mind, I'm not looking for a general functions, but ones that specifically generate a given sequence.