Write a program to display the sum of the Lucas series till n
th term
[The terms are: 2,1,3,4,7…… n
th term ]
plzz help...
Answers
Answered by
0
Explanation:
Definition. Similar to the Fibonacci numbers, each Lucas number is defined to be the sum of its two immediate previous terms, thereby forming a Fibonacci integer sequence. The first two Lucas numbers are L0 = 2 and L1 = 1 as opposed to the first two Fibonacci numbers F0 = 0 and F1 = 1.
Similar questions