Does $\sum_{n=2}^{\infty}\frac{n^4}{\log(1)+\log(2)+\log(3)+\cdots+\log(n)}$ converge?

Without Stirling.

Note that the denominator is $$ \sum_{k=1}^n \log k \leq \sum_{k=1}^n \log n = n\log n $$ from which you can lower bound the general term of your series by $$a_n\stackrel{\rm def}{=} \frac{n^4}{\log 1+\log 2+\dots+\log n} \geq \frac{n^3}{\log n}\xrightarrow[n\to\infty]{} \infty$$ and therefore the series $\sum_n a_n$ diverges, as its general term does not even go to $0$.


It is easy to show that $n!\le n^n$.

Therefore, $\log(n!)\le n\log(n)$ and we have

$$\sum_{n=2}^N \frac{n^4}{\log(n!)}\ge \sum_{n=2}^N \frac{n^3}{\log(n)}\to \infty \,\,\text{as}\,\,N\to \infty$$


We can use the comparison test to show it diverges and we will be using the series $b_n = n^2$.

First note that $\log(n!) \approx n\log(n) - n$ by the Stirling's formula.

Then $a_n = \frac{n^4}{\log(n!)} \to \frac{n^4}{n\log(n) - n} = \frac{n^3}{\log(n) - 1} > \frac{n^3}{n} = n^2$ which diverges. Then, your series must also diverge.