Is it possible to simplify
$$\log_3{n} \cdot 2^{\log_3{n}} \cdot n$$
I am actually trying to find the Big-O notation for this equation. But if you don't know what it is, is it possible to simplify this? To something close to
$$n^{\log{3} / \log{1.5}}$$