I learned that the busy beaver function grows very rapidely indeed.
The first 4 values are known.
I would like to know if there is any UPPER bound known for
$$\Sigma(n)$$
for some $n\ge 5$.
Additionally, how likely is it that $\Sigma(5) = 4098$ ?
And how big is $\Sigma(6)$ believed to be ?
There is no computable upper bound on the busy beaver function, so don't expect there to be any nice form for an upper bound to it. In particular, if there were a computable an upper bound, then we could solve the Halting problem - if we run a machine for a number of steps until it passes the relevant upper bound, we know it does not halt. Therefore, such a number cannot be computed - and it should be noted that this implies, in theory (but so far from practice!) that knowing an upper bound allows us to calculate the actual value, since we can weed out, in finite time, the machines that do not halt.
There is this page seems to have a list of all the difficult cases in finding that value of $\Sigma(5)$ - I would presume that someone, sometime tried running them all for a long period of time, and they did not halt, which might suggest that they do not halt, but speculation might not be wise since, "Well, I doubt the busy beaver is that big" is not a good heuristic. According to Wikipedia, $\Sigma(6)$ is known to be at least $3.5\times 10^{18267}$, which is already a lot, and not necessarily close to the actual value.