lg k .
Obtain asymptotically tight bounds (Big-Oh and Big-Omega) on lg(n!) without using Stirling's approximation. Instead, evaluate these using the expansion of lg(n!) as a summation.
Solution computes the Big-Oh and Big-Omega bounds in stepwise manner with sufficient explanations.