Difference between revisions of "Lucas Numbers"
Flamefoxx99 (talk | contribs) (Sitll working on it--need to add closed form, uses, problems) |
(Stub) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | Lucas Numbers are a recursive sequence defined as <cmath>L_0=2\\L_1=1\\L_n=L_n-1+ | + | Lucas Numbers are a recursive sequence defined as <cmath>L_0=2\\L_1=1\\L_n=L_{n-1}+L_{n-2}</cmath>. |
+ | |||
+ | |||
+ | The Lucas numbers <math>L_n</math> are given by the recursion <math>L_0 = 2, L_1 = 1</math>, and <math>L_n = L_{n-1} + L_{n-2}</math>. | ||
+ | |||
+ | |||
+ | {{stub}} |
Latest revision as of 12:44, 30 July 2025
Lucas Numbers are a recursive sequence defined as .
The Lucas numbers are given by the recursion
, and
.
This article is a stub. Help us out by expanding it.