MATH 380  Fibonacci Numbers                      Exercise 1

 

We set the following notation for the course:

Definition 1.  The Fibonacci Numbers will be denoted by {un} where u1 = 1, u2 = 1, and for all n > 2 un = un-1 + un-2.  Occasionally we will let u0 = 0. The same recurrence relation holds. (u2 = u1 + u0)

 

1. Write in some orderly manner the values of u1 through u20.

 

2. Which Fibonacci numbers are even? (Look at the subscripts.) Why does this pattern appear?

 

3. There are sequences of numbers related to the Fibonacci Numbers. One is the sequence of Lucas Numbers. These are defined by v1 = 1, v2 = 3, and for all n > 2 vn = vn-1 + vn-2.

      Write in some orderly manner the values of v1 through v10. If we were going to define v0,  what should its value be?

 

4. .  In this exercise we are going to try to guess a formula for a certain sum of Fibonacci Numbers.  The sum we work with is the sum of the first n Fibonacci numbers with odd subscripts. Find the first 5 such sums and guess what such a sum is equal to in general.

 

5. Assignment: due Thursday, September 2.

  a) Guess a formula for the following two sums:

       i)The sum of the first n Fibonacci Numbers with even subscripts:

           

 

      ii) The sum of the first n Fibonacci Numbers

          

 b) Prove the result found in 4) above.