How many Lucas Numbers?


  

How does the Lucas Numbers Calculator work?
Free Lucas Numbers Calculator - Generates a list of the first 100 Lucas numbers.
This calculator has 1 input.

What 1 formula is used for the Lucas Numbers Calculator?

Ln = Ln - 1 + Ln - 2 where L0 = 2 and F1 = 1

For more math formulas, check out our Formula Dossier
What 8 concepts are covered in the Lucas Numbers Calculator?
algorithm
A process to solve a problem in a set amount of time
fibonacci
a number, commonly denoted Fn, which form the Fibonacci sequence, in which each number is the sum of the two preceding ones
generator
software algorithm that generates a number that is taken from a limited or unlimited distribution and outputs it
lucas numbers
notation
An expression made up of symbols for representing operations, unspecified numbers, relations and any other mathematical objects
number
an arithmetical value, expressed by a word, symbol, or figure, representing a particular quantity and used in counting and making calculations and for showing order in a series or for identification. A quantity or amount.
recursive algorithm
an algorithm which calls itself with smaller (or simpler) input values, and which obtains the result for the current input by applying simple operations to the returned value for the smaller (or simpler) input.
sequence
an arrangement of numbers or collection or objects in a particular order
Example calculations for the Lucas Numbers Calculator