Q. 21

Question

The Fibonacci numbers may be computed with the formula

fk=1+5k-1-5k2k5

Use this formula to compute ff1, f2, f3, f4, and f5.(Imagine computing f100.)

Step-by-Step Solution

Verified
Answer

The first five terms of the sequence are f1=1, f2=1, f3=2, f4=3, & f5=5.

1Step 1. Given information.

The given sequence is the following.

fk=1+5k-1-5k2k5

2Step 2. The first term of the sequence.

Substitute k=1 in the sequence for the first term.

fk=1+5k-1-5k2k5f1=1+51-1-51215f1=2525f1=1

So the first term of the sequence is f1=1.

3Step 3. The second term of the sequence.

Substitute k=2 in the sequence for the second term.

fk=1+5k-1-5k2k5f2=1+52-1-52225f2=4545f2=1

So the second term of the sequence is f2=1.

4Step 4. The third term of the sequence.

Substitute k=3 in the sequence for the third term.

fk=1+5k-1-5k2k5f3=1+53-1-53235f3=16585f3=2

So the third term of the sequence is f3=2.

5Step 5. The fourth term of the sequence.

Substitute k=4 in the sequence for the fourth term.

fk=1+5k-1-5k2k5f4=1+54-1-54245f4=485165f4=3

So the fourth term of the sequence is f4=3.

6Step 6. The fifth term of the sequence.

Substitute k=5 in the sequence for the fifth term.

fk=1+5k-1-5k2k5f5=1+55-1-55255f5=1605325f5=5

So the fifth term of the sequence is f5=5.