<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=87.114.124.0%2F24</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=87.114.124.0%2F24"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/87.114.124.0/24"/>
	<updated>2026-08-14T20:06:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.47.0-wmf.7</generator>
	<entry>
		<id>https://en.formulasearchengine.com/w/index.php?title=Rankine%E2%80%93Hugoniot_conditions&amp;diff=4542</id>
		<title>Rankine–Hugoniot conditions</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/w/index.php?title=Rankine%E2%80%93Hugoniot_conditions&amp;diff=4542"/>
		<updated>2013-10-19T14:12:35Z</updated>

		<summary type="html">&lt;p&gt;87.114.124.81: /* Hugoniot elastic limit */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{distinguish2|[[Lucas sequence]]s, which are a generic class of sequences to which the Lucas numbers belong}}&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;Lucas numbers&#039;&#039;&#039; or &#039;&#039;&#039;Lucas series&#039;&#039;&#039; are an [[integer sequence]] named after the mathematician [[Édouard Lucas|François Édouard Anatole Lucas]] (1842&amp;amp;ndash;1891), who studied both that sequence and the closely related [[Fibonacci number]]s. Lucas numbers and Fibonacci numbers form complementary instances of [[Lucas sequence]]s.&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
Similar to the Fibonacci numbers, each Lucas number is defined to be the sum of its two immediate previous terms, thereby forming a [[Generalizations of Fibonacci numbers#Fibonacci integer sequences|Fibonacci integer sequence]].  The first two Lucas numbers are &#039;&#039;L&#039;&#039;&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt; = 2 and &#039;&#039;L&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; = 1 as opposed to the first two Fibonacci numbers &#039;&#039;F&#039;&#039;&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt; = 0 and &#039;&#039;F&#039;&#039;&amp;lt;sub&amp;gt;1&amp;lt;/sub&amp;gt; = 1.  Though closely related in definition, Lucas and Fibonacci numbers exhibit distinct properties.&lt;br /&gt;
&lt;br /&gt;
The Lucas numbers may thus be defined as follows:&lt;br /&gt;
:&amp;lt;math&amp;gt; &lt;br /&gt;
  L_n :=&lt;br /&gt;
  \begin{cases}&lt;br /&gt;
    2               &amp;amp; \text{if } n = 0; \\&lt;br /&gt;
    1               &amp;amp; \text{if } n = 1; \\&lt;br /&gt;
    L_{n-1}+L_{n-2} &amp;amp; \text{if } n &amp;gt; 1. \\&lt;br /&gt;
   \end{cases}&lt;br /&gt;
 &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The sequence of Lucas numbers is:&lt;br /&gt;
:&amp;lt;math&amp;gt;2,\;1,\;3,\;4,\;7,\;11,\;18,\;29,\;47,\;76,\;123,\; \ldots\;&amp;lt;/math&amp;gt;{{OEIS|id=A000032}}.&lt;br /&gt;
&lt;br /&gt;
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 [[limit of a sequence|converges]] to the [[golden ratio]].&lt;br /&gt;
&lt;br /&gt;
==Extension to negative integers==&lt;br /&gt;
Using &#039;&#039;L&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;amp;minus;2&amp;lt;/sub&amp;gt; = &#039;&#039;L&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;&amp;amp;nbsp;&amp;amp;minus;&amp;amp;nbsp;&#039;&#039;L&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;amp;minus;1&amp;lt;/sub&amp;gt;, one can extend the Lucas numbers to negative integers to obtain a doubly infinite sequence: &lt;br /&gt;
:..., &amp;amp;minus;11, 7, &amp;amp;minus;4, 3, &amp;amp;minus;1, 2, 1, 3, 4, 7, 11, ...  (terms &amp;lt;math&amp;gt;L_n&amp;lt;/math&amp;gt; for &amp;lt;math&amp;gt;-5\leq{}n\leq5&amp;lt;/math&amp;gt; are shown).&lt;br /&gt;
The formula for terms with negative indices in this sequence is&lt;br /&gt;
: &amp;lt;math&amp;gt;L_{-n}=(-1)^nL_n.\!&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Relationship to Fibonacci numbers==&lt;br /&gt;
The Lucas numbers are related to the Fibonacci numbers by the identities&lt;br /&gt;
* &amp;lt;math&amp;gt;\,L_n = F_{n-1}+F_{n+1}=F_n+2F_{n-1}&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;\,L_{m+n} = L_{m+1}F_{n}+L_mF_{n-1}&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;\,L_n^2 = 5 F_n^2 + 4 (-1)^n&amp;lt;/math&amp;gt;, and thus as &amp;lt;math&amp;gt;n\,&amp;lt;/math&amp;gt; approaches [[Extended real number line|+∞]], the ratio &amp;lt;math&amp;gt;\frac{L_n}{F_n}&amp;lt;/math&amp;gt; approaches &amp;lt;math&amp;gt;\sqrt{5}.&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;\,F_{2n} = L_n F_n&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;\,F_{n+k} + (-1)^k F_{n-k} = L_k F_n&amp;lt;/math&amp;gt;&lt;br /&gt;
* &amp;lt;math&amp;gt;\,F_n = {L_{n-1}+L_{n+1} \over 5}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Their [[Closed-form expression|closed formula]] is given as:&lt;br /&gt;
:&amp;lt;math&amp;gt;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\, ,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
where &amp;lt;math&amp;gt;\varphi&amp;lt;/math&amp;gt; is the [[Golden ratio]]. Alternatively, as for &amp;lt;math&amp;gt;n&amp;gt;1&amp;lt;/math&amp;gt; the magnitude of the term &amp;lt;math&amp;gt;(-\varphi)^{-n}&amp;lt;/math&amp;gt; is less than 1/2, &amp;lt;math&amp;gt;L_n&amp;lt;/math&amp;gt; is the closest integer to &amp;lt;math&amp;gt;\varphi^n&amp;lt;/math&amp;gt; or, equivalently, the integer part of &amp;lt;math&amp;gt;\varphi^n+1/2&amp;lt;/math&amp;gt;, also written as &amp;lt;math&amp;gt;\lfloor \varphi^n+1/2 \rfloor&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Conversely, &amp;lt;math&amp;gt;\varphi^n = {{L_n + F_n \sqrt{5}} \over 2}&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
==Congruence relations==&lt;br /&gt;
If &#039;&#039;F&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt; &amp;amp;ge; 5 is a Fibonacci number then no Lucas number is divisible by &#039;&#039;F&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;L&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt; is congruent to 1 mod&amp;amp;nbsp;&#039;&#039;n&#039;&#039; if &#039;&#039;n&#039;&#039; is prime, but some composite values of &#039;&#039;n&#039;&#039; also have this property.&lt;br /&gt;
&lt;br /&gt;
== Lucas primes ==&lt;br /&gt;
A &#039;&#039;&#039;Lucas prime&#039;&#039;&#039; is a Lucas number that is [[prime number|prime]]. The first few Lucas primes are&lt;br /&gt;
: 2, 3, 7, 11, 29, 47, 199, 521, 2207, 3571, 9349, ... {{OEIS|id=A005479}}.&lt;br /&gt;
If &#039;&#039;L&amp;lt;sub&amp;gt;n&amp;lt;/sub&amp;gt;&#039;&#039; is prime then &#039;&#039;n&#039;&#039; is either 0, prime, or a power of 2.&amp;lt;ref&amp;gt;Chris Caldwell, &amp;quot;[http://primes.utm.edu/glossary/page.php?sort=LucasPrime The Prime Glossary: Lucas prime]&amp;quot; from The [[Prime Pages]].&amp;lt;/ref&amp;gt; &#039;&#039;L&#039;&#039;&amp;lt;sub&amp;gt;2&amp;lt;sup&amp;gt;&#039;&#039;m&#039;&#039;&amp;lt;/sup&amp;gt;&amp;lt;/sub&amp;gt; is prime for &#039;&#039;m&#039;&#039;&amp;amp;nbsp;= 1,&amp;amp;nbsp;2,&amp;amp;nbsp;3,&amp;amp;nbsp;and&amp;amp;nbsp;4 and no other known values of&amp;amp;nbsp;&#039;&#039;m&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
==Lucas polynomials==&lt;br /&gt;
In the same way as [[Fibonacci polynomial]]s are derived from the [[Fibonacci number]]s, the &#039;&#039;&#039;Lucas polynomials&#039;&#039;&#039; &#039;&#039;L&#039;&#039;&amp;lt;sub&amp;gt;&#039;&#039;n&#039;&#039;&amp;lt;/sub&amp;gt;(&#039;&#039;x&#039;&#039;) are a [[polynomial sequence]] derived from the Lucas numbers&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Fibonacci prime]]&lt;br /&gt;
&lt;br /&gt;
== References ==&lt;br /&gt;
{{reflist}}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*{{MathWorld|urlname=LucasNumber|title=Lucas Number}}&lt;br /&gt;
*{{MathWorld | urlname=LucasPolynomial | title=Lucas Polynomial}}&lt;br /&gt;
*[http://www.mcs.surrey.ac.uk/Personal/R.Knott/Fibonacci/lucasNbs.html Dr Ron Knott]&lt;br /&gt;
*[http://milan.milanovic.org/math/english/lucas/lucas.html Lucas numbers and the Golden Section]&lt;br /&gt;
*[http://www.plenilune.pwp.blueyonder.co.uk/fibonacci-calculator.asp A Lucas Number Calculator can be found here.]&lt;br /&gt;
*[http://nakedprogrammer.com/LucasNumbers.aspx A Tutorial on Generalized Lucas Numbers]&lt;br /&gt;
*[http://oeis.org/A000204 Lucas Numbers] from [http://oeis.org/ The On-Line Encyclopedia of Integer Sequences].&lt;br /&gt;
 &lt;br /&gt;
[[Category:Integer sequences]]&lt;br /&gt;
[[Category:Fibonacci numbers]]&lt;br /&gt;
&lt;br /&gt;
[[bn:লুকাস ধারা]]&lt;br /&gt;
[[de:Lucas-Folge]]&lt;br /&gt;
[[fr:Suite de Lucas]]&lt;br /&gt;
[[he:סדרת לוקאס]]&lt;br /&gt;
[[nl:Rij van Lucas]]&lt;br /&gt;
[[pt:Sequência de Lucas]]&lt;/div&gt;</summary>
		<author><name>87.114.124.81</name></author>
	</entry>
</feed>