In the book of Concrete Mathematics by Graham, Knuth, Patashnik, at page 453, it is given that
$$ \begin{aligned} \lfloor\mathrm{N} / \mathrm{K}\rfloor &=\mathrm{N}^{1-1 / 3}\left(1+\mathrm{O}\left(\mathrm{N}^{-1 / 3}\right)\right)^{-1}+\mathrm{O}(1) \\ &=\mathrm{N}^{2 / 3}\left(1+\mathrm{O}\left(\mathrm{N}^{-1 / 3}\right)\right)+\mathrm{O}(1)=\mathrm{N}^{2 / 3}+\mathrm{O}\left(\mathrm{N}^{1 / 3}\right) \end{aligned} $$ where $$ \mathrm{K}=\mathrm{N}^{1 / 3}\left(1+\mathrm{O}\left(\mathrm{N}^{-1 / 3}\right)\right). $$
However I don't understand how $\left(1+\mathrm{O}\left(\mathrm{N}^{-1 / 3}\right)\right)^{-1}$ is equal to $\left(1+\mathrm{O}\left(\mathrm{N}^{-1 / 3}\right)\right)$ as done above.