9^9^9.

Interesting thing that I read a child, in a children’s book, naturally.

The largest 3-digit number isn’t 999. It’s 9^9^9. Or, nine taken to the ninth power taken to the ninth power.

This number is apparently gargantuan. In ordinary type, it would reach from New York to Cleveland. Also, some mathematicians have speculated on what digits the behemoth number begins with, and ends with. I forget the exact details.

Believe it or not, I may even still have the book in my collection (it was a very interesting book, well worth holding on to). I will check.

In the meantime, does anyone else know what I am talking about? What else is known about this number, and what more has been learned in the 30+ years since I got the book?

Please divulge.

:slight_smile: :slight_smile: :slight_smile:

If you’re allowed an expression that contains only three integers but can have any other symbols, you can go bigger. 9!^9!^9! for starters. But it’s somewhat arbitrary, it depends on the conventions about what the symbols mean.

Reminds me of Heinlein’s “Number of the Beast” which was 6^6^6.

If we’re going to get technical and say 9^9^9 is the largest 3 digit, what restricts us to base 10 then? I mean in Hex, F^F^F is significantly larger then 9^9^.

Please see this link: https://www.quora.com/What-is-the-value-of-9-9-9 on 9^9^9. Someone says it is 956192041778915424074542039160053096041449.

I’m just telling you what I read in the book.

I should also tell you all, IANAMathematician. I do have some education in the matter though, mostly hs math, and maybe even a little exposure to calculus. But I do find the subject fascinating, FWIW.

Maybe I should have said, 9^(9^9). In any event, please hold me blameless for any inaccuracy. I am only telling you what the book says :).

Tree(tree(tree(9)))

It has 369,693,100 digits, which, if written out in type 3mm wide, would cover a length of about 1,100km, which seems like it would take you almost to Indianapolis. Its last ten digits are …2627177289, its first ten digits are 4281247731…

I’m not doubting you about that. Nevertheless, there is no meaningful sense in which that is “the largest three-digit number” if you are allowed to use symbols at will. Even just restricting yourself to using common standard symbols, you can express an arbitrarily large number, e.g.

(((((((((9!)!)!)!)!)!)!)!)!)…

But 9^9^9 can be written using only the symbol ‘9’, in the standard exponentiation notation as 9[sup]9[sup]9[/sup][/sup]; so you don’t actually need any other symbols—in that sense, it’s truly a three-digit number, not a three-digit-plus-any-other-symbols-you-care-to-add number.

Yes, expressed that way the constraint makes more sense. (Although the expression is ambiguous, as has been noted.)

Yes. Without ambiguity, the whole thing wouldn’t even work—essentially, one expects ‘three-digit number’ to mean ‘three consecutive digits in base-10 place-value notation’, but then it’s pointed out that, technically, the exponential 9[sup]9[sup]9[/sup][/sup] also only consists of three digits, and thus, is a ‘three-digit number’; but of course, there’s any number of different readings of ‘three-digit number’ that one can use equally well—varying the base, adding symbols that aren’t digits, and so on.

That sort of ambiguity also means that 9[sup]9[sup]9[/sup][/sup] isn’t of terribly much mathematical interest, since it’s only special in an ultimately arbitrary system of notation, whereas the properties of something like π or e are independent of such arbitrary choices.

Or TREE(TREE(TREE(9))) if you want to stop messing around, since the lower case tree function isn’t quite as insanely fast growing. For people who aren’t familiar, the TREE function is a function that grows absurdly fast; TREE(1) is 1, TREE(2) is 3, and TREE(3) is so vastly incredibly huge that you need special notation to even vaguely talk about how big it is. TREE sequence | Googology Wiki | Fandom

This is a “show all work” question. Unless you show the other 369,693,080 digits, you will only get partial credit. Sorry, I don’t make the rules…

And a somewhat more accessible video explanation.

Perhaps the OP is misremembering.

It could be 9[sup]9[sup]9[/sup][/sup], technically no symbols.

But then that is still a fail since tetration notation wins by a long shot.

[sup][sup]9[/sup]9[/sup]9 is a vastly larger number.

First thing is your description is wrong. 9 taken to the 9th power taken to the 9th power is (9^9)^9 which is 9^{81} and is probably the number cited above. There can be no doubt of its last digit since 9 to any odd power ends in a 9, including 9^{9^9} which is 9^{387420489} a truly gargantuan number, although it would have only about 350,000,000 million digits, about 350 miles at 10 digits to an inch. NY to Cleveland is about 460 miles, so maybe a larger font was used.

Judging from what I’ve just googled (and if I understand it correctly) Tree is worse than Graham (which had been my previous go-to fast growing function.

I’m not sure what the standard notation would be for it, but the fastest-growing function I’ve ever encountered “in the wild”, so to speak, is defined by the recurrence relation D(n) = D(n-1)+2^(D(n-1)) .

I was debating putting TREE(g(A(9,9)) but then decided to go with just TREEs, but vB “helpfully” uncapped my post, and not wanting to spend the time adding a hidden character to preserve the caps, I left in the lesser function (although I didn’t know how much less it was at the time!)

You probably mean (some variant of) Ackermann’s function, or some other fast-growing, yet computable, function. Graham’s number is just a number, remarkable as an explicit huge number that arises “in the wild.”