Difference between revisions of "Lucas Numbers"

(Sitll working on it--need to add closed form, uses, problems)
 
Line 1: Line 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>.
+
Lucas Numbers are a recursive sequence defined as <cmath>L_0=2\\L_1=1\\L_n=L_{n-1}+L_{n-2}</cmath>.

Revision as of 06:12, 23 May 2014

Lucas Numbers are a recursive sequence defined as \[L_0=2\\L_1=1\\L_n=L_{n-1}+L_{n-2}\].