Graham's Number
21–27 of 27 posts
Re: Graham's Number
#22Re: Graham's Number
#23Re: Graham's Number
#24The method used by the winning entry is extremely interesting: return the outputs of all possible programs up to a certain size which terminate according to the calculus of constructions. It's quite crazy to have done this in 512 chars.
Re: Graham's Number
#25Re: Graham's Number
#26Note that the Graham number can be written as G=f[64](4), where [.] means the number of iterations of f and f(4)=3\up\up\up\up3 (as in the article). Now you can define a function g(n) as g(n):=f[n](4), so G=g(64). g is computable since we just described an algorithm to calculates its values. So the busy beaver grows even faster (asymptotically) than g.
Re: Graham's Number
#27Earlier quoted context omitted.
Yes. Anything else would have been ... problematic.
You should have told him "I expected you to say that" and let infinite recursion reign free. :)
A. Write a question suitable for this course. B. Answer it. You will be graded on both parts.