Lucas Returns the desired Lucas number. Similar to the Fibonacci numbers, each Lucas number is defined to be the sum of its two immediate previous terms. The first two Lucas numbers are , and for greater than 2, . Syntax lucas(Integer) Description lucas(Integer) Given an integer , returns . Related functions Fibonacci Table of Contents Syntax Description Related functions