Skip to main content

Questions tagged [big-numbers]

For questions relating to the computation, estimation and properties of extremely large finite quantities that are not usually used in mainstream mathematics. This is not for questions that just have large numbers; the fact that a number is very large has to affect the question.

0 votes
0 answers
63 views

I recently got curious about understanding the growth rate of $\text{TREE(n)}$ (and/or the weaker $\text{tree(n)}$ with unlabeled trees). What I understood so far is that the existence and finiteness ...
user113019's user avatar
1 vote
1 answer
84 views

In googology many fast grwing functions are defined by graphs, for example the tree function and SCG, I would like to ask about a modification in this functions. A subcubic graph is a finite simple ...
Eitan Amiel's user avatar
0 votes
0 answers
63 views

Is there an efficient method to compute the square root of a large power of two with the form $\lfloor\sqrt{2^{2n+1}}\rfloor$? Because $\lfloor\sqrt{2^{2n+1}}\rfloor = \lfloor\sqrt 2 (2^n)\rfloor$, if ...
Sammet's user avatar
  • 1
0 votes
1 answer
219 views

I want to compute the blocking probability \begin{align*} \operatorname{B}\left(\rho,m\right) & = \dfrac{\rho^{m}/m!} {\sum_{i= 0}^{m}\rho^{i}/i!} \\[5mm] \mbox{...
Dang Dang's user avatar
  • 288
1 vote
1 answer
281 views

I have recently found out about the TREE function, and how TREE(3) is unimaginably large. I also learned about Graham's number, which is a lot smaller than TREE(3). Yet, is there some way to find out ...
Phantom's user avatar
  • 45
1 vote
1 answer
165 views

Is there a good way to simplify the monstrous number $10^{2380849\cdot 10^{10^{120.20}}-1}$ using Knuth's Up-Arrow notation? I have tried to research how this could be done, but the notation still ...
Williamguttn's user avatar
1 vote
1 answer
117 views

If $F(n)$ is the $n$-th Fibonacci number, then given $F(n)$ and $F(n-1)$, the classic "fast doubling" way of obtaining $F(2n)$ and $F(2n+1)$ is $$ \begin{align} F(2n) &= F(n) \left(2F(n+...
Federico Lebrón's user avatar
4 votes
1 answer
162 views

In OEIS , the smallest even positive integers $k$ such that $k^{2^n}+1$ is prime are given upto $n=20$. Is there a known prime number with $n\ge 21$ ? Such a number would be very large , so I guess ...
Peter's user avatar
  • 87.1k
1 vote
1 answer
139 views

There are a variety of ways to define large numbers (https://en.wikipedia.org/wiki/Large_numbers), such as Graham's number, TREE(3), Rayo's number, etc. Often times we know the relative size of these ...
Jeremy Salwen's user avatar
6 votes
3 answers
252 views

Is $\text{BRANCH}(n)$ finite for $n > 2$? Define $\text{BRANCH}(n)$ as the maximum length of a string that is composed of at most $n$ unique characters AND meets the following condition: Define a ...
Yash Jain's user avatar
  • 155
2 votes
1 answer
209 views

Let's assume there is some non-standard model of the reals containing a number $N$ that is larger than any real number. Suppose $\exists N\in {^*}\mathbb{R} ( \forall r\in\mathbb{R}: r<N).$ Now I ...
Kepler's Triangle's user avatar
1 vote
1 answer
104 views

Define $f(k)$ to be the maximal natural number $n$ such that there exist $n$ strings $s_1,\dots,s_n$ from the alphabet $\{1,2\}$ such that no letter is repeated more than $3$ times in a row, for all $...
look at me's user avatar
0 votes
1 answer
101 views

Or more importantly, does it have a name? The function f(k)=x I have found goes under these rules, There is a group of n strings containing k characters Each string is 1 character longer than the ...
look at me's user avatar
3 votes
1 answer
202 views

Is it possible to calculate the leading decimal digits of $3 \uparrow\uparrow 5\ = 3^{3^{3^{3^3}}} = 3^{3^{7,625,597,484,987}}$? Using currently known methods, this would require knowing the complete ...
Allam A.'s user avatar
  • 249
2 votes
1 answer
144 views

I study mathematics, and I have a question: I have this math function: f(x) = floor(x^99999 / 10^(floor(log10(x^99999+0.1)) + 1 - 5)) (floor() is rounding down) ...
Rick Li's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
19