Q. 10

Question

The Lucas numbers are defined recursively as follows:

L1=1,L2=3, and Lk=Lk-2+Lk-1 for k3.

What are L3,L4,L5, and L6?

Step-by-Step Solution

Verified
Answer

The required values are L3=4,L4=7,L5=11,L6=18.

1Step 1 . Given information

L1=1,L2=3.

Lk=Lk-2+Lk-1 where k3.

2Step 2 . Substitute k = 3 and L 1 = 1 , L 2 = 3 in the given sequence.

L3=L3-2+L3-1    =L1+L2    =1+3    =4

Substitute k=4 and L2=3,L3=4 in the given sequence.

L4=L4-2+L4-1    =L2+L3    =3+4    =7

3Step 3 . Substitute k = 5 and L 3 = 4 , L 4 = 7 in the given sequence.

L5=L5-2+L5-1     =L3+L4     =4+7     =11

Substitute k=6 and L4=7,L5=11 in the given sequence.

L6=L6-2+L6-1    =L4+L5    =7+11    =18