|
|
|
Glossary:
Prime Pages:
Top 5000:
|
Lucas numbers, named after French mathematician
Édouard Lucas (1842-1891), are numbers in the
sequence 1,3,4,7,11,18,29,... defined
by the recurrence relationv1 = 1, v2 = 3, vn+1 = vn + vn-1which is very similar to the recurrence relation for the Fibonacci numbers: u1 = 1, u2 = 1, un+1 = un + un-1In fact, it was Edouard Lucas who gave the Fibonacci sequence its name. Lucas and Fibonacci numbers satisfy many interesting identities, a few of which are given here:
This page contributed by T. D. Noe
See Also: FibonacciNumber, FibonacciPrime, LucasPrime Related pages (outside of this work) References:
Chris Caldwell © 1999-2009 (all rights reserved)
|