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.
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)
September 5 2003, 16:17:06 UTC 17 years ago
There's almost certainly a Unicode glyph for it.
September 5 2003, 16:42:00 UTC 17 years ago
n↑↑n
September 5 2003, 17:03:02 UTC 17 years ago
What's more, the Arrow Notation works perfectly well using `^' instead of an arrow, because the single-arrow operator is the same as the power operator.
I think the most common use for Arrow Notation is in describing Graham's Number (which you can google for yourself as I can't be bothered to at this time of night).
By the way, on an unrelated note, I've just noticed that all the dates on this comment page have ` ' (sic) in them - that surely can't be what was wanted!
September 5 2003, 17:17:03 UTC 17 years ago
The glitch was a temporary thing while I was fiddling with S2 to try and work around a table rendering glitch with entries whereby wrapping a <nobr> around the while date/time was causing the title to get broken onto two lines even when it wasn't neccessary. I now know that HTML entities may not be embedded in LJ date/time formats...
Deleted comment
September 7 2003, 11:08:19 UTC 17 years ago
Deleted comment
September 7 2003, 11:57:10 UTC 17 years ago
;-)
Deleted comment
September 7 2003, 12:36:53 UTC 17 years ago
Deleted comment
17 years ago
17 years ago