(Newbie question)
I have mathematical formulas 
which I want to implement in Mathematica. I tried with such a command:
A[c_,t_]=Simplify[Sum[v[2*j]^(n)*t^(n+1-2*j),{j,0,c}],Assumptions->n+1-2*j>=0]
and
g[h_,c_]=t+Sum[e^(n/2)*A[c,t],{n,0,h}]
but I obtained

Of course terms with (1/t)^n should not be here based on the assumption. Could you tell me how to solve this problem?
Next question. How can I made a sum without upper bound of summation? As you can see the upper bound of summation in A_n (t) depends also on g(t), which also preclude to write the upper bound explicitly (probably). How to avoid such a problem?
Thank you for your attention and answers.
Best regards,
Maciej Kozyra