I've a recurrence relation
$$a_{2n}=(2n-1) a_{2n-2}$$
(intial condition $a_2 = 1$)
which has no coefficients, so I can't follow the standard procedure where I find the roots from which we can set up the general solution and then proceed to find alpha etc.
Is there any procedure, that I don't know of, that you follow when you encounter such a recurrence relation with no coefficients? No examples of this kind is in my book and I've looked on the web as well for answers but none found.