Art of Problem Solving
During AMC 10A/12A testing, the AoPS Wiki is in read-only mode and no edits can be made.

Lucas Numbers: Difference between revisions

Sitll working on it--need to add closed form, uses, problems
 
Swamih (talk | contribs)
No edit summary
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 05: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}\].