$$f(n)= 3n \log\log n$$
and $$g(n)=n (\log n)^6 + 8n^2$$ and I try to find
$$\lim_{n \rightarrow \infty} \frac{f(n)}{g(n)}$$
$$f(n)= 3n \log\log n$$
and $$g(n)=n (\log n)^6 + 8n^2$$ and I try to find
$$\lim_{n \rightarrow \infty} \frac{f(n)}{g(n)}$$
Hint:
$$\frac{n\log\log n}{n\log^6n+8n^2}\le\frac{n\log n}{8n^2}\le\frac{1}{n^{1/2}}$$
Well, $g(n)\sim_\infty 8n^2$, hence $$\frac{f(n)}{g(n)}\sim_\infty\frac{3n \log\log n}{8n^2}=\frac38\frac{\log\log n}{n}\to 0,$$ as $\log\log n\in o(\log n)\in o(n)$.