I am trying to find the constants $n_0$ and $c$ to show that some given functions belong to the $O(\cdot)$ equivalence class. But, while it seems easy, I am not sure whether I am allowed to do what I will showcase below, or rather, what decides which constants I should take into consideration. For example:
$$n^{\frac 2 3} \in \Omega(\log^8n).$$
The definition is: $g(n) \in \Omega(f(n))$ if there exist $c,n_0$ such that for all $n > n_0$, we have $cf(n) \leq g(n)$.
So, if I am asked to find the constants $n_0$ and $c$, with nothing more asked (no extra conditions etc), how can I decide which values to consider?