I'd like to know the space complexity of storing bit string representations of the numbers in the factorial sequence (as in a memoized factorial function). So each number $f_i=i!$ in $i=0 \cdots n$ takes $\log_2 f_i$ bits, but how fast does that grow with $i$? Even better would be to know the sum of that sequence or (more reasonably) what a good bound is.
2026-03-29 08:15:04.1774772104
What is the growth rate of the logarithm of the factorial sequence?
1.4k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Probably you need Stirling's theorem.