Hey Guys, i have written the following program, that describes a lagged fibbonacci sequence, with
fib(n) = 1, for 0<=n<2000 and
fib(n) = fib(n-2000)+fib(n-1999), for n>=2000.
The problem:
When i call the programm (below) for a large "n", for example, for
n= 100000000000000 (in the code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.