Discover a wealth of knowledge at Westonci.ca, where experts provide answers to your most pressing questions. Get immediate and reliable answers to your questions from a community of experienced professionals on our platform. Experience the convenience of finding accurate answers to your questions from knowledgeable experts on our platform.

The Lucas numbers are defined by the recursive formula t1 = 2, t2 = 1, tn = tn - 1 + tn - 2, where n âN and n > 2. What are the first 9 Lucas numbers?

Sagot :

The first two are given to you, [tex]t_1=2[/tex] and [tex]t_2=1[/tex]. Use the recursive formula to get the 3rd term; then use the 2nd and 3rd terms to get the 4th; and so on.

Since the n-th Lucas number is the sum of the previous two Lucas numbers, you have

[tex]t_3 = t_2 + t_1 = 1 + 2 = 3[/tex]

[tex]t_4 = t_3 + t_2 = 1 + 3 = 4[/tex]

[tex]t_5 = t_4 + t_3 = 4 + 3 = 7[/tex]

[tex]t_6 = t_5 + t_4 = 7 + 4 = 11[/tex]

[tex]t_7 = t_6 + t_5 = 11 + 7 = 18[/tex]

[tex]t_8 = t_7 + t_6 = 18 + 11 = 29[/tex]

[tex]t_9 = t_8 + t_7 = 29 + 18 = 47[/tex]