It was a new contributor's question. I answered, got my -1 again and then deleted. Then I asked myself. Then gave it up again. Actually I was gonna ask a different question NOW. When I pressed ask a question, to my surprise, the question I intended to ask yesterday was in the memory!
I wanted to evaluate the following limit by logarithmic limit rule: $$\lim_{n\rightarrow\infty} \left(\frac{n^{n-1}}{(n-1)!}\right)^{\frac{1}{n}}=\exp\left(\lim_{n\rightarrow\infty}\frac{(n-1)\ln n-\ln (n-1)!}{n}\right)=\exp\left(\lim_{n\rightarrow\infty}-\frac{1}{n}\sum_{k=1}^n\ln(\frac{k}{n})\right)$$ Then I observed a Riemann sum of an indefinite integral inside so that the limit is $$\exp\left(-\int_0^1\ln xdx\right)=\exp\left((x-x\ln x\vert_0^1)\right)=e.$$ Is my solution correct? Can you suggest another way? Stirling's approximation formula is excluded.