Hi Daniel,
I apologize for the confusing "thread creep". After consolidating all of the helpful answers (thus far) to my original question, here is the MAIN QUESTION (in concise language):
Find a formula (in compact form; for example: a[n] = .0794367(.460811)^n + .255972(-.675131)^n + .664591(3.21432)^n) which solves the following piecewise-defined recurrence relation b[k]:
For integers k greater than or equal to 3, b[k] = b[k-1] + b[k-3] + 2*[.0794367(.460811)^((k-1)/2) + .255972(-.675131)^((k-1)/2) + .664591(3.21432)^((k-1)/2)], if k is odd; b[k] = b[k-1] + b[k-2], if k is even; b[0] = 1, b[1] = 4, b[2] = 5.
I verified (using this piecewise defined recurrence relation, by hand calculations) the correct values: b[0]=1, b[1]=4, b[2]=5, b[3]=10, b[4]=15, b[5]=34, b[6]=49, b[7]=108, b[8]=157, b[9]=348, b[10]=505, etc.
Again, I appreciate all of the help that everybody has given me thus far! We almost have the answer to my question.
Sincerely,
Richard M. Low