Hello Gianluca,
Thank you for your quick reply. I tried your suggestion and Mathematica 11 gives a strange output format. Eventually, I was able to squeeze the answer out by using WolframAlpha, believe it or not!
Now, the main question is the following:
Can Mathematica solve (for b[k] and c[r]) the following system of recurrence relations? b[k] is defined for only odd natural numbers, and c[r] is defined for only even non-negative integers.
For n greater than or equal to 3; b[2n+1] = c[2n] + c[2n-2] + 2*a[n], c[2n] = b[2n-1] + c[2n-2], a[n] = .0794367(.460811)^n + .255972(-.675131)^n + .664591(3.21432)^n;
c[0]=1, b[1]=4, c[2]=5, b[3]=10, c[4]=15, b[5]=34.
I seemed to have tried "everything" in Mathematica 11 and WolframAlpha, but nothing seems to work.... Any help is greatly appreciated!
Sincerely, Richard M. Low