I was thinking about this function
$$f(n) = \prod_{k=2}^{n} \sqrt[k-1]{k}$$
Maybe use it to do number theory or so.
But then I started to wonder about the asymptotics of $f(n)$.
I first assumed $g(n) = n \ln(n)^{\ln(n)^{\frac{10}{9}}}(n) $ to be a good asymptotic.
But
$$\lim \frac{f(n)}{g(n)} = \infty$$
Then I considered $h(n) = \exp(\ln(n)^{\ln(\ln(n)/\sqrt \ln(n))})$
But again
$$\lim \frac{f(n)}{h(n)} = \infty$$
Maybe I should use different type of functions to make asymptotics? Gamma?
Or do I need more complicated special functions to get a good asymptotic like tetration or Ackermann function?
I know $\ln(n) = \lim_m m(n^{1/m}-1)$ so maybe I should use $\ln(n!)$ as part of the asymptotic?
This also implies looking at
$$t(n) = \prod_{k=2}^{n} \frac{\sqrt[k-1]{k}}{\ln(k+1)}$$
or
$$v(n) = \prod_{k=2}^{n} \frac{\sqrt[k-1]{k}}{\ln(k+1)^\dfrac{1}{\ln(k+1)^2}}$$
But those 2 do not seem to converge.
Should I try Taylor series?
How to get a good asymptotic? Does it even exist?
By the Abel–Plana formula \begin{align*} \sum\limits_{k = 1}^{n - 1} {\frac{{\log (1 + k)}}{k}} = \int_1^{n - 1} {\frac{{\log (1 + t)}}{t}{\rm d}t} & - 2\int_0^{ + \infty } {\frac{1}{{{\rm e}^{2\pi y} - 1}}{\mathop{\rm Im}\nolimits}\! \left( {\frac{{\log (2 + {\rm i}y)}}{{1 + {\rm i}y}}} \right){\rm d}y} \\ & + \frac{{\log 2}}{2} + \mathcal{O}\!\left( {\frac{{\log n}}{n}} \right). \end{align*} Here $$ - 2\int_0^{ + \infty } {\frac{1}{{{\rm e}^{2\pi y} - 1}}{\mathop{\rm Im}\nolimits} \!\left( {\frac{{\log (2 + {\rm i}y)}}{{1 + {\rm i}y}}} \right){\rm d}y} = \int_0^{ + \infty } {\frac{1}{{{\rm e}^{2\pi y} - 1}}\frac{{y\log (4 + y^2 ) - 2\arctan (y/2)}}{{y^2 + 1}}{\rm d}y} $$ and $$ \int_1^{n - 1} {\frac{{\log (1 + t)}}{t}{\rm d}t} = \frac{\log ^2 n}{2} + \frac{{\pi ^2 }}{{12}} + \mathcal{O}\!\left( {\frac{{\log n}}{n}} \right). $$ Accordingly, $$ \prod\limits_{k = 2}^n {\sqrt[{k - 1}]{k}} = Cn^{\frac{1}{2}\log n} \left( {1 + \mathcal{O}\!\left( {\frac{{\log n}}{n}} \right)} \right) $$ as $n\to +\infty$, where $$ \log C = \frac{{\pi ^2 }}{{12}} + \frac{{\log 2}}{2} + \int_0^{ + \infty } {\frac{1}{{{\rm e}^{2\pi y} - 1}}\frac{{y\log (4 + y^2 ) - 2\arctan (y/2)}}{{y^2 + 1}}{\rm d}y} = 1.18493104146 \ldots $$ Addendum. Another way is to note that $$ \sum\limits_{k = 1}^{n - 1} {\frac{{\log (1 + k)}}{k}} = \sum\limits_{k = 1}^{n - 1} {\frac{{\log k}}{k}} + \sum\limits_{k = 1}^{n - 1} {\frac{{\log (1 + 1/k)}}{k}} = \frac{{\log ^2 n}}{2} + \gamma _1 + \sum\limits_{k = 1}^\infty {\frac{{\log (1 + 1/k)}}{k}} + o(1) $$ where $\gamma_1$ is one of the Stieltjes constants. For the infinite series see this answer of mine or $\text{A}131688$ in the OEIS.