- 22,169
- 3,327
jfizzix said:Maybe we can tighten up the competition to see what's the biggest number we can write with five characters without allowing outside references
e.g.,
9^99!
Then it should be stated clearly what is allowed and what not.
jfizzix said:Maybe we can tighten up the competition to see what's the biggest number we can write with five characters without allowing outside references
e.g.,
9^99!
micromass said:Then it should be stated clearly what is allowed and what not.
jfizzix said:I'd use the same rules as in your original post, but with a 5 character limit instead
^micromass said:Sure, but what operations do you consider standard? Obviously numbers 0-9 are allowed (base 10), +, -, *, /, !, what else?
jfizzix said:^
I had to look up what !, was, but from Wolfram Mathworld, 9! = 9*7*5*3*1, which would be less than 9!micromass said:9^9! seems to be the largest I can think of then
jfizzix said:I had to look up what !, was, but from Wolfram Mathworld, 9! = 9*7*5*3*1, which would be less than 9!
mrspeedybob said:ggggG

The largest number for which any human will ever write a formula or algorithm in the past and future history of the Earth
andrewkirk said:Code:The largest number for which any human will ever write a formula or algorithm in the past and future history of the Earth
The smallest number bigger than any finite number named by an expression in the language of set theory with a googol symbols or less.
Graham's number < googology.wikia.com/wiki/TREE(3) < googology.wikia.com/wiki/SCG(13)
def FindGraham(s):
if 'G' in s or 'g' in s:
return True
return False
print FindGraham("***")
bit.ly/1RFruCp
bit.ly/1OtaqP9
b(x)=busy beaver function
f=BIGFOOT
v(x)=b(f) recursions of b
r(x)=v(f) recursions of v
z(x)=r(f) recursions of r
11 in base z(f)
G=Graham's Number
G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G[G]G
I figured hyperoperation was allowed without explanation as it goes directly with Knuth's notation.micromass said:What does [G] mean?
Vanadium 50 said:How about 7, only with a font size of 9.999 x 10^92?
You did ask for the largest number, and not the number of greatest possible magnitude.![]()
[itex]9.\overline{9}[/itex] is the largest (widest) number, as it has an infinite amount of characters to display
jack action said:In the same spirit:
Code:[itex]9.\overline{9}[/itex] is the largest (widest) number, as it has an infinite amount of characters to display
Since you initialize x to zero, the condition in the for-loop will be false and it will not run your statement.Patrick_Hutecker said:int y=100000000;
for(x=0;x<-1;x++)
{
y=y*y
}
(never said we could use code)
m k said:While true n = n + 1