Is it the "a" that is causing the problem then? Are you able to convert the infinite series to sine and cosine with a= 0?
You recursion relation is C_{n+2}= (-a/(n+2)(n+1)) a_n. What do you get as the "closed form" for C_n? Did you actually calculate the first three or four terms?
For given C_0 and C_1 you should get C_2= (-a/2)C_0, C_3= -(a/6)C_1, C_4= -(a/12)C_2= (a^2/24)C_0, C_5= -(a/20)C_3= -(a^2/120) C_5.<br />
<br />
You should be able to recognize the denominator of C_n as n! but then you are alternating between C_0 and C_1. Do you notice that you will always get C_0 in the terms with x to an even power and C_1 in the terms with x to an odd power? It would make sense to separate the two so that you have one series with even powers only, multiplied by C_0 and one series with odd powers only, multiplied by C_1, wouldn't it? Now compare the powers of a and x in each of those terms.