Question: Use excel programming only 2, REQUIRED-Like the Fibonacci numbers, each Lucas number is defined to be the sum of its two immediate previous terms, thereby
2, REQUIRED-Like 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 Lo 2 and L1 1 as opposed to the first two Fibonacci numbers Fo 0 and F 1. Though closely related in definition, Lucas and Fibonacci numbers exhibit distinct properties. The Lucas numbers may thus be defined as follows: 2 if n=0; 1 if n 1; -L-1 +Ln-2 if n >1. (where n belongs to the natural numbers). Create an Excel worksheet containing the first 25 Lucas numbers. Test each Lucas number to determine if it is odd or even. Place the value of n in column A, the Lucas numbers in column B, and the corresponding odd/even labels in column C
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
