This question is a direct continuation of my previous question.
How to prove the formula for the Reciprocal Multifactorial constant?
User metamorphy provided a lucid proof for the closed form equation of the Reciprocal Multifactorial Constant. And also a statement on its asymptote as k approaches infinity. Which is as follows:
$m(k)=1+e^{1/k}(H_k-\Delta_k)\ \text{and,}\\ > \Delta_k=\frac1k\underbrace{\int_0^1\frac{1-t}{1-t^{1/k}}t^{1/k}\frac{1-e^{-t/k}}{t}\,dt}_{\text{has > a finite $k\to\infty$ limit}}\underset{k\to\infty}{\longrightarrow}0.$
I was aware that the Reciprocal Multifactorial would eventually approach a harmonic series due to the definition of a multifactorial, which is as follows:
$n!^{(k)} = \begin{cases} 1 & \text{if $n=0$} \\ n & \text{if $0<n\leq k$} \\ n\left((n-k)!^{(k)}\right) & \text{if $n>k$} \end{cases}$
As k approaches infinity the $k^{th}$ multifactorial will tend towards the natural numbers. And the reciprocal series would approach $1+H_k$
However I am asking this question to know how to prove this using the closed form formula as metamorphy did in the previous question. I wasn't able to solve it myself.
Unrelated: Do you think there are any other interesting properties about this series worth examining, since I've found it quite interesting?