1

I remember reading in RPF's biographical book, "Surely you're joking Mr. Feynman" that he used to have timed contest about writing down the biggest number using standard symbols.

Instead of the time restriction, I was wondering what if we restrict the number of characters, to say $N=10$. What is the largest number we can write using $N$ characters using numbers and standard functions known to most mathematicians? Of course I think the real difficulty would be in proving the said number is the largest. What is the largest number you can think of with $N=10$?

Derek Scavo
  • 1,983
  • 8
    Everything hinges on what you mean by "standard functions known to most mathematicians," as well as what characters you're allowing (do parentheses count extra?) and what shorthand you're allowing. If B is valid shorthand for the busy beaver function then I think it will be hard to beat BBBBBBBBB9. This number is pointlessly large. – Qiaochu Yuan Nov 27 '10 at 01:44
  • 8
    Scott Aaronson has written an entertaining essay on this very subject: Who Can Name the Bigger Number? –  Nov 27 '10 at 02:03
  • If you kept the range of allowed functions very small, it could be an interesting exercise. Say only absolute basic operators, brackets allowed free, as I don't see why order of operator precedence should interfere as that is essentially arbitary: +, -, , /, ln, e, i. Perhaps allowing ln to be counted as a single character, abbreviated as l - the inclusion of i* is not strictly necessary as it can be built (-1)^(1/2), and I omitted any root for the same reason, but it's sort of elementary. – Orbling Nov 27 '10 at 02:27

4 Answers4

3

Well, just for fun I thought I'd try to answer the question with the operations restricted to:

  • nullary operations $\{0,1,2,\ldots,9\}$ and
  • binary operation $*$ (i.e. multiplication).

It turns out that

9999999999

is the greatest in this case. The closest runner-up is:

99999*9999 = 999890001

We can make some simplifying assumptions: (a) all 10 slots are to be used (otherwise, we just add in another 9 at the end) and (b) any of $0,1,2\ldots,8$ is better off being replaced by a $9$.

This exercise didn't seem all that satisfying really, there's so many sequences that result in syntax errors. E.g.:

*999*99999
999999999*
999999**99

In my opinion, it gets even less satisfying if you keep going. E.g.

  • Is 1/0 allowed?
  • Does exponentation require a character? E.g. 2^6 vs. $2^6$.
  • Do you require suitable bracketing? When? 1/2^{-6} vs. 1/2^-6. What about 9^9^9?
  • How many characters does $\log$ require?
  • The result varies on human factors -- e.g. what number system is used (base 10?), how many characters it takes to write a function, etc.
  • And, of course, there's the inevitable question of self-referential sequences (which might be difficult to arrange for 10 characters).
1

If tetration is allowed: 9↑↑↑↑↑↑↑↑↑9

-1

9^9^9^9^9^9^9^9^9^9 ofcourse you have to start powering from right side... this number is so big that is beyond all humans comprehension. It is more than elementary particles in whole universe...

  • 2
    There are $10$ nines, and 9 carets, hence a total of $19$ characters. Sorry, you lose. – amWhy Aug 29 '14 at 15:45
-2

9!!!!!!!!! would be the largest number, with n! meaning the factorial of n. If you allow for an ellipsis, and allow for extended real numbers, then 9999999... (infinitely repeating 9's) could be considered as the largest.

rs1n
  • 1