Please, I would like to express some fractions {$\dfrac{8}{35}$, $\dfrac{5}{21}$, $\dfrac{8}{33}$} in the general form
$$ \frac{f(n)}{g(n)} $$
as for exemple for the form $$ \dfrac{f(n)}{g(n)}= \dfrac{(2n+1)(n+1)}{2n+3}$$
we find
$\dfrac{1}{3}$ for $n=0$, $\dfrac{6}{5}$ for $n=1$, $\dfrac{15}{7}$ for $n=2$, ....
It's Ok, our comrades in the mathematica community found me the general form on mathematica.stackexchange, it's
$$\dfrac{n^2+4 n+3}{4 n^2+16 n+15}=\dfrac{(n+1) (n+3)}{(2 n+3) (2n+5)}$$
which gives for $n\gt0$: $\,\,\dfrac{8}{35}, \dfrac{5}{21} ,\dfrac{8}{33} ,\dfrac{35}{143},\dfrac{16}{65} ,\dfrac{21}{85} ,\dfrac{80}{323},...$
This can be useful for others.
Many thanks.