AI/Math Puzzle

3 points by markerz


colman

log*(16) should be the iterated log, which gives us 3. So it’s then I guess 10^112 or 10^18?

I assume prefix is Knuth–Morris–Pratt, but of the resulting integer? Doesn’t quite make sense like that, as 10^(positive power) will give all zeros as prefix, since the 1 causes no match.

If it’s supposed to be 11 (1-indexed argmax… lol), then 11^18 = 5559917313492231481, but that also doesn’t have a nice prefix string result (0120000000000000000 I think).