Discover a wealth of knowledge at Westonci.ca, where experts provide answers to your most pressing questions. Discover comprehensive solutions to your questions from a wide network of experts on our user-friendly platform. Our platform offers a seamless experience for finding reliable answers from a network of knowledgeable professionals.

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]