Lucas number

From HandWiki
Short description: Infinite integer series where the next number is the sum of the two preceding it
Error creating thumbnail: Unable to save thumbnail to destination
The Lucas spiral, made with quarter-arcs, is a good approximation of the golden spiral when its terms are large. However, when its terms become very small, the arc's radius decreases rapidly from 3 to 1 then increases from 1 to 2.

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

The Lucas sequence has the same recursive relationship as the Fibonacci sequence, where each term is the sum of the two previous terms, but with different starting values.[1] This produces a sequence where the ratios of successive terms approach the golden ratio, and in fact the terms themselves are roundings of integer powers of the golden ratio.[2] The sequence also has a variety of relationships with the Fibonacci numbers, like the fact that adding any two Fibonacci numbers two terms apart in the Fibonacci sequence results in the Lucas number in between.[3]

The first few Lucas numbers are

2, 1, 3, 4, 7, 11, 18, 29, 47, 76, 123, 199, 322, 521, 843, 1364, 2207, 3571, 5778, 9349, ... . (sequence A000032 in the OEIS)

which coincides for example with the number of independent vertex sets for cyclic graphs Cn of length n2.[1]

Definition

As with the Fibonacci numbers, each Lucas number is defined to be the sum of its two immediately previous terms, thereby forming a Fibonacci integer sequence. The first two Lucas numbers are L0=2 and L1=1, which differs from the first two Fibonacci numbers F0=0 and F1=1. Though closely related in definition, Lucas and Fibonacci numbers exhibit distinct properties.

The Lucas numbers may thus be defined as follows:

Ln:={2if n=0;1if n=1;Ln1+Ln2if n>1.

(where n belongs to the natural numbers)

All Fibonacci-like integer sequences appear in shifted form as a row of the Wythoff array; the Fibonacci sequence itself is the first row and the Lucas sequence is the second row. Also like all Fibonacci-like integer sequences, the ratio between two consecutive Lucas numbers converges to the golden ratio.

Extension to negative integers

Using Ln2=LnLn1, 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 Ln for 5n5 are shown).

The formula for terms with negative indices in this sequence is

Ln=(1)nLn.

Relationship to Fibonacci numbers

The first identity expressed visually

The Lucas numbers are related to the Fibonacci numbers by many identities. Among these are the following:

  • Ln=Fn1+Fn+1=2Fn+1Fn
  • Lm+n=Lm+1Fn+LmFn1
  • F2n=LnFn
  • Fn+k+(1)kFnk=LkFn
  • 2F2n+k=LnFn+k+Ln+kFn
  • L2n=5Fn2+2(1)n=Ln22(1)n, so limnLnFn=5.
  • |Ln5Fn|=2φn0
  • Ln+k(1)kLnk=5FnFk; in particular, Fn=Ln1+Ln+15, so 5Fn+Ln=2Ln+1.

Their closed formula is given as:

Ln=φn+(1φ)n=φn+(φ)n=(1+52)n+(152)n,

where φ is the golden ratio. Alternatively, as for n>1 the magnitude of the term (φ)n is less than 1/2, Ln is the closest integer to φn or, equivalently, the integer part of φn+1/2, also written as φn+1/2.

Combining the above with Binet's formula,

Fn=φn(1φ)n5,

a formula for φn is obtained:

φn=Ln+Fn52.

For integers n ≥ 2, we also get:

φn=Ln(φ)n=Ln(1)nLn1Ln3+R

with remainder R satisfying

|R|<3Ln5.

Lucas identities

Many of the Fibonacci identities have parallels in Lucas numbers. For example, the Cassini identity becomes

Ln2Ln1Ln+1=(1)n5

Also

k=0nLk=Ln+21
k=0nLk2=LnLn+1+2
2Ln12+Ln2=L2n+1+5Fn22

where Fn=Ln1+Ln+15.

Lnk=j=0k2(1)nj(kj)L'(k2j)n

where L'n=Ln except for L'0=1.

For example if n is odd, Ln3=L'3n3L'n and Ln4=L'4n4L'2n+6L'0

Checking, L3=4,43=64=763(4), and 256=3224(18)+6

Generating function

Let

Φ(x)=2+x+3x2+4x3+=n=0Lnxn

be the generating function of the Lucas numbers. By a direct computation,

Φ(x)=L0+L1x+n=2Lnxn=2+x+n=2(Ln1+Ln2)xn=2+x+n=1Lnxn+1+n=0Lnxn+2=2+x+x(Φ(x)2)+x2Φ(x)

which can be rearranged as

Φ(x)=2x1xx2

Φ(1x) gives the generating function for the negative indexed Lucas numbers, n=0(1)nLnxn=n=0Lnxn, and

Φ(1x)=x+2x21xx2

Φ(x) satisfies the functional equation

Φ(x)Φ(1x)=2

As the generating function for the Fibonacci numbers is given by

s(x)=x1xx2

we have

s(x)+Φ(x)=21xx2

which proves that

Fn+Ln=2Fn+1,

and

5s(x)+Φ(x)=2xΦ(1x)=211xx2+4x1xx2

proves that

5Fn+Ln=2Ln+1

The partial fraction decomposition is given by

Φ(x)=11ϕx+11ψx

where ϕ=1+52 is the golden ratio and ψ=152 is its conjugate.

This can be used to prove the generating function, as

n=0Lnxn=n=0(ϕn+ψn)xn=n=0ϕnxn+n=0ψnxn=11ϕx+11ψx=Φ(x)

Congruence relations

If Fn5 is a Fibonacci number then no Lucas number is divisible by Fn.

Ln is congruent to 1 modulo n if n is prime, but some composite values of n also have this property. These are the Fibonacci pseudoprimes.

LnLn4 is congruent to 0 modulo 5.

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, 3010349, 54018521, 370248451, 6643838879, ... (sequence A005479 in the OEIS).

The indices of these primes are (for example, L4 = 7)

0, 2, 4, 5, 7, 8, 11, 13, 16, 17, 19, 31, 37, 41, 47, 53, 61, 71, 79, 113, 313, 353, 503, 613, 617, 863, 1097, 1361, 4787, 4793, 5851, 7741, 8467, ... (sequence A001606 in the OEIS).

(As of September 2015), the largest confirmed Lucas prime is L148091, which has 30950 decimal digits.[4] (As of August 2022), the largest known Lucas probable prime is L5466311, with 1,142,392 decimal digits.[5]

If Ln is prime then n is 0, prime, or a power of 2.[6] L2m 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.

Continued fractions for powers of the golden ratio

Close rational approximations for powers of the golden ratio can be obtained from their continued fractions.

For positive integers n, the continued fractions are:

φ2n1=[L2n1;L2n1,L2n1,L2n1,]
φ2n=[L2n1;1,L2n2,1,L2n2,1,L2n2,1,].

For example:

φ5=[11;11,11,11,]

is the limit of

111,12211,1353122,150051353,

with the error in each term being about 1% of the error in the previous term; and

φ6=[181;1,182,1,182,1,182,1,]=[17;1,16,1,16,1,16,1,]

is the limit of

171,181,30517,32318,5473305,5796323,982095473,1040055796,

with the error in each term being about 0.3% that of the second previous term.

Applications

Lucas numbers are the second most common pattern in sunflowers after Fibonacci numbers, when clockwise and counter-clockwise spirals are counted, according to an analysis of 657 sunflowers in 2016.[7]

See also

References

  1. 1.0 1.1 Weisstein, Eric W.. "Lucas Number" (in en). https://mathworld.wolfram.com/LucasNumber.html. 
  2. Parker, Matt (2014). "13" (in English). Things to Make and Do in the Fourth Dimension. Farrar, Straus and Giroux. p. 284. ISBN 978-0-374-53563-6. 
  3. Parker, Matt (2014). "13" (in English). Things to Make and Do in the Fourth Dimension. Farrar, Straus and Giroux. p. 282. ISBN 978-0-374-53563-6. 
  4. "The Top Twenty: Lucas Number". https://primes.utm.edu/top20/page.php?id=48. 
  5. "Henri & Renaud Lifchitz's PRP Top - Search by form". http://www.primenumbers.net/prptop/searchform.php?form=L%28n%29&action=Search. 
  6. Chris Caldwell, "The Prime Glossary: Lucas prime" from The Prime Pages.
  7. Swinton, Jonathan; Ochu, Erinma; null, null (2016). "Novel Fibonacci and non-Fibonacci structure in the sunflower: results of a citizen science experiment". Royal Society Open Science 3 (5): 160091. doi:10.1098/rsos.160091. PMID 27293788. Bibcode2016RSOS....360091S. 

bn:লুকাস ধারা fr:Suite de Lucas he:סדרת לוקאס pt:Sequência de Lucas