Lucas sequence
From Wikipedia, the free encyclopedia
In mathematics a Lucas sequence is a particular generalisation of the Fibonacci numbers and Lucas numbers. Lucas sequences are named after French mathematician Edouard Lucas.
Contents |
[edit] Recurrence relations
Given two integer parameters P and Q which satisfy
the Lucas sequences U(P,Q) and V(P,Q) are defined by the recurrence relations
- U0(P,Q) = 0
- U1(P,Q) = 1
- Un(P,Q) = PUn − 1(P,Q) − QUn − 2(P,Q) for n > 1
and
- V0(P,Q) = 2
- V1(P,Q) = P
- Vn(P,Q) = PVn − 1(P,Q) − QVn − 2(P,Q) for n > 1
[edit] Algebraic relations
If the roots of the characteristic equation
- x2 − Px + Q = 0
are a and b then U(P,Q) and V(P,Q) can also be defined in terms of a and b by
- Vn(P,Q) = an + bn
from which we can derive the relations
Note that a and b are distinct because P2 − 4Q is not 0.
[edit] Other relations
The numbers in Lucas sequences satisfy relations that are analogues of the relations between Fibonacci numbers and Lucas numbers. For example :-
- Vn = Un + 1 − QUn − 1
- U2n = UnVn
- Un + m = UnUm + 1 − QUmUn − 1
- Vn + m = VnVm − QmVn − m.
[edit] Specific names
The Lucas sequences for some values of P and Q have specific names :-
- Un(1,−1) : Fibonacci numbers
- Vn(1,−1) : Lucas numbers
- Un(2,−1) : Pell numbers
- Un(1,−2) : Jacobsthal numbers
[edit] Applications
- LUC is a cryptosystem based on Lucas sequences.
[edit] References
- Ribenboim, Paulo (2000). My Numbers, My Friends: Popular Lectures on Number Theory. Springer-Verlag New York Inc.. ISBN 0-387-98911-0.