Re: Fibonacci program



"Judson McClendon" <judmc@xxxxxxxxxxxxx> wrote:
> "spg" <stephen.gennard@xxxxxxxxxxxxxx> wrote:
>> Hello Judson,
>>
>> Q. I thought the fibonacci series started at 0?
>
>
> Impossible, because F(n) = F(n-1) + F(n-2). If F(1) = 0, F(2, ...,
> infinity) also = 0. :-)

Sorry! Both you and Jimmy are correct. The first two numbers in the
Fibonacci series are *defined* to be F(0) = 0 and F(1) = 1.
--
Judson McClendon judmc@xxxxxxxxxxxxx (remove zero)
Sun Valley Systems http://sunvaley.com
"For God so loved the world that He gave His only begotten Son, that
whoever believes in Him should not perish but have everlasting life."


.



Relevant Pages