Misplaced Pages

Lucas number: Difference between revisions

Article snapshot taken from[REDACTED] with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 15:44, 9 April 2016 edit73.71.36.209 (talk)No edit summaryTags: Mobile edit Mobile web edit← Previous edit Revision as of 15:44, 9 April 2016 edit undo73.71.36.209 (talk)No edit summaryTags: Mobile edit Mobile web editNext edit →
Line 2: Line 2:


{{lead too short|date=November 2015}} {{lead too short|date=November 2015}}
The '''Lucas numbers''' or '''Lucas series''' are an ] named after the mathematician ] (1842–91), who studied both that sequence and the closely related ]s. Lucas numbers and Fibonacci numbers form complementary instances of [[Lucas sequence The '''Lucas numbers''' or '''Lucas series''' are an ] named after the mathematician ] (1842–91), who studied both that sequence and the closely related ]s. Lucas numbers and Fibonacci numbers form complementary instances of [[Lucas s


== Definition == == Definition ==

Revision as of 15:44, 9 April 2016

Template:Distinguish2

This article's lead section may be too short to adequately summarize the key points. Please consider expanding the lead to provide an accessible overview of all important aspects of the article. (November 2015)

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

Definition

Similar to the Fibonacci numbers, each Lucas number is defined to be the sum of its two immediate previous terms, thereby forming a Fibonacci integer sequence. The first two Lucas numbers are L0 = 2 and L1 = 1 as opposed to 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:

L n := { 2 if  n = 0 ; 1 if  n = 1 ; L n 1 + L n 2 if  n > 1. {\displaystyle L_{n}:={\begin{cases}2&{\text{if }}n=0;\\1&{\text{if }}n=1;\\L_{n-1}+L_{n-2}&{\text{if }}n>1.\\\end{cases}}}

The sequence of Lucas numbers is:

2 , 1 , 3 , 4 , 7 , 11 , 18 , 29 , 47 , 76 , 123 , {\displaystyle 2,\;1,\;3,\;4,\;7,\;11,\;18,\;29,\;47,\;76,\;123,\;\ldots \;} (sequence A000032 in the OEIS).

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 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 {\displaystyle L_{n}} for 5 n 5 {\displaystyle -5\leq {}n\leq 5} are shown).

The formula for terms with negative indices in this sequence is

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

Relationship to Fibonacci numbers

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

  • L n = F n 1 + F n + 1 = F n + 2 F n 1 = F n + 2 F n 2 {\displaystyle \,L_{n}=F_{n-1}+F_{n+1}=F_{n}+2F_{n-1}=F_{n+2}-F_{n-2}}
  • L m + n = L m + 2 F n + L m + 1 F n 1 {\displaystyle \,L_{m+n}=L_{m+2}F_{n}+L_{m+1}F_{n-1}}
  • L n 2 = 5 F n 2 4 ( 1 ) n {\displaystyle \,L_{n}^{2}=5F_{n}^{2}-4(-1)^{n}} , and thus as n {\displaystyle n\,} approaches +∞, the ratio L n F n {\displaystyle {\frac {L_{n}}{F_{n}}}} approaches 5 . {\displaystyle {\sqrt {5}}.}
  • F 2 n 1 = L n F n {\displaystyle \,F_{2n-1}=L_{n}F_{n}}
  • F n + k + ( 1 ) k F n k = L k + 1 F n {\displaystyle \,F_{n+k}+(-1)^{k}F_{n-k}=L_{k+1}F_{n}}
  • F n = L n 1 + L n + 1 5 = L n 3 + L n + 3 10 {\displaystyle \,F_{n}={L_{n-1}+L_{n+1} \over 5}={L_{n-3}+L_{n+3} \over 10}}

Their closed formula is given as:

L n = φ n + ( 1 φ ) n = φ n + ( φ ) n = ( 1 + 5 2 ) n + ( 1 5 2 ) n , {\displaystyle L_{n}=\varphi ^{n}+(1-\varphi )^{n}=\varphi ^{n}+(-\varphi )^{-n}=\left({1+{\sqrt {5}} \over 2}\right)^{n}+\left({1-{\sqrt {5}} \over 2}\right)^{n}\,,}

where φ {\displaystyle \varphi } is the golden ratio. Alternatively, as for n > 1 {\displaystyle n>1} the magnitude of the term ( φ ) n {\displaystyle (-\varphi )^{-n}} is less than 1/2, L n {\displaystyle L_{n}} is the closest integer to φ n {\displaystyle \varphi ^{n}} or, equivalently, the integer part of φ n + 1 / 2 {\displaystyle \varphi ^{n}+1/2} , also written as φ n + 1 / 2 {\displaystyle \lfloor \varphi ^{n}+1/2\rfloor } .

Conversely, since Binet's formula gives:

F n = φ n ( 1 φ ) n 5 , {\displaystyle F_{n}={\frac {\varphi ^{n}-(1-\varphi )^{n}}{\sqrt {5}}}\,,}

we have:

φ n 1 = L n + F n 5 2 . {\displaystyle \varphi ^{n-1}={{L_{n}+F_{n}{\sqrt {5}}} \over 2}\,.}

Congruence relations

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

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

For these ns are

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).

If Ln is prime then n is either 0, prime, or a power of 2. L2 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

Prime number classes
By formula
By integer sequence
By property
Base-dependent
Patterns
k-tuples
By size
  • Mega (1,000,000+ digits)
  • Largest known
  • Complex numbers
    Composite numbers
    Related topics
    First 60 primes
    List of prime numbers
    Classes of natural numbers
    Powers and related numbers
    Of the form a × 2 ± 1
    Other polynomial numbers
    Recursively defined numbers
    Possessing a specific set of other numbers
    Expressible via specific sums
    Figurate numbers
    2-dimensional
    centered
    non-centered
    3-dimensional
    centered
    non-centered
    pyramidal
    4-dimensional
    non-centered
    Combinatorial numbers
    Primes
    Pseudoprimes
    Arithmetic functions and dynamics
    Divisor functions
    Prime omega functions
    Euler's totient function
    Aliquot sequences
    Primorial
    Other prime factor or divisor related numbers
    Numeral system-dependent numbers
    Arithmetic functions
    and dynamics
    Digit sum
    Digit product
    Coding-related
    Other
    P-adic numbers-related
    Digit-composition related
    Digit-permutation related
    Divisor-related
    Other
    Binary numbers
    Generated via a sieve
    Sorting related
    Natural language related
    Graphemics related
    Categories:
    Lucas number: Difference between revisions Add topic