Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site watmath.UUCP Path: utzoo!watmath!ljdickey From: ljdickey@watmath.UUCP (Lee Dickey) Newsgroups: net.math Subject: Re: Fib[0] is 0, not 1 Message-ID: <8772@watmath.UUCP> Date: Sun, 26-Aug-84 17:38:13 EDT Article-I.D.: watmath.8772 Posted: Sun Aug 26 17:38:13 1984 Date-Received: Mon, 27-Aug-84 00:30:21 EDT References: <19@tekchips.UUCP> Organization: U of Waterloo, Ontario Lines: 13 Steve Vegdahl says: > In response to a recent article part of whose definition of fib was: > if n < 2 then fib := 1 > This should have been (assuming n positive): > if n < 2 then fib := n > The sequence is > 0, 1, 1, 2, 3, 5, 8 ... > not > 1, 1, 2, 3, 5, 8 ... I tend to agree, but the properties of this sequence that make it interesting to me do not depend on how many initial terms one omits.