hmmm,
I'm puzzled.
Lets say I have:
This forms the series:X0 = 1, X1 = 2, and:
Xi+2 = Xi+1 + 2*Xi + 3
1, 2, 7, 14, 31, 62, ...
So,
But, what is Xi when i <> integer, ie, perhaps when i = 1.6?When i is even,
Xi = 1 + 2*(4(i/2)-1)
and when i is odd,
Xi = 2 + 4*(4((i-1)/2)-1)




Reply With Quote