I need help with proving that
$$ 100n^2+(0.5)^{15^{15^{15}}} \cdot 2^n = O(2^n).$$
I started by using the definition:
There should exist $c$ and $n_{0}$ in the positive reals such that, for all $n$ in the naturals,
$$n\geq n_{0} \implies 100n^2+(0.5)^{15^{15^{15}}} \cdot 2^n \leq c 2^n.$$
Now,
$n_{0}=?$
$c=?$
Let $n$ be in the naturals and assume $n \geq n_{0}$.
How do you complete this? Maybe start with $2^n$ in big oh $2^n$ by big Oh theorems?