1 ... 4 ... 19,683 ... ?
1 ... 4 ... 7,625,597,484,987 ... ?
The answer to the first series is a mere
340,282,366,920,938,463,463,374,607,431,7
The second, as you can probably guess, is larger. Much larger. In fact, it's exactly
226,815,615,859,885,194,199,148,049,996,4
or approximately
5 x 108,072,304,726,028,225,379,282,369,632,41
Even more approximately, that's
5 x 108 x 10153
Time to play with some big numbers:
5 x 10googol x 8 x 1053
5 x googolplex8,000 x 1050
5 x googolplex8,000 √googol
However I put it, that is one very big number, almost impossible to visualise - Asimov's essay Skewered! details just how hard to visualise big numbers can be. Final challenge, if you want to prove that you actually solved the puzzle: explain how the series was derived.
September 5 2003, 13:44:26 UTC 17 years ago
1 , 22, 333, 4444
and a similar thing for the second one but instead of there being n recursions of "powers of n", there are n! recursions of "powers of n".
Yay HTML! :-)
Deleted comment
Deleted comment
September 5 2003, 14:16:15 UTC 17 years ago
((2^2)^2)^2 = (4^2)^2 = 16^2 = 256
2^(2^(2^2)) = 2^(2^4) = 2^16 = 65,536
With 4s in place of the 2s, you get the original final answers.
September 5 2003, 14:51:27 UTC 17 years ago
September 5 2003, 16:08:50 UTC 17 years ago
Unfortunately, the second series isn't no neatly condensing (unless there's an operater which is to ^ as Σ is to + and (IIRC) Π is to *). Best I can do is functional:
f(n) = g(n, n);
g(x, 0) = 1;
g(x, y + 1) = x ^ g(x, y)
17 years ago
17 years ago
17 years ago
17 years ago
Deleted comment
September 7 2003, 11:08:19 UTC 17 years ago
Deleted comment
17 years ago
Deleted comment
17 years ago
Deleted comment
17 years ago
17 years ago
September 5 2003, 13:58:28 UTC 17 years ago
Go go Google Calculator!
September 5 2003, 14:00:20 UTC 17 years ago
Deleted comment
September 5 2003, 15:03:08 UTC 17 years ago
Is it a plane?
No! It's <sup>-erman!
September 5 2003, 14:00:11 UTC 17 years ago
Actually, they're poth the series you gave, just calculated in oposite directions, the first being
1, 22, (33)3, ((44)4)4
and the second
1, 22, 3(33), 4(4(44))
September 5 2003, 13:54:54 UTC 17 years ago
I hope you don't think me a complete mental cretin now, but... I don't get it.
what. the. hell.
July 28 2004, 05:28:32 UTC 16 years ago