Puzzles/Medium Sequence 1/Solution

From testwiki
Revision as of 00:24, 21 December 2017 by imported>Pi zero ({{BookCat}})
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The sequence is an = A(n,n), starting at a0. (A is of course the Ackermann function.)

So the next number in the sequence is 222655363.

Template:BookCat