Given the simple continued fraction,
$$x =b_0 + \cfrac{1}{b_1 + \cfrac{1}{b_2 + \cfrac{1}{b_3 + \ddots}}} $$
for some well-defined sequence of positive integers $b_k$ for $k>0$. More compactly, for $b_0 = 0$,
$$x = [0\color{red}{;}b_1,b_2,b_3,\dots]$$
we compile some old results from MSE. The first three have closed-forms, and we inquire about the last three. Let $I_n(x)$ be the "modified Bessel function of the first kind".
I. The $b_k$ as multiples of all positive integers.
$$D_1 =\cfrac{1}{1m +\cfrac{1}{2m + \cfrac{1}{3m + \ddots}}} = \frac{I_1(2/m)}{I_0(2/m)}\qquad$$
See this 2015 post for $m=1$, or A073821 for $m=2$, or this Mathworld article.
II. The $b_k$ as multiples of all odd integers.
$$D_2 =\cfrac{1}{1m +\cfrac{1}{3m + \cfrac{1}{5m + \ddots}}} = \frac{I_{1/2}(1/m)}{I_{-1/2}(1/m)} =\frac{e^{2/m}-1}{e^{2/m}+1} = \operatorname{tanh}(1/m) $$
See a 2014 post for $m=1$, this Mathworld article for $m=2$, or a 2019 post for general $m$.
III. The $b_k$ as multiples of $4n+1$.
$$D_{3a} =\cfrac{1}{1m + \cfrac{1}{5m + \cfrac{1}{9m + \ddots}}} = \frac{I_{1/4}\big(\tfrac{1}{2m}\big)}{I_{-3/4}\big(\tfrac{1}{2m}\big)}\quad$$
For multiples of $4n-1$, then $D_{3b}=\dfrac{I_{3/4}\big(\tfrac{1}{2m}\big)}{I_{-1/4}\big(\tfrac{1}{2m}\big)}.\,$ See A308741 and A308742.
IV. The $b_k$ as squares. (From a 2020 post.)
$$D_4 =\cfrac{1}{1 + \cfrac{1}{4 + \cfrac{1}{9 + \ddots}}} =\;??$$
V. The $b_k$ as primes. (From a Sept 2011 post.)
$$D_5 =\cfrac{1}{2 + \cfrac{1}{3 + \cfrac{1}{5 + \ddots}}} =\;??$$
VI. The $b_k$ as composites. (From a Nov 2011 post.)
$$D_6 =\cfrac{1}{4 +\cfrac{1}{6 + \cfrac{1}{8 + \cfrac{1}{9 + \ddots}}}} =\;??$$
Question: In the intervening years, has progress been made for the last three continued fractions, or for others using various sequences like the Fibonacci numbers or factorials?
Note: The first three have $b_k$ in arithmetic progression, hence can be expressed by the modified Bessel function. However, $D_4$ uses a quadratic sequence $b_k$ while the last two use "sieved sequences", thus understandably will be difficult, though one may hope for a closed-form.