Lucas number

The Lucas numbers are an integer sequence named after the mathematician François Édouard Anatole Lucas (1842–1891), who studied both that sequence and the closely related Fibonacci numbers. Lucas numbers and Fibonacci numbers form complementary instances of Lucas sequences.

Contents

Definition

Like the Fibonacci numbers, each Lucas number is defined to be the sum of its two immediate previous terms, i.e. it is a Fibonacci integer sequence. Consequently, the ratio between two consecutive Lucas numbers converges to the golden ratio. However, the first two Lucas numbers are L0 = 2 and L1 = 1 instead of 0 and 1, and the properties of Lucas numbers are therefore somewhat different from those of Fibonacci numbers.

A Lucas number may thus be defined as follows:

 
  L_n�:=
  \begin{cases}
    2               & \mbox{if } n = 0; \\
    1               & \mbox{if } n = 1; \\
    L_{n-1}%2BL_{n-2} & \mbox{if } n > 1. \\
   \end{cases}

The sequence of Lucas numbers begins:

2, 1, 3, 4, 7, 11, 18, 29, 47, 76, 123, ... (sequence A000032 in OEIS).

Extension to negative integers

Using Ln-2 = Ln - Ln-1, one can extend the Lucas numbers to negative integers to obtain a doubly infinite sequence :

..., -11, 7, -4, 3, -1, 2, 1, 3, 4, 7, 11, ... (terms L_n for -5\leq{}n\leq5 are shown).

The formula for terms with negative indices in this sequence is

L_{-n}=(-1)^nL_n.\!

Relationship to Fibonacci numbers

The Lucas numbers are related to the Fibonacci numbers by the identities

Their closed formula is given as:

L_n = \varphi^n %2B (1-\varphi)^{n} = \varphi^n %2B (- \varphi)^{- n}=\left({ 1%2B \sqrt{5} \over 2}\right)^n %2B \left({ 1- \sqrt{5} \over 2}\right)^n\, ,

where \varphi is the Golden ratio. Alternatively, as for n>1 the magnitude of the term (-\varphi)^{-n} is less than 1/2, L_n is the closest integer to \varphi^n or, equivalently, the integer part of \varphi^n%2B1/2, also written as \lfloor \varphi^n%2B1/2 \rfloor.

Conversely, \varphi^n = {{L_n %2B F_n \sqrt{5}} \over 2}.

Congruence relation

Ln is congruent to 1 mod n if n is prime, but some composite values of n also have this property.

Lucas primes

A Lucas prime is a Lucas number that is prime. The first few Lucas primes are

2, 3, 7, 11, 29, 47, 199, 521, 2207, 3571, 9349, ... (sequence A005479 in OEIS).

If Ln is prime then n is either 0, prime, or a power of 2.[1] L2^m is prime for m = 1, 2, 3, and 4 and no other known values of m.

Lucas polynomials

In the same way as Fibonacci polynomials are derived from the Fibonacci numbers, the Lucas polynomials Ln(x) are a polynomial sequence derived from the Lucas numbers

See also

References

  1. ^ Chris Caldwell, "The Prime Glossary: Lucas prime" from The Prime Pages.

External links