I am really new in data algorithm and Big O-Notation and could not find a good solution for this:
$$ 3^{O(n)} = O(8^{n}) $$
First of all what does this term $ 3^{O(n)}$ mean?
I thought using the definition of O-Notation: $f(n) \leq c g(n)$. But this does not apply if $O(n)$ are on the both side or?