I have been trying to simplify the following summation with the intention of breaking it into less complex summations, but I keep getting stuck no matter what I try:
$$\sum_{i=0}^{k-1} 3^{i} \cdot \frac{\sqrt{\frac{n}{3^i}}}{\log_{2}\frac{n}{3^i}}$$
Among the things I tried was raising to the power of $1/2$* the upper part of the fraction to cancel out the $3^i$, but after that I'm left with $\sqrt{n\,3^i}$ anyways without any clear steps to simplify further. Also tried putting the lower part of the fraction as a difference of logarithms, but got stuck in the same way. I even tried to use the change of base identity to put the lower part of the fraction in terms of $\log_3(2)$ and see if I could have canceled something but no luck.
Just simplifying the sum would be good enough since I can try to take it from there by substituting $k\; (k = \log_3(n)$ in case that is useful).

