Skip to content

LucasL

The nth Lucas number: the Fibonacci-style recurrence started from , , closely related to Fibonacci.

WikipediaLucas numberMathWorldLucasNumberWikidataQ2503280OEISA000032Wolfram LanguageLucasL
LucasL(n)the nth Lucas number .

Domain: Sequences

Details
  • Defined by the same recurrence as Fibonacci, , but started from , .
  • Closed form: , where and .
  • Related to Fibonacci by and, conversely, .
  • Consecutive ratios converge to the golden ratio, just as they do for Fibonacci.
  • Extends to negative n via .
  • compute-engine only accepts a single integer index (no threading over a list, no complex ).

Examples

See also: Fibonacci