07/10/2010, 12:27 PM
i was thinking about a fibonacci like recursion.
f(x) = f(x - 1) + f(x + i)
together with some initial conditions ( you choose )
perhaps old hat ... but i dont recall a closed form solution ( though its really hot here )
regards
tommy1729
f(x) = f(x - 1) + f(x + i)
together with some initial conditions ( you choose )
perhaps old hat ... but i dont recall a closed form solution ( though its really hot here )
regards
tommy1729

