the generalized fomula for tn+1 will have to be :
1 + _1_
tn
One of the fibonacci formulas that I think should be used is
F_n=((1+sqrt(5))^n-(1-sqrt(5))^n)/(2^nsqrt(5))
but I am not sure how to combine the two to get a generalized formula for tn+1 in terms of tn?