Suppose I have the following expression:
$$f(n) = \frac{\bigg(1+O(1/n)\bigg)}{\bigg(1+O(1/n)\bigg)\bigg(1+O(1/n)\bigg)}.$$
Is there a way to manipulate $f$ (i.e. multiply by terms involving $n$) in order to get an expression that looks like $(1+O(1))$?