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

P^2 - 4Q \neq 0

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

x2Px + 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

U_n(P,Q)= \frac{a^n-b^n}{a-b} = \frac{a^n-b^n}{ \sqrt{P^2-4Q}}
Vn(P,Q) = an + bn

from which we can derive the relations

a^n = \frac{V_n + U_n \sqrt{P^2-4Q}}{2}
b^n = \frac{V_n - U_n \sqrt{P^2-4Q}}{2}.

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 :-

U_n = \frac{V_{n+1} - Q V_{n-1}}{P^2-4Q}
Vn = Un + 1QUn − 1
U2n = UnVn
V_{2n} = V_n^2 - 2Q^n
Un + m = UnUm + 1QUmUn − 1
Vn + m = VnVmQmVnm.

[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

[edit] References

In other languages