Consider the product
$$p_n = \prod_{k=1}^n H_k$$
of $n$ successive harmonic numbers $H_k=\sum_{i=1}^k 1/i$.
The sequence of the $p_n$ is listed in OEIS as A097423/A097424.
I am looking for the asymptotic behaviour of $p_n$ as $n\to\infty$.
My first attemps are based on the asymptotic behaviour of the harmonic number itself
$$H_n \simeq \log(n) + \gamma +\frac{1}{2n}-\frac{1}{12 n^2}+...$$
Defining
$$q_{a,1}(n) = \prod_{k=1}^n \frac{H_k}{\log(k) + \gamma +\frac{1}{2k}}$$
$$q_{a,2}(n) = \prod_{k=1}^n \frac{H_k}{\log(k) + \gamma +\frac{1}{2k}-\frac{1}{12 k^2}}$$
I found numerically that
$$q_{a,1}(10^3)\simeq 0.903394162407764$$ $$q_{a,2}(10^3)\simeq 1.006552015286574$$
Questions
1) Are there closed expressions for the $q_{a,i}(\infty)$ in terms of known constants?
2) What can be said about the asymptotic behaviour of the products
$$r_{a,1}(n) = \prod_{k=1}^n \left( \log(k) + \gamma +\frac{1}{2k}\right)$$
$$r_{a,2}(n) = \prod_{k=1}^n \left(\log(k) + \gamma +\frac{1}{2k}-\frac{1}{12 k^2}\right)$$