I need to prove or disprove $n\log_2(n)-3n-18 = \Omega(n)$ and get appropriate constants so that the lower bound limit definition is fulfilled.
My attempt In order to prove that relation, I use the notion of limit:
$$\lim_{n \to \infty} \frac{n\log_2(n)-3n-18}{n} = \left[\frac{\infty}{\infty}\right]$$
so applying L'Hôpital theorem and deriving numerator and denominator, I get
$$\lim_{n\to \infty} \frac{\log_2n+\dfrac{n}{n\log2}-3}{1} = \infty $$
so at this point I know that $n\log_2(n)-3n-18 = \omega(n)$... and that's where I get stuck and basically try to guess, so I am wondering if I can calculate the values I need: how do I select $c$ and $n_0$ so that $\exists c > 0$, $n_0 > 0$ such that $\forall n \geq n_0$, $f(n) \geq c\cdot g(n) \geq 0$?