Jump to content

Perrin number: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
P(-n) binomial sum
top: Added link.
Tags: Mobile edit Mobile app edit Android app edit App section source
 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{short description|Number sequence 3,0,2,3,2,5,5,7,10,...}}
{{short description|Number sequence 3,0,2,3,2,5,5,7,10,...}}
[[File:Perrin triangles.png|upright=1.33|thumb|Spiral of [[equilateral triangle]]s with side lengths equal to Perrin numbers.]]
[[File:Perrin triangles.png|upright=1.33|thumb|Spiral of [[equilateral triangle]]s with side lengths equal to Perrin numbers.]]
In mathematics, the '''Perrin numbers''' are a doubly infinite [[constant-recursive sequence|constant-recursive]] [[integer sequence]] with [[Characteristic equation (calculus)|characteristic equation]] {{math|''x''{{sup|3}} {{=}} ''x'' + 1}}. The Perrin numbers bear the same relationship to the [[Padovan sequence]] as the [[Lucas numbers]] do to the [[Fibonacci sequence]].
In [[mathematics]], the '''Perrin numbers''' are a doubly infinite [[constant-recursive sequence|constant-recursive]] [[integer sequence]] with [[Characteristic equation (calculus)|characteristic equation]] {{math|''x''{{sup|3}} {{=}} ''x'' + 1}}. The Perrin numbers bear the same relationship to the [[Padovan sequence]] as the [[Lucas numbers]] do to the [[Fibonacci sequence]].


==Definition==
==Definition==
Line 15: Line 15:


The first few terms in both directions are
The first few terms in both directions are
{| class="wikitable"
{| class="wikitable" style="text-align: right;"
| n ||0||1||2||3||4||5||6||7||8||9||10||11||12||13||14||15||16||17||
| n ||0||1||2||3||4||5||6||7||8||9||10||11||12||13||14||15||16||17||
|-
|-
|P(n)||3||0||2||3||2||5||5||7||10||12||17||22||29||39||51||68||90||119||...<ref>{{cite OEIS|A001608}}</ref>
|P(n)||3||0||2||3||2||5||5||7||10||12||17||22||29||39||51||68||90||119||...<ref name=A001608>{{cite OEIS|A001608|2=Perrin sequence (or Ondrej Such sequence): a(n) = a(n-2) + a(n-3) with a(0) = 3, a(1) = 0, a(2) = 2}}</ref>
|-
|-
|{{nowrap|P(-n)}} ||...||-1||1||2||-3||4||-2||-1||5||-7||6||-1||-6||12||-13||7||5||-18||...<ref>{{OEIS|A078712}}</ref>
|{{nowrap|P(−n)}} ||...||−1||1||2||−3||4||−2||−1||5||−7||6||−1||−6||12||−13||7||5||−18||...<ref>{{cite OEIS|A078712|Series expansion of (-3 - 2*x)/(1 + x - x^3) in powers of x}}</ref>
|}
|}


Line 39: Line 39:


The first fourteen prime Perrin numbers are
The first fourteen prime Perrin numbers are
{| class="wikitable"
{| class="wikitable" style="text-align: right;"
| n ||2||3||4||5||6||7||10||12||20||21||24||34||38||75||...<ref>{{OEIS|A112881}}</ref>
| n ||2||3||4||5||6||7||10||12||20||21||24||34||38||75||...<ref>{{cite OEIS|A112881|Indices of prime Perrin numbers; values of n such that A001608(n) is prime}}</ref>
|-
|-
|P(n)||2||3||2||5||5||7||17||29||277||367||853||14197||43721||1442968193||...<ref>{{OEIS|A074788}}</ref>
|P(n)||2||3||2||5||5||7||17||29||277||367||853||14197||43721||1442968193||...<ref>{{cite OEIS|A074788|2=Prime numbers in the Perrin sequence b(n+1) = b(n-1) + b(n-2) with initial values b(1)=3, b(2)=0, b(3)=2}}</ref>
|}
|}


===History===
===History===
In 1876 the sequence and its equation were initially mentioned by [[Édouard Lucas]], who noted that the index ''n'' divides term {{math|P(n)}} if ''n'' is prime.<ref>{{harvtxt|Lucas|1878}}</ref> In 1899 [[w:fr:Raoul_Perrin|Raoul Perrin]] asked if there were any counterexamples to this property.<ref>{{harvtxt|Perrin|1899}}</ref> The first {{math|P(n)}} divisible by composite index ''n'' was found only in 1982 by William Adams and [[Daniel Shanks]].<ref>{{harvtxt|Adams|Shanks|1982}}</ref> They presented a detailed investigation of the sequence, with a sequel appearing four years later.<ref>{{harvtxt|Kurtz|Shanks|Williams|1986}}</ref>
In 1876 the sequence and its equation were initially mentioned by [[Édouard Lucas]], who noted that the index ''n'' divides term {{math|P(n)}} if ''n'' is prime.<ref>{{harvtxt|Lucas|1878}}</ref> In 1899 {{ill|Raoul Perrin|fr|Raoul_Perrin}} asked if there were any counterexamples to this property.<ref>{{harvtxt|Perrin|1899}}</ref> The first {{math|P(n)}} divisible by composite index ''n'' was found only in 1982 by William Adams and [[Daniel Shanks]].<ref>{{harvtxt|Adams|Shanks|1982}}</ref> They presented a detailed investigation of the sequence, with a sequel appearing four years later.<ref>{{harvtxt|Kurtz|Shanks|Williams|1986}}</ref>


==Properties==
==Properties==
Line 56: Line 56:


The sequence is related to sums of [[binomial coefficient]]s by
The sequence is related to sums of [[binomial coefficient]]s by
:<math> P(n) =n \times \sum_{k =\lfloor (n +2)/3 \rfloor}^{\lfloor n /2 \rfloor} \binom{k}{n -2k} /k,</math><ref>{{OEIS|A001608}}</ref>
:<math> P(n) =n \times \sum_{k =\lfloor (n +2)/3 \rfloor}^{\lfloor n /2 \rfloor} \binom{k}{n -2k} /k,</math><ref name=A001608/>
<math> P(-n) =n \times \sum_{k =0}^{\lfloor n /3 \rfloor} (-1)^{n -k} \binom{n -2k}{k} /(n -2k).</math>
<math> P(-n) =n \times \sum_{k =0}^{\lfloor n /3 \rfloor} (-1)^{n -k} \binom{n -2k}{k} /(n -2k).</math>


Line 126: Line 126:
Rearrange into symmetric [[monomial]] summands, [[permutation|permuting]] exponents {{math|i, j, k:}}
Rearrange into symmetric [[monomial]] summands, [[permutation|permuting]] exponents {{math|i, j, k:}}
:<math> (a +b +c)^n - (a^n +b^n +c^n) = </math> <math> \sum_{\begin{align} i \le j \le k &<n \\ i +j +k &=n \end{align}} \binom{n}{i,j,k} \sum_{\pi(i,j,k)} a^i b^j c^k.</math>
:<math> (a +b +c)^n - (a^n +b^n +c^n) = </math> <math> \sum_{\begin{align} i \le j \le k &<n \\ i +j +k &=n \end{align}} \binom{n}{i,j,k} \sum_{\pi(i,j,k)} a^i b^j c^k.</math>
Substitute prime {{tmath|p}} for power {{tmath|n}} and complex roots <math> \alpha,\beta,\gamma </math> for integers {{tmath|a, b, c}} and compute representations in terms of <math> \sigma_1,\sigma_2,\sigma_3 </math> for all symmetric polynomial functions. For example, <math> ( \alpha +\beta +\gamma )^{p}</math> is <math> \sigma_1^{p} =0</math> and the [[Power sum symmetric polynomial|power sum]] <math> \alpha^{p} +\beta^{p} +\gamma^{p} =P(p)</math> can be expressed in the coefficients {{tmath|\sigma_k}} with [[Newton's identities|Newton's recursive scheme]]. This implies that the identity has integer terms and both sides divisible by prime {{tmath|p.}}
Substitute prime {{tmath|p}} for power {{tmath|n}} and complex roots <math> \alpha,\beta,\gamma </math> for integers {{tmath|a, b, c}} and compute representations in terms of <math> \sigma_1,\sigma_2,\sigma_3 </math> for all symmetric polynomial functions. For example, <math> ( \alpha +\beta +\gamma )^{p}</math> is <math> \sigma_1^{p} =0</math> and the [[Power sum symmetric polynomial|power sum]] <math> \alpha^{p} +\beta^{p} +\gamma^{p} =P(p)</math> can be expressed in the coefficients {{tmath|\sigma_k}} with [[Newton's identities|Newton's recursive scheme]]. It follows that the identity has integer terms and both sides divisible by prime {{tmath|p.}}


To show that prime {{tmath|p}} divides {{tmath|P(-p) + 1}} in the reverse sequence, the characteristic equation has to be [[Reciprocal polynomial|reflected]]. The roots are then <math> \alpha^{-1},\beta^{-1},\gamma^{-1},</math> the coefficients <math> \sigma_1 =-1, \sigma_2 =0, \sigma_3 =1,</math> and the same reasoning applies.
To show that prime {{tmath|p}} divides {{tmath|P(-p) + 1}} in the reverse sequence, the characteristic equation has to be [[Reciprocal polynomial|reflected]]. The roots are then <math> \alpha^{-1},\beta^{-1},\gamma^{-1},</math> the coefficients <math> \sigma_1 =-1, \sigma_2 =0, \sigma_3 =1,</math> and the same reasoning applies.
Line 133: Line 133:
<blockquote>
<blockquote>
Query 1484. The curious [[Chinese hypothesis|proposition of Chinese origin]] which is the subject of query 1401<ref>{{harvtxt|Tarry|1898}}</ref> would provide, if it is true, a more practical criterium than [[Wilson's theorem]] for verifying whether a given number m is prime or not; it would suffice to calculate the residues with respect to m of successive terms of the recurrence sequence<br/>
Query 1484. The curious [[Chinese hypothesis|proposition of Chinese origin]] which is the subject of query 1401<ref>{{harvtxt|Tarry|1898}}</ref> would provide, if it is true, a more practical criterium than [[Wilson's theorem]] for verifying whether a given number m is prime or not; it would suffice to calculate the residues with respect to m of successive terms of the recurrence sequence<br/>
u<sub>n</sub> = 3u<sub>n−1</sub> − 2u<sub>n−2</sub> with initial values u<sub>0</sub> = −1, u<sub>1</sub> = 0.<ref>equivalently u<sub>n</sub> = 2<sup>n</sup> 2. {{OEIS|A000918}}</ref><br/>
u<sub>n</sub> = 3u<sub>n−1</sub> − 2u<sub>n−2</sub> with initial values u<sub>0</sub> = −1, u<sub>1</sub> = 0.<ref>{{cite OEIS|A000918|2=a(n) = 2^n - 2}}</ref><br/>
I have found another recurrence sequence that seems to possess the same property; it is the one whose general term is<br/>
I have found another recurrence sequence that seems to possess the same property; it is the one whose general term is<br/>
v<sub>n</sub> = v<sub>n−2</sub> + v<sub>n−3</sub> with initial values v<sub>0</sub> = 3, v<sub>1</sub> = 0, v<sub>2</sub> = 2. It is easy to demonstrate that v<sub>n</sub> is divisible by n, if n is prime; I have verified, up to fairly high values of n, that in the opposite case it is not; but it would be interesting to know if this is really so, especially since the sequence v<sub>n</sub> gives much less rapidly increasing numbers than the sequence u<sub>n</sub> (for n = 17, for example, one finds u<sub>n</sub> = 131070, v<sub>n</sub> = 119), which leads to simpler calculations when n is a large number.<br/>
v<sub>n</sub> = v<sub>n−2</sub> + v<sub>n−3</sub> with initial values v<sub>0</sub> = 3, v<sub>1</sub> = 0, v<sub>2</sub> = 2. It is easy to demonstrate that v<sub>n</sub> is divisible by n, if n is prime; I have verified, up to fairly high values of n, that in the opposite case it is not; but it would be interesting to know if this is really so, especially since the sequence v<sub>n</sub> gives much less rapidly increasing numbers than the sequence u<sub>n</sub> (for n = 17, for example, one finds u<sub>n</sub> = 131070, v<sub>n</sub> = 119), which leads to simpler calculations when n is a large number.<br/>
Line 144: Line 144:


The seventeen Perrin pseudoprimes below {{math|10{{sup|9}}}} are
The seventeen Perrin pseudoprimes below {{math|10{{sup|9}}}} are
:271441, 904631, 16532714, 24658561, 27422714, 27664033, 46672291, 102690901, 130944133, 196075949, 214038533, 517697641, 545670533, 801123451, 855073301, 903136901, 970355431.<ref>{{OEIS|A013998}}</ref>
:271441, 904631, 16532714, 24658561, 27422714, 27664033, 46672291, 102690901, 130944133, 196075949, 214038533, 517697641, 545670533, 801123451, 855073301, 903136901, 970355431.<ref>{{cite OEIS|A013998|Unrestricted Perrin pseudoprimes}}</ref>


Adams and Shanks noted that primes also satisfy the congruence {{math|P(−p) ≡ P(−1) ≡ −1 (mod p)}}. Composites for which both properties hold are called restricted Perrin pseudoprimes. There are only nine such numbers below {{math|10{{sup|9}}}}.<ref>{{OEIS|A018187}}, {{OEIS|A275612}}, {{OEIS|A275613}}</ref>
Adams and Shanks noted that primes also satisfy the congruence {{math|P(−p) ≡ P(−1) ≡ −1 (mod p)}}. Composites for which both properties hold are called restricted Perrin pseudoprimes. There are only nine such numbers below {{math|10{{sup|9}}}}.<ref>{{cite OEIS|A018187|Restricted Perrin pseudoprimes}}</ref><ref>{{cite OEIS|A275612|Restricted Perrin pseudoprimes (Adams and Shanks definition)}}</ref><ref>{{cite OEIS|A275613|Restricted Perrin pseudoprimes (Grantham definition).}}</ref>


While Perrin pseudoprimes are rare, they overlap with [[Fermat pseudoprime]]s. Of the above seventeen numbers, four are base 2 Fermatians as well. In contrast, the [[Lucas pseudoprime]]s are anti-correlated.<ref>None of the 2402549 Lucas-Selfridge pseudoprimes below 10<sup>15</sup> listed by Dana {{harvtxt|Jacobsen|2020}} is also a Perrin pseudoprime.</ref> Presumably, combining the Perrin and Lucas tests should make a [[primality test]] as strong as the reliable [[Baillie–PSW_primality_test|BPSW test]] which has no known pseudoprimes – though at higher computational cost.
While Perrin pseudoprimes are rare, they overlap with [[Fermat pseudoprime]]s. Of the above seventeen numbers, four are base 2 Fermatians as well. In contrast, the [[Lucas pseudoprime]]s are anti-correlated.<ref>None of the 2402549 Lucas-Selfridge pseudoprimes below 10<sup>15</sup> listed by Dana {{harvtxt|Jacobsen|2020}} is also a Perrin pseudoprime.</ref> Presumably, combining the Perrin and Lucas tests should make a [[primality test]] as strong as the reliable [[Baillie–PSW_primality_test|BPSW test]] which has no known pseudoprimes – though at higher computational cost.


===Pseudocode===
===Pseudocode===
The 1982 Adams and Shanks {{math|O(log n)}} Strong Perrin primality test.<ref>{{harvtxt|Adams|Shanks|1982|p=265, 269-270}}</ref>
The 1982 Adams and Shanks {{math|O(log n)}} Perrin primality test.<ref>{{harvtxt|Adams|Shanks|1982|p=265, 269-270}}</ref>


Two integer arrays u(3) and v(3) are initialized to the lowest terms of the Perrin sequence, with positive indices {{math|t {{=}} 0, 1, 2}} in u( ) and negative indices {{math|t {{=}} 0,−1,−2}} in v( ).
Two integer arrays u(3) and v(3) are initialized to the lowest terms of the Perrin sequence, with positive indices {{math|t {{=}} 0, 1, 2}} in u( ) and negative indices {{math|t {{=}} 0,−1,−2}} in v( ).
Line 159: Line 159:
The subscripts of the Perrin numbers are doubled using the identity {{math|P(2t) {{=}} P{{sup|2}}(t) − 2P(−t)}}. The resulting gaps between {{math|P(±2t)}} and {{math|P(±2t ± 2)}} are closed by applying the defining relation {{math|P(t) {{=}} P(t − 2) + P(t − 3)}}.
The subscripts of the Perrin numbers are doubled using the identity {{math|P(2t) {{=}} P{{sup|2}}(t) − 2P(−t)}}. The resulting gaps between {{math|P(±2t)}} and {{math|P(±2t ± 2)}} are closed by applying the defining relation {{math|P(t) {{=}} P(t − 2) + P(t − 3)}}.


Initial values
''Initial values''
LET u(0):= 3, u(1):= 0, {{nowrap|u(2):{{=}} 2}}
'''let''' ''int'' u(0):= 3, u(1):= 0, {{nowrap|u(2):{{=}} 2}}
LET v(0):= 3, v(1):=−1, {{nowrap|v(2):{{=}} 1}}
'''let''' ''int'' v(0):= 3, v(1):=−1, {{nowrap|v(2):{{=}} 1}}
INPUT integer n, the odd positive number to test
''Test odd positive number n''
'''input''' ''int'' n
SET integer h:= most significant bit of n
'''set''' ''int'' h:= most significant bit of n
FOR k:= h − 1 DOWNTO 0
'''for''' k:= h − 1 '''downto''' 0
Double the indices of
''Double the indices of''
the six Perrin numbers.
''the six Perrin numbers.''
FOR i = 0, 1, 2
'''for''' i = 0, 1, 2
temp:= u(i)^2 − 2v(i) {{nowrap|(mod n)}}
temp:= u(i)^2 − 2v(i) {{nowrap|(mod n)}}
v(i):= v(i)^2 − 2u(i) {{nowrap|(mod n)}}
v(i):= v(i)^2 − 2u(i) {{nowrap|(mod n)}}
u(i):= temp
u(i):= temp
'''endfor'''
ENDFOR
Copy P(2t + 2) and {{nowrap|P(−2t − 2)}}
''Copy P(2t + 2) and {{nowrap|P(−2t − 2)}}''
to the array ends and use
''to the array ends and use''
in the IF statement below.
''in the if-statement below.''
u(3):= u(2)
u(3):= u(2)
v(3):= v(2)
v(3):= v(2)
Overwrite P(2t ± 2) with {{nowrap|P(2t ± 1)}}
''Overwrite P(2t ± 2) with {{nowrap|P(2t ± 1)}}''
temp:= u(2) − u(1)
temp:= u(2) − u(1)
u(2):= u(0) + temp
u(2):= u(0) + temp
u(0):= temp
u(0):= temp
Overwrite P(−2t ± 2) with {{nowrap|P(−2t ± 1)}}
''Overwrite P(−2t ± 2) with {{nowrap|P(−2t ± 1)}}''
temp:= v(0) − v(1)
temp:= v(0) − v(1)
v(0):= v(2) + temp
v(0):= v(2) + temp
v(2):= temp
v(2):= temp
IF n has bit k set THEN
'''if''' n has bit k set '''then'''
Increase the indices of
''Increase the indices of''
both Perrin triples by 1.
''both Perrin triples by 1.''
FOR i = 0, 1, 2
'''for''' i = 0, 1, 2
u(i):= u(i + 1)
u(i):= u(i + 1)
v(i):= v(i + 1)
v(i):= v(i + 1)
ENDFOR
'''endfor'''
ENDIF
'''endif'''
'''endfor'''
ENDFOR
''Result''
Show the result
PRINT v(2), v(1), v(0)
'''print''' v(2), v(1), v(0)
PRINT u(0), u(1), u(2)
'''print''' u(0), u(1), u(2)


Successively {{math|P(−n − 1), P(−n), P(−n + 1)}} and {{math|P(n − 1), P(n), P(n + 1) (mod n)}}.
Successively {{math|P(−n − 1), P(−n), P(−n + 1)}} and {{math|P(n − 1), P(n), P(n + 1) (mod n)}}.


If {{math|P(−n) {{=}} −1}} and {{math|P(n) {{=}} 0}} then ''n'' is a [[probable prime]], that is: actually prime or a strong Perrin pseudoprime.
If {{math|P(−n) {{=}} −1}} and {{math|P(n) {{=}} 0}} then ''n'' is a [[probable prime]], that is: actually prime or a restricted Perrin pseudoprime.


Shanks ''et al.'' observed that for all strong pseudoprimes they found, the final state of the above six registers (the "signature" of ''n'') equals the initial state 1,−1,3, 3,0,2.<ref>{{harvtxt|Adams|Shanks|1982|p=275}}, {{harvtxt|Kurtz|Shanks|Williams|1986|p=694}}. This was later confirmed for {{math|n < 10{{sup|14}}}} by Steven {{harvtxt|Arno|1991}}.</ref> The same occurs with {{math|≈ 1'''/'''6}} of all primes, so the two sets cannot be distinguished on the strength of this test alone.<ref>The signature does give discriminating information on the remaining two types of primes.
Shanks ''et al.'' observed that for all restricted pseudoprimes they found, the final state of the above six registers (the "signature" of ''n'') equals the initial state 1,−1,3, 3,0,2.<ref>{{harvtxt|Adams|Shanks|1982|p=275}}, {{harvtxt|Kurtz|Shanks|Williams|1986|p=694}}. This was later confirmed for {{math|n < 10{{sup|14}}}} by Steven {{harvtxt|Arno|1991}}.</ref> The same occurs with {{math|≈ 1'''/'''6}} of all primes, so the two sets cannot be distinguished on the strength of this test alone.<ref>The signature does give discriminating information on the remaining two types of primes.
For example, the smallest Q-type pseudoprime 50972694899204437633 computed by Holger {{harvtxt|Stephan|2019}} is exposed by signature conditions 14a and 14c in {{harvtxt|Adams|Shanks|1982|p=257}}.</ref> For those cases, they recommend to also use the [[Supergolden_ratio#Narayana sequence|Narayana-Lucas sister sequence]] with recurrence relation {{math|A(n) {{=}} A(n − 1) + A(n − 3)}} and initial values
For example, the smallest Q-type pseudoprime 50,972,694,899,204,437,633 computed by Holger {{harvtxt|Stephan|2019}} is exposed by signature conditions 14a and 14c in {{harvtxt|Adams|Shanks|1982|p=257}}.</ref> For those cases, they recommend to also use the [[Supergolden_ratio#Narayana sequence|Narayana-Lucas sister sequence]] with recurrence relation {{math|A(n) {{=}} A(n − 1) + A(n − 3)}} and initial values


u(0):= 3, u(1):= 1, u(2):= 1
u(0):= 3, u(1):= 1, u(2):= 1
Line 230: Line 231:
Here, ''n'' is a probable prime if {{math|A(−n) {{=}} 0}} and {{math|A(n) {{=}} 1}}.
Here, ''n'' is a probable prime if {{math|A(−n) {{=}} 0}} and {{math|A(n) {{=}} 1}}.


Kurtz ''et al.'' found no overlap between the odd pseudoprimes for the two sequences below {{math|50∙10{{sup|9}}}} and supposed that 2277740968903 = 1067179 ∙ 2134357 is the smallest composite number to pass both tests.<ref>{{harvtxt|Kurtz|Shanks|Williams|1986|p=697}}</ref>
Kurtz ''et al.'' found no overlap between the odd pseudoprimes for the two sequences below {{math|50∙10{{sup|9}}}} and supposed that 2,277,740,968,903 = 1067179 ∙ 2134357 is the smallest composite number to pass both tests.<ref>{{harvtxt|Kurtz|Shanks|Williams|1986|p=697}}</ref>

If the [[Supersilver ratio#Third-order Pell sequences|third-order Pell-Lucas recurrence]] {{math|A(n) {{=}} 2A(n − 1) + A(n − 3)}} is used as well, this bound will be pushed up to 4,057,052,731,496,380,171 = 1424263447 ∙ 2848526893.<ref>{{harvtxt|Stephan|2019}}</ref>

Additionally, roots of the doubling rule-congruence <math>x^2 -2x \equiv 3 =P(0) \pmod{n}\,</math> other than {{math|−1}} or {{math|3}} expose composite numbers, like non-trivial square roots of {{math|1}} in the [[Miller–Rabin primality test|Miller-Rabin test]].<ref>{{harvtxt|Adams|Shanks|1982|p=280-283}}</ref> This reduces the number of restricted pseudoprimes for each sequence by roughly one-third and is especially efficient in detecting [[Carmichael number]]s.<ref>A C/C++ implementation of the extended Perrin test can be found in the final subsection of a [[Special:Diff/1219750354|previous version]] of this article.</ref>

The least strong restricted Perrin pseudoprime is 46672291 and the above two bounds expand to successively 173,536,465,910,671 and 79,720,990,309,209,574,421.<ref>{{harvtxt|Stephan|2019}}</ref>


==Notes==
==Notes==
Line 237: Line 244:
==References==
==References==
*{{cite journal
*{{cite journal
| author = Lucas, E. | author-link = Édouard Lucas
| last = Lucas | first = E. | author-link = Édouard Lucas
| title = Théorie des fonctions numériques simplement périodiques
| title = Théorie des fonctions numériques simplement périodiques
| language = French
| language = French
Line 245: Line 252:
| volume = 1
| volume = 1
| issue = 3
| issue = 3
| pages = 229−231
| pages = 229–231
| doi = 10.2307/2369311
| doi = 10.2307/2369311
| doi-access = free
| doi-access = free
Line 251: Line 258:
}}
}}
*{{cite journal
*{{cite journal
| author = Tarry, G. | author-link = Gaston Tarry
| last = Tarry | first = G. | author-link = Gaston Tarry
| title = Question 1401
| title = Question 1401
| journal =[[L'Intermédiaire des Mathématiciens]]
| journal =[[L'Intermédiaire des Mathématiciens]]
Line 257: Line 264:
| year = 1898
| year = 1898
| volume = 5
| volume = 5
| pages = 266−267
| pages = 266–267
}}
}}
*{{cite journal
*{{cite journal
| url = https://archive.org/details/lintermdiairede03lemogoog/page/76/mode/2up?view=theater
| url = https://archive.org/details/lintermdiairede03lemogoog/page/76/mode/2up?view=theater
| author = Perrin, R. | author-link =:fr:Raoul Perrin
| last = Perrin | first = R. | author-link =:fr:Raoul Perrin
| title = Question 1484
| title = Question 1484
| journal =[[L'Intermédiaire des Mathématiciens]]
| journal =[[L'Intermédiaire des Mathématiciens]]
Line 267: Line 274:
| year = 1899
| year = 1899
| volume = 6
| volume = 6
| pages = 76−77
| pages = 76–77
}}
}}
*{{cite journal
*{{cite journal
| author = Malo, E.
| last = Malo | first = E.
| title = Réponse à 1484
| title = Réponse à 1484
| journal =[[L'Intermédiaire des Mathématiciens]]
| journal =[[L'Intermédiaire des Mathématiciens]]
Line 276: Line 283:
| year = 1900
| year = 1900
| volume = 7
| volume = 7
| pages = 280−282, 312−314
| pages = 280-282, 312-314
}}
}}
*{{cite book
*{{cite book
Line 287: Line 294:
| publisher = Riveon LeMatematika
| publisher = Riveon LeMatematika
| edition = 2
| edition = 2
| pages = 86−93
| pages = 86–93
}}
}}
*{{cite journal
*{{cite journal
| author1 = Adams, William
| last1 = Adams | first1= William
| author2 = Shanks, Daniel | author-link2=Daniel Shanks
| last2 = Shanks | first2= Daniel | author-link2=Daniel Shanks
| title = Strong primality tests that are not sufficient
| title = Strong primality tests that are not sufficient
| journal =[[Mathematics of Computation]]
| journal =[[Mathematics of Computation]]
Line 298: Line 305:
| volume = 39
| volume = 39
| issue = 159
| issue = 159
| pages = 255−300
| pages = 255–300
| doi = 10.1090/S0025-5718-1982-0658231-9
| doi = 10.1090/S0025-5718-1982-0658231-9
| doi-access = free
| doi-access = free
Line 304: Line 311:
}}
}}
*{{cite journal
*{{cite journal
| author1 = Kurtz, G.C.
| last1 = Kurtz|first1= G. C.
| author2 = Shanks, Daniel | author-link2=Daniel Shanks
| last2 = Shanks|first2= Daniel | author-link2=Daniel Shanks
| author3 = Williams, H.C. | author-link3=Hugh C. Williams
| last3 = Williams|first3= H. C. | author-link3=Hugh C. Williams
| title = Fast primality tests for numbers less than 50∙10{{sup|9}}
| title = Fast primality tests for numbers less than 50∙10{{sup|9}}
| journal =[[Mathematics of Computation]]
| journal =[[Mathematics of Computation]]
Line 313: Line 320:
| volume = 46
| volume = 46
| issue = 174
| issue = 174
| pages = 691−701
| pages = 691–701
| doi = 10.1090/S0025-5718-1986-0829639-7
| doi = 10.1090/S0025-5718-1986-0829639-7
| doi-access = free
| doi-access = free
Line 325: Line 332:
| volume = 11
| volume = 11
| issue = 4
| issue = 4
| pages = 463−470
| pages = 463–470
| doi = 10.1002/jgt.3190110403
| doi = 10.1002/jgt.3190110403
}}
}}
Line 336: Line 343:
| volume = 56
| volume = 56
| issue = 193
| issue = 193
| pages = 371−376
| pages = 371–376
| doi = 10.1090/S0025-5718-1991-1052083-9
| doi = 10.1090/S0025-5718-1991-1052083-9
| doi-access = free
| doi-access = free
Line 349: Line 356:
| volume = 130
| volume = 130
| issue = 5
| issue = 5
| pages = 1117−1128
| pages = 1117–1128
| arxiv = 1903.06825
| arxiv = 1903.06825
| doi = 10.1016/j.jnt.2009.11.008
| doi = 10.1016/j.jnt.2009.11.008
Line 369: Line 376:
| eprint = 2002.03756v1
| eprint = 2002.03756v1
}}
}}
*{{citation
*{{cite report
| last = Stephan | first = Holger
| last = Stephan | first = Holger
| title = Perrin pseudoprimes. Data sets
| title = Perrin pseudoprimes
| type = WIAS Research Data No. 4
| publisher = [[Weierstrass Institute]]
| publisher = [[Weierstrass Institute]]
| location = Berlin
| location = Berlin

Latest revision as of 01:46, 13 December 2024

Spiral of equilateral triangles with side lengths equal to Perrin numbers.

In mathematics, the Perrin numbers are a doubly infinite constant-recursive integer sequence with characteristic equation x3 = x + 1. The Perrin numbers bear the same relationship to the Padovan sequence as the Lucas numbers do to the Fibonacci sequence.

Definition

[edit]

The Perrin numbers are defined by the recurrence relation

and the reverse

The first few terms in both directions are

n 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
P(n) 3 0 2 3 2 5 5 7 10 12 17 22 29 39 51 68 90 119 ...[1]
P(−n) ... −1 1 2 −3 4 −2 −1 5 −7 6 −1 −6 12 −13 7 5 −18 ...[2]

Perrin numbers can be expressed as sums of the three initial terms

The first fourteen prime Perrin numbers are

n 2 3 4 5 6 7 10 12 20 21 24 34 38 75 ...[3]
P(n) 2 3 2 5 5 7 17 29 277 367 853 14197 43721 1442968193 ...[4]

History

[edit]

In 1876 the sequence and its equation were initially mentioned by Édouard Lucas, who noted that the index n divides term P(n) if n is prime.[5] In 1899 Raoul Perrin [fr] asked if there were any counterexamples to this property.[6] The first P(n) divisible by composite index n was found only in 1982 by William Adams and Daniel Shanks.[7] They presented a detailed investigation of the sequence, with a sequel appearing four years later.[8]

Properties

[edit]
A Perrin microcosm: the escape time algorithm is applied to the Newton map of the entire Perrin function F(z) around critical point z = 1.225432 with viewport width 0.05320. The basins of attraction emanating from the centre correspond to the infinite number of real (left) and complex roots (right) F(z) = 0.

The Perrin sequence also satisfies the recurrence relation Starting from this and the defining recurrence, one can create an infinite number of further relations, for example

The generating function of the Perrin sequence is

The sequence is related to sums of binomial coefficients by

[1]

Perrin numbers can be expressed in terms of partial sums

The Perrin numbers are obtained as integral powers n ≥ 0 of the matrix

and its inverse

The Perrin analogue of the Simson identity for Fibonacci numbers is given by the determinant

The number of different maximal independent sets in an n-vertex cycle graph is counted by the nth Perrin number for n ≥ 2.[9]

Binet formula

[edit]
The Perrin function extends the sequence to real numbers.

The solution of the recurrence can be written in terms of the roots of characteristic equation . If the three solutions are real root (with approximate value 1.324718 and known as the plastic ratio) and complex conjugate roots and , the Perrin numbers can be computed with the Binet formula which also holds for negative n.

The polar form is with Since the formula reduces to either the first or the second term successively for large positive or negative n, and numbers with negative subscripts oscillate. Provided α is computed to sufficient precision, these formulas can be used to calculate Perrin numbers for large n.

Expanding the identity gives the important index-doubling rule by which the forward and reverse parts of the sequence are linked.

Prime index p divides P(p)

[edit]

If the characteristic equation of the sequence is written as then the coefficients can be expressed in terms of roots with Vieta's formulas:

These integer valued functions are the elementary symmetric polynomials in

  • The fundamental theorem on symmetric polynomials states that every symmetric polynomial in the complex roots of monic can be represented as another polynomial function in the integer coefficients of
  • The analogue of Lucas's theorem for multinomial coefficients says that if then is divisible by prime

Given integers a, b, c and n > 0,

Rearrange into symmetric monomial summands, permuting exponents i, j, k:

Substitute prime for power and complex roots for integers and compute representations in terms of for all symmetric polynomial functions. For example, is and the power sum can be expressed in the coefficients with Newton's recursive scheme. It follows that the identity has integer terms and both sides divisible by prime

To show that prime divides in the reverse sequence, the characteristic equation has to be reflected. The roots are then the coefficients and the same reasoning applies.

Perrin primality test

[edit]

Query 1484. The curious proposition of Chinese origin which is the subject of query 1401[10] would provide, if it is true, a more practical criterium than Wilson's theorem for verifying whether a given number m is prime or not; it would suffice to calculate the residues with respect to m of successive terms of the recurrence sequence
un = 3un−1 − 2un−2 with initial values u0 = −1, u1 = 0.[11]
I have found another recurrence sequence that seems to possess the same property; it is the one whose general term is
vn = vn−2 + vn−3 with initial values v0 = 3, v1 = 0, v2 = 2. It is easy to demonstrate that vn is divisible by n, if n is prime; I have verified, up to fairly high values of n, that in the opposite case it is not; but it would be interesting to know if this is really so, especially since the sequence vn gives much less rapidly increasing numbers than the sequence un (for n = 17, for example, one finds un = 131070, vn = 119), which leads to simpler calculations when n is a large number.
The same proof, applicable to one of the sequences, will undoubtedly bear upon the other, if the stated property is true for both: it is only a matter of discovering it.[12]

The Perrin sequence has the Fermat property: if p is prime, P(p) ≡ P(1) ≡ 0 (mod p). However, the converse is not true: some composite n may still divide P(n). A number with this property is called a Perrin pseudoprime.

The question of the existence of Perrin pseudoprimes was considered by Malo and Jarden,[13] but none were known until Adams and Shanks found the smallest one, 271441 = 5212 (the number P(271441) has 33150 decimal digits).[14] Jon Grantham later proved that there are infinitely many Perrin pseudoprimes.[15]

The seventeen Perrin pseudoprimes below 109 are

271441, 904631, 16532714, 24658561, 27422714, 27664033, 46672291, 102690901, 130944133, 196075949, 214038533, 517697641, 545670533, 801123451, 855073301, 903136901, 970355431.[16]

Adams and Shanks noted that primes also satisfy the congruence P(−p) ≡ P(−1) ≡ −1 (mod p). Composites for which both properties hold are called restricted Perrin pseudoprimes. There are only nine such numbers below 109.[17][18][19]

While Perrin pseudoprimes are rare, they overlap with Fermat pseudoprimes. Of the above seventeen numbers, four are base 2 Fermatians as well. In contrast, the Lucas pseudoprimes are anti-correlated.[20] Presumably, combining the Perrin and Lucas tests should make a primality test as strong as the reliable BPSW test which has no known pseudoprimes – though at higher computational cost.

Pseudocode

[edit]

The 1982 Adams and Shanks O(log n) Perrin primality test.[21]

Two integer arrays u(3) and v(3) are initialized to the lowest terms of the Perrin sequence, with positive indices t = 0, 1, 2 in u( ) and negative indices t = 0,−1,−2 in v( ).

The main double-and-add loop, originally devised to run on an HP-41C pocket calculator, computes P(n) mod n and the reverse P(−n) mod n at the cost of six modular squarings for each bit of n.

The subscripts of the Perrin numbers are doubled using the identity P(2t) = P2(t) − 2P(−t). The resulting gaps between P(±2t) and P(±2t ± 2) are closed by applying the defining relation P(t) = P(t − 2) + P(t − 3).

Initial values
let int u(0):= 3, u(1):= 0, u(2):= 2
let int v(0):= 3, v(1):=−1, v(2):= 1
     
Test odd positive number n
input int n
     
set int h:= most significant bit of n
     
for k:= h − 1 downto 0
     
  Double the indices of
  the six Perrin numbers.
  for i = 0, 1, 2
    temp:= u(i)^2 − 2v(i) (mod n)
    v(i):= v(i)^2 − 2u(i) (mod n)
    u(i):= temp
  endfor
     
  Copy P(2t + 2) and P(−2t − 2)
  to the array ends and use
  in the if-statement below.
  u(3):= u(2)
  v(3):= v(2)
     
  Overwrite P(2t ± 2) with P(2t ± 1)
  temp:= u(2) − u(1)
  u(2):= u(0) + temp
  u(0):= temp
     
  Overwrite P(−2t ± 2) with P(−2t ± 1)
  temp:= v(0) − v(1)
  v(0):= v(2) + temp
  v(2):= temp
     
  if n has bit k set then
    Increase the indices of
    both Perrin triples by 1.
    for i = 0, 1, 2
      u(i):= u(i + 1)
      v(i):= v(i + 1)
    endfor
  endif
     
endfor
     
Result
print v(2), v(1), v(0)
print u(0), u(1), u(2)

Successively P(−n − 1), P(−n), P(−n + 1) and P(n − 1), P(n), P(n + 1) (mod n).

If P(−n) = −1 and P(n) = 0 then n is a probable prime, that is: actually prime or a restricted Perrin pseudoprime.

Shanks et al. observed that for all restricted pseudoprimes they found, the final state of the above six registers (the "signature" of n) equals the initial state 1,−1,3, 3,0,2.[22] The same occurs with ≈ 1/6 of all primes, so the two sets cannot be distinguished on the strength of this test alone.[23] For those cases, they recommend to also use the Narayana-Lucas sister sequence with recurrence relation A(n) = A(n − 1) + A(n − 3) and initial values

u(0):= 3, u(1):= 1, u(2):= 1
v(0):= 3, v(1):= 0, v(2):=−2

The same doubling rule applies and the formulas for filling the gaps are

temp:= u(0) + u(1)
u(0):= u(2) − temp
u(2):= temp
     
temp:= v(2) + v(1)
v(2):= v(0) − temp
v(0):= temp

Here, n is a probable prime if A(−n) = 0 and A(n) = 1.

Kurtz et al. found no overlap between the odd pseudoprimes for the two sequences below 50∙109 and supposed that 2,277,740,968,903 = 1067179 ∙ 2134357 is the smallest composite number to pass both tests.[24]

If the third-order Pell-Lucas recurrence A(n) = 2A(n − 1) + A(n − 3) is used as well, this bound will be pushed up to 4,057,052,731,496,380,171 = 1424263447 ∙ 2848526893.[25]

Additionally, roots of the doubling rule-congruence other than −1 or 3 expose composite numbers, like non-trivial square roots of 1 in the Miller-Rabin test.[26] This reduces the number of restricted pseudoprimes for each sequence by roughly one-third and is especially efficient in detecting Carmichael numbers.[27]

The least strong restricted Perrin pseudoprime is 46672291 and the above two bounds expand to successively 173,536,465,910,671 and 79,720,990,309,209,574,421.[28]

Notes

[edit]
  1. ^ a b Sloane, N. J. A. (ed.). "Sequence A001608 (Perrin sequence (or Ondrej Such sequence): a(n) = a(n-2) + a(n-3) with a(0) = 3, a(1) = 0, a(2) = 2)". The On-Line Encyclopedia of Integer Sequences. OEIS Foundation.
  2. ^ Sloane, N. J. A. (ed.). "Sequence A078712 (Series expansion of (-3 - 2*x)/(1 + x - x^3) in powers of x)". The On-Line Encyclopedia of Integer Sequences. OEIS Foundation.
  3. ^ Sloane, N. J. A. (ed.). "Sequence A112881 (Indices of prime Perrin numbers; values of n such that A001608(n) is prime)". The On-Line Encyclopedia of Integer Sequences. OEIS Foundation.
  4. ^ Sloane, N. J. A. (ed.). "Sequence A074788 (Prime numbers in the Perrin sequence b(n+1) = b(n-1) + b(n-2) with initial values b(1)=3, b(2)=0, b(3)=2)". The On-Line Encyclopedia of Integer Sequences. OEIS Foundation.
  5. ^ Lucas (1878)
  6. ^ Perrin (1899)
  7. ^ Adams & Shanks (1982)
  8. ^ Kurtz, Shanks & Williams (1986)
  9. ^ Füredi (1987)
  10. ^ Tarry (1898)
  11. ^ Sloane, N. J. A. (ed.). "Sequence A000918 (a(n) = 2^n - 2)". The On-Line Encyclopedia of Integer Sequences. OEIS Foundation.
  12. ^ Perrin (1899) translated from the French
  13. ^ Malo (1900), Jarden (1966)
  14. ^ Adams & Shanks (1982, p. 255)
  15. ^ Grantham (2010), Stephan (2020)
  16. ^ Sloane, N. J. A. (ed.). "Sequence A013998 (Unrestricted Perrin pseudoprimes)". The On-Line Encyclopedia of Integer Sequences. OEIS Foundation.
  17. ^ Sloane, N. J. A. (ed.). "Sequence A018187 (Restricted Perrin pseudoprimes)". The On-Line Encyclopedia of Integer Sequences. OEIS Foundation.
  18. ^ Sloane, N. J. A. (ed.). "Sequence A275612 (Restricted Perrin pseudoprimes (Adams and Shanks definition))". The On-Line Encyclopedia of Integer Sequences. OEIS Foundation.
  19. ^ Sloane, N. J. A. (ed.). "Sequence A275613 (Restricted Perrin pseudoprimes (Grantham definition).)". The On-Line Encyclopedia of Integer Sequences. OEIS Foundation.
  20. ^ None of the 2402549 Lucas-Selfridge pseudoprimes below 1015 listed by Dana Jacobsen (2020) is also a Perrin pseudoprime.
  21. ^ Adams & Shanks (1982, p. 265, 269-270)
  22. ^ Adams & Shanks (1982, p. 275), Kurtz, Shanks & Williams (1986, p. 694). This was later confirmed for n < 1014 by Steven Arno (1991).
  23. ^ The signature does give discriminating information on the remaining two types of primes. For example, the smallest Q-type pseudoprime 50,972,694,899,204,437,633 computed by Holger Stephan (2019) is exposed by signature conditions 14a and 14c in Adams & Shanks (1982, p. 257).
  24. ^ Kurtz, Shanks & Williams (1986, p. 697)
  25. ^ Stephan (2019)
  26. ^ Adams & Shanks (1982, p. 280-283)
  27. ^ A C/C++ implementation of the extended Perrin test can be found in the final subsection of a previous version of this article.
  28. ^ Stephan (2019)

References

[edit]
[edit]