My question (which has been edited) relates to the following recurrence relation:
$$a_{j+2}=\frac{2 a_{j}}{j}$$
The book which I am reading says that the (approximate) solution is given by:
$$a_{j}=\frac{C}{(j/2)!}$$
(I think there was an assumption of large $j$, too)
Could anyone give me a hand to understand how to arrive at this solution or give me guidelines on how to deal with recurrence relations and convert them to factorials? Thank you so much!
Iterate:
This yields the exact solution. One sees that $a_j\sim C/(j/2)!$ (whatever the meaning of $i!$ when $i$ is not an integer) is not quite right since $a_{2n}=Cn/n!\gg C/n!$, but with the proper shifts, the correct equivalent is similar to the one in the question.