Perrin number
{{short description|Number sequence 3,0,2,3,2,5,5,7,10,...}}
File:Perrin triangles.pngs with side lengths equal to Perrin numbers.]]
In mathematics, the Perrin numbers are a doubly infinite constant-recursive integer sequence with characteristic equation {{math|x{{isup|3}} {{=}} x + 1}}. The Perrin numbers, named after the French engineer {{ill|Raoul Perrin|fr}}, bear the same relationship to the Padovan sequence as the Lucas numbers do to the Fibonacci sequence.
Definition
The Perrin numbers are defined by the recurrence relation
:
P(0)&=3, \\
P(1)&=0, \\
P(2)&=2, \\
P(n)&=P(n-2) +P(n-3) \mbox{ for }n>2,
\end{align}
and the reverse
:
The first few terms in both directions are
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 | |
P(n) | 3 | 0 | 2 | 3 | 2 | 5 | 5 | 7 | 10 | 12 | 17 | 22 | 29 | 39 | 51 | 68 | 90 | 119 | ...{{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}} |
{{nowrap|P(−n)}} | ... | −1 | 1 | 2 | −3 | 4 | −2 | −1 | 5 | −7 | 6 | −1 | −6 | 12 | −13 | 7 | 5 | −18 | ...{{cite OEIS|A078712|Series expansion of (-3 - 2*x)/(1 + x - x^3) in powers of x}} |
Perrin numbers can be expressed as sums of the three initial terms
:
n & P(n) & P(-n) \\
\hline
0 & P(0) & ... \\
1 & P(1) & P(2) -P(0) \\
2 & P(2) & -P(2) +P(1) +P(0) \\
3 & P(1) +P(0) & P(2) -P(1) \\
4 & P(2) +P(1) & P(1) -P(0) \\
5 & P(2) +P(1) +P(0) & -P(2) +2P(0) \\
6 & P(2) +2P(1) +P(0) & 2P(2) -P(1) -2P(0) \\
7 & 2P(2) +2P(1) +P(0) & -2P(2) +2P(1) +P(0) \\
8 & 2P(2) +3P(1) +2P(0) & P(2) -2P(1) +P(0)
\end{array}
The first fourteen prime Perrin numbers are
class="wikitable" style="text-align: right;"
| n | 2 | 3 | 4 | 5 | 6 | 7 | 10 | 12 | 20 | 21 | 24 | 34 | 38 | 75 | ...{{cite OEIS|A112881|Indices of prime Perrin numbers; values of n such that A001608(n) is prime}} |
P(n) | 2 | 3 | 2 | 5 | 5 | 7 | 17 | 29 | 277 | 367 | 853 | 14197 | 43721 | 1442968193 | ...{{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}} |
=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.{{harvtxt|Lucas|1878}} In 1899 {{ill|Raoul Perrin|fr|Raoul_Perrin}} asked if there were any counterexamples to this property.{{harvtxt|Perrin|1899}} The first {{math|P(n)}} divisible by composite index n was found only in 1982 by William Adams and Daniel Shanks.{{harvtxt|Adams|Shanks|1982}} They presented a detailed investigation of the sequence, with a sequel appearing four years later.{{harvtxt|Kurtz|Shanks|Williams|1986}}
Properties
File:Perrin function Newton map.png is applied to the Newton map of the entire Perrin function {{math|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) {{math|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
Perrin numbers can be expressed in terms of partial sums
:
P(n+5) -2&=\sum_{k=0}^{n} P(k) \\
P(2n+3)&=\sum_{k=0}^{n} P(2k) \\
5 -P(4-n)&=\sum_{k=0}^{n} P(-k) \\
3 -P(1-2n)&=\sum_{k=0}^{n} P(-2k).
\end{align}
The Perrin numbers are obtained as integral powers {{math|n ≥ 0}} of the matrix
:
0 & 1 & 0 \\
0 & 0 & 1 \\
1 & 1 & 0
\end{pmatrix}^{n}
\begin{pmatrix}
3 \\ 0 \\ 2
\end{pmatrix} =
\begin{pmatrix}
P(n) \\ P(n+1) \\ P(n+2)
\end{pmatrix},
and its inverse
:
-1 & 0 & 1 \\
1 & 0 & 0 \\
0 & 1 & 0
\end{pmatrix}^{n}
\begin{pmatrix}
3 \\ 0 \\ 2
\end{pmatrix} =
\begin{pmatrix}
P(-n) \\ P(1-n) \\ P(2-n)
\end{pmatrix}.
The Perrin analogue of the Simson identity for Fibonacci numbers is given by the determinant
:
P(n+2) & P(n+1) & P(n) \\
P(n+1) & P(n) & P(n-1) \\
P(n) & P(n-1) & P(n-2)
\end{vmatrix} =-23.
The number of different maximal independent sets in an n-vertex cycle graph is counted by the nth Perrin number for {{math|n ≥ 2}}.{{harvtxt|Füredi|1987}}
=Binet formula=
The solution of the recurrence can be written in terms of the roots of characteristic equation . If the three solutions are real root {{tmath|\alpha}} (with approximate value 1.324718 and known as the plastic ratio) and complex conjugate roots {{tmath|\beta}} and {{tmath|\gamma}}, 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)''=
If the characteristic equation of the sequence is written as then the coefficients {{tmath|\sigma_k}} can be expressed in terms of roots with Vieta's formulas:
:
\sigma_1 &=\alpha +\beta +\gamma &&= 0\\
\sigma_2 &=\alpha\beta +\alpha\gamma +\beta\gamma &&=-1\\
\sigma_3 &=\alpha\beta\gamma &&= 1.
\end{alignat}
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 {{tmath|f}} can be represented as another polynomial function in the integer coefficients of {{tmath|f.}}
- The analogue of Lucas's theorem for multinomial coefficients says that if {{tmath|i,j,k < p}} then is divisible by prime {{tmath|p.}}
Given integers {{tmath|a,b,c}} and {{tmath|n > 0,}}
:
Rearrange into symmetric monomial summands, permuting exponents {{math|i, j, k:}}
:
Substitute prime {{tmath|p}} for power {{tmath|n}} and complex roots for integers {{tmath|a, b, c}} and compute representations in terms of for all symmetric polynomial functions. For example, is and the power sum can be expressed in the coefficients {{tmath|\sigma_k}} with 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 reflected. The roots are then the coefficients and the same reasoning applies.
Perrin primality test
Query 1484. The curious proposition of Chinese origin which is the subject of query 1401{{harvtxt|Tarry|1898}} would provide, if it is true, a more practical criterium than Wilson's theorem for verifying whether a given number {{math|m}} is prime or not; it would suffice to calculate the residues with respect to {{math|m}} of successive terms of the recurrence sequence {{math|1=u{{sub|n}} = 3u{{sub|n−1}} − 2u{{sub|n−2}} }} with initial values {{math|1=u{{sub|0}} =−1, u{{sub|1}} = 0.}}{{cite OEIS|A000918|2=a(n) = 2^n − 2}}
I have found another recurrence sequence that seems to possess the same property; it is the one whose general term is {{math|1=v{{sub|n}} = v{{sub|n−2}} + v{{sub|n−3}} }} with initial values {{math|1=v{{sub|0}} = 3, v{{sub|1}} = 0, v{{sub|2}} = 2.}} It is easy to demonstrate that {{math|v{{sub|n}} }} is divisible by {{math|n}}, if {{math|n}} is prime; I have verified, up to fairly high values of {{math|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 {{math|v{{sub|n}} }} gives much less rapidly increasing numbers than the sequence {{math|u{{sub|n}} }} (for {{math|n {{=}} 17}}, for example, one finds {{math|1=u{{sub|n}} = 131070, v{{sub|n}} = 119}}), which leads to simpler calculations when {{math|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.{{harvtxt|Perrin|1899}} translated from the French
The Perrin sequence has the Fermat property: if {{tmath|p}} is prime, However, the converse is not true: some composite {{tmath|n}} may still divide {{tmath|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,{{harvtxt|Malo|1900}}, {{harvtxt|Jarden|1966}} but none were known until Adams and Shanks found the smallest one, (the number {{math|P(271441)}} has 33150 decimal digits).{{harvtxt|Adams|Shanks|1982|p=255}} Jon Grantham later proved that there are infinitely many Perrin pseudoprimes.{{harvtxt|Grantham|2010}}, {{harvtxt|Stephan|2020}}
The seventeen Perrin pseudoprimes below {{math|10{{sup|9}}}} are {{br}}
271441, 904631, 16532714, 24658561, 27422714, 27664033, 46672291, 102690901, 130944133, 196075949, 214038533, 517697641, 545670533, 801123451, 855073301, 903136901, 970355431.{{cite OEIS|A013998|Unrestricted Perrin pseudoprimes}}
Adams and Shanks noted that primes also satisfy the congruence Composites for which both properties hold are called restricted Perrin pseudoprimes. There are only nine such numbers below {{math|10{{sup|9}}}}.{{cite OEIS|A018187|Restricted Perrin pseudoprimes}}{{cite OEIS|A275612|Restricted Perrin pseudoprimes (Adams and Shanks definition)}}{{cite OEIS|A275613|Restricted Perrin pseudoprimes (Grantham definition).}}
While Perrin pseudoprimes are rare, they overlap with Fermat pseudoprimes. Of the above seventeen numbers, four are base {{math|2}} Fermatians as well. In contrast, the Lucas pseudoprimes are anti-correlated.None of the 2402549 Lucas-Selfridge pseudoprimes below {{math|10{{sup|15}}}} listed by Dana {{harvtxt|Jacobsen|2020}} is also a Perrin pseudoprime. 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=
The 1982 Adams and Shanks Perrin primality test.{{harvtxt|Adams|Shanks|1982|p=265, 269-270}}
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( ).
The main double-and-add loop, originally devised to run on an HP-41C pocket calculator, computes {{math|P(n) mod n}} and the reverse {{math|P(−n) mod n}} at the cost of six modular squarings for each bit of {{math|n}}.
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
let int u(0):= 3, u(1):= 0, {{nowrap|u(2):{{=}} 2}}
let int v(0):= 3, v(1):=−1, {{nowrap|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) {{nowrap|(mod n)}}
v(i):= v(i)^2 − 2u(i) {{nowrap|(mod n)}}
u(i):= temp
endfor
Copy P(2t + 2) and {{nowrap|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 {{nowrap|P(2t ± 1)}}
temp:= u(2) − u(1)
u(2):= u(0) + temp
u(0):= temp
Overwrite P(−2t ± 2) with {{nowrap|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 {{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 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.{{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}}. The same occurs with {{math|≈ 1/6}} of all primes, so the two sets cannot be distinguished on the strength of this test alone.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 {{harvtxt|Stephan|2019}} is exposed by signature conditions 14a and 14c in {{harvtxt|Adams|Shanks|1982|p=257}}. For those cases, they recommend to also use the 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
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 {{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 2,277,740,968,903 = 1067179 ∙ 2134357 is the smallest composite number to pass both tests.{{harvtxt|Kurtz|Shanks|Williams|1986|p=697}}
If the 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.{{harvtxt|Stephan|2019}}
Additionally, roots of the doubling rule-congruence other than {{math|−1}} or {{math|3}} expose composite numbers, like non-trivial square roots of {{math|1}} in the Miller-Rabin test.{{harvtxt|Adams|Shanks|1982|p=280-283}} This reduces the number of restricted pseudoprimes for each sequence by roughly one-third and is especially efficient in detecting Carmichael numbers.A C/C++ implementation of the extended Perrin test can be found in the final subsection of a previous version of this article.
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.{{harvtxt|Stephan|2019}}
Notes
{{Reflist}}
References
- {{cite journal
| last = Lucas | first = E. | author-link = Édouard Lucas
| title = Théorie des fonctions numériques simplement périodiques
| language = French
| journal =American Journal of Mathematics
| publisher = Johns Hopkins University Press
| year = 1878
| volume = 1
| issue = 3
| pages = 229–231
| doi = 10.2307/2369311
| doi-access = free
| jstor = 2369311
}}
- {{cite journal
| last = Tarry | first = G. | author-link = Gaston Tarry
| title = Question 1401
| journal =L'Intermédiaire des Mathématiciens
| publisher = Gauthier-Villars et fils
| year = 1898
| volume = 5
| pages = 266–267
}}
- {{cite journal
| url = https://archive.org/details/lintermdiairede03lemogoog/page/76/mode/2up?view=theater
| last = Perrin | first = R. | author-link =:fr:Raoul Perrin
| title = Question 1484
| journal =L'Intermédiaire des Mathématiciens
| publisher = Gauthier-Villars et fils
| year = 1899
| volume = 6
| pages = 76–77
}}
- {{cite journal
| last = Malo | first = E.
| title = Réponse à 1484
| journal =L'Intermédiaire des Mathématiciens
| publisher = Gauthier-Villars et fils
| year = 1900
| volume = 7
| pages = 280-282, 312-314
}}
- {{cite book
| last = Jarden
| first = Dov
| date = 1966
| title = Recurring sequences
| url = https://oeis.org/A001602/a001602.pdf
| location = Jerusalem
| publisher = Riveon LeMatematika
| edition = 2
| pages = 86–93
}}
- {{cite journal
| last1 = Adams | first1= William
| last2 = Shanks | first2= Daniel | author-link2=Daniel Shanks
| title = Strong primality tests that are not sufficient
| journal =Mathematics of Computation
| publisher =American Mathematical Society
| year = 1982
| volume = 39
| issue = 159
| pages = 255–300
| doi = 10.1090/S0025-5718-1982-0658231-9
| doi-access = free
| jstor = 2007637
}}
- {{cite journal
| last1 = Kurtz|first1= G. C.
| last2 = Shanks|first2= Daniel | author-link2=Daniel Shanks
| last3 = Williams|first3= H. C. | author-link3=Hugh C. Williams
| title = Fast primality tests for numbers less than 50∙10{{sup|9}}
| journal =Mathematics of Computation
| publisher =American Mathematical Society
| year = 1986
| volume = 46
| issue = 174
| pages = 691–701
| doi = 10.1090/S0025-5718-1986-0829639-7
| doi-access = free
| jstor = 2008007
}}
- {{cite journal
| last=Füredi | first=Zoltán | author-link=Zoltán Füredi
| title = The number of maximal independent sets in connected graphs
| journal =Journal of Graph Theory
| year = 1987
| volume = 11
| issue = 4
| pages = 463–470
| doi = 10.1002/jgt.3190110403
}}
- {{cite journal
| last = Arno | first = Steven
| title = A note on Perrin pseudoprimes
| journal =Mathematics of Computation
| publisher =American Mathematical Society
| year = 1991
| volume = 56
| issue = 193
| pages = 371–376
| doi = 10.1090/S0025-5718-1991-1052083-9
| doi-access = free
| jstor = 2008548
| bibcode = 1991MaCom..56..371A
}}
- {{cite journal
| last = Grantham | first = Jon
| title = There are infinitely many Perrin pseudoprimes
| journal =Journal of Number Theory
| year = 2010
| volume = 130
| issue = 5
| pages = 1117–1128
| arxiv = 1903.06825
| doi = 10.1016/j.jnt.2009.11.008
}}
- {{cite web
| url = https://ntheory.org/pseudoprimes.html
| title = Pseudoprime statistics and tables
| last = Jacobsen | first = Dana
| date = 2020
| website = ntheory.org
| access-date = 7 March 2024
| quote = #LPSP Lucas-Selfridge
}}
- {{cite arXiv
| last = Stephan | first = Holger
| title = Millions of Perrin pseudoprimes including a few giants
| date = 2020
| class = math.NA
| eprint = 2002.03756v1
}}
- {{cite report
| last = Stephan | first = Holger
| title = Perrin pseudoprimes
| type = WIAS Research Data No. 4
| publisher = Weierstrass Institute
| location = Berlin
| date = 2019
| doi = 10.20347/WIAS.DATA.4
| doi-access = free
}}
External links
- [https://ntheory.org/primality/perrin.html Jacobsen, Dana (2016). "Perrin Primality Tests".]
- [https://www.solipsys.co.uk/new/FindingPerrinPseudoPrimes_Part1.html Wright, Colin (2015). "Finding Perrin Pseudo-primes".]
- {{MathPages|id=home/kmath345/kmath345|title=Perrin's Sequence}}
- {{MathPages|id=home/kmath127/kmath127|title=Lucas and Perrin Pseudoprimes}}
- [https://web.archive.org/web/20051108035017/http://www.ai.univie.ac.at/perrin.html Holzbaur, Christian (1997). "Perrin Pseudoprimes".]
- [https://perrin088.org Turk, Richard (2014). "The Perrin Chalkboard".]
{{Prime number classes}}
{{Classes of natural numbers}}