Computer Sciences > GATE 2023 > Discrete Mathematics
The Lucas sequence Ln is defined by the recurrence relation:
Ln = Ln-1 + Ln-2, for n ≥ 3, with L1 = 1 and L2 = 3.
Which one of the options given is TRUE?
Ln = Ln-1 + Ln-2, for n ≥ 3, with L1 = 1 and L2 = 3.
Which one of the options given is TRUE?
Explanation
Correct : a
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.