04/02/2009, 09:56 PM
tommy1729 Wrote:n is an integer
F [( 1 + f(n) ) ; F [( 1 + f(n) ) ; n ] ] = (1 + f(n) ) ^ n
F has two arguments seperated by " ; " and has the form
F[ base ; z ] and is the half iterate of base ^ z.
Perhaps then you should start with the simpler case of the double iterate. And look what a suitable function f you would find that:
I dont see what useful function f that could be.