Suppose we build a sequence of numbers using the method of adding the previous two numbers to build the next one. this time, however, suppose our first two numbers are 2 and 1. generate the first 15 terms. this sequence is called the lucas sequence and is written as l1, l2, l3 , …. compute the quotients of consecutive terms of the lucas sequence as we did with the fibonacci numbers. what number do these quotients approach? what role do the initial values play in determining what number the quotients approach? try two other first terms and generate a sequence. what do the quotients approach?