Evaluate the sum $$\frac{1}{3} + \frac{1}{3^{1+\frac{1}{2}}}+\frac{1}{3^{1+\frac{1}{2}+\frac{1}{3}}}+\cdots$$
It seems that $1 + \dfrac{1}{2} + \dfrac{1}{3} + \cdots + \dfrac{1}{n}$ approaches $\ln n$ as $n\to \infty$, but I'm not sure if this is useful. Also, $3^{\ln n} =e^{\ln n\cdot \ln 3}= n^{\ln 3}$, but I'm also not sure how this is useful.
edit: I know how to prove that it converges, but I was wondering if there was a closed form for this sum.
We can certainly impose some bounds on the value of the sum, via the asymptotic expansion $$H_n \sim \log n + \gamma + \frac{1}{2n} - \frac{1}{12n^2} + \cdots. \tag{1}$$ The crudest bound is to note for $0 < z < 1$ the sum $$f(z) = \sum_{n=1}^\infty z^{H_n}$$ is dominated by $$\begin{align*} f(z) &< z^\gamma \sum_{n=1}^\infty z^{\log n} \\ &= z^\gamma \sum_{n=1}^\infty e^{\log z \log n}\\ &= z^\gamma \sum_{n=1}^\infty n^{\log z} \\ &= z^\gamma \zeta(-\log z). \tag{2} \end{align*}$$ For $z = 1/3$, this gives us the comparison $$f(1/3) \approx 5.34863 < 5.688508.$$ More terms of the asymptotic expansion $(1)$ can be used to speed the computation. However, we must be careful since $(1)$ is centered around $n = \infty$, so convergence is poor for small $n$; we can compensate by computing the initial terms precisely, then using the asymptotic expanison for large $n$, resulting in rapid convergence.