- Perrin number
In
mathematics , the Perrin numbers are defined by therecurrence relation :"P"(0) = 3, "P"(1) = 0, "P"(2) = 2,
and :"P"("n") = "P"("n" − 2) + "P"("n" − 3) for "n" > 2.
The series begins
:3, 0, 2, 3, 2, 5, 5, 7, 10, 12, 17, 22, 29, 39 ... OEIS|id=A001608
The number of different
maximal independent set s in an "n"-vertexcycle graph is counted by the "n"th Perrin number (Füredi 1987).History
This sequence was analyzed by
Edouard Lucas (1878). In 1899, the same sequence was mentioned byR. Perrin. The most extensivetreatment of this sequence was given by Adams and Shanks (1982).Generating function
The
generating function of the Perrin sequence is:
Matrix form
:
Binet-like formula
The Perrin sequence numbers can be written in terms of powers of the roots of the equation
:
This equation has 3 roots; one real root "p" (known as the
plastic number ) and two complex conjugate roots "q" and "r". Given these three roots, the Perrin sequence analogue of theFibonacci sequence Binet formula is:
Since the magnitudes of the complex roots "q" and "r" are both less than 1, the powers of these roots approach 0 for large "n". For large "n" the formula reduces to
:
This formula can be used to quickly calculate values of the Perrin sequence for large n. The ratio of successive terms in the Perrin sequence approaches "p", a.k.a. the plastic number, which has a value of approximately 1.324718. This constant bears the same relationship to the Perrin sequence and the
Padovan sequence as thegolden ratio does to the Fibonacci sequence and thesilver ratio does to thePell number s.Multiplication formula
From the Binet formula, we can obtain a formula for "G"("kn") in terms of "G"("n"−1), "G"("n") and "G"("n"+1); we know :
which gives us three linear equations with coefficients over the
splitting field of ; by inverting a matrix we can solve for and then we can raise them to the "k"th power and compute the sum.Example magma code:
P<x> := PolynomialRing(Rationals()); S<t> := SplittingField(x^3-x-1); P2<y> := PolynomialRing(S); p,q,r := Explode( [r [1] : r in Roots(y^3-y-1)] ); Mi:=Matrix(
1/p,1/q,1/r , [1,1,1] ,p,q,r )^(-1); T<u,v,w> := PolynomialRing(S,3); v1 := ChangeRing(Mi,T) *Matrix(u , [v] ,w ); [p^i*v1 [1,1] ^3 + q^i*v1 [2,1] ^3 + r^i*v1 [3,1] ^3 : i in-1..1 ;with the result that, if we have , then:
The number 23 here arises from the discriminant of the defining polynomial of the sequence.
This allows you to compute the nth Perrin number using integer arithmetic in multiplies.
Primes and divisibility
Consider "n" for which "n" divides "P"("n"). Those are
:"n" = 1, 2, 3, 5, 7, 11, 13, ...
that is, initially 1 followed by
prime number s. It has been proven that for all primes "p", "p" divides "P"("p"). However, the converse is not true: for somecomposite number s "n", "n" may still divide "P"("n"). If "n" has this property, it is called a Perrinpseudoprime . The question of the existence of Perrin pseudoprimes was considered by Perrin himself, but it was not known whether they existed until Adams and Shanks (1982) discovered the smallest one, 271441 = 5212; the next-smallest is 904631 = 7 x 13 x 9941. There are seventeen of them less than a billion [OEIS|id=A013998] ; Jon Grantham has proved [ [http://www.pseudoprime.com/pseudo3.pdf There are infinitely many Perrin pseudoprimes] ,Jon Grantham , unpublished manuscript.] that there are infinitely many Perrin pseudoprimes.A Perrin prime is a Perrin number that is prime. The first few Perrin primes are OEIS|id=A074788:
:2, 3, 5, 7, 17, 29, 277, 367, 853, 14197, 43721, 1442968193, 792606555396977, 187278659180417234321, 66241160488780141071579864797
E. W. Weisstein found a 32,147 digit probable Perrin prime in May 2006, Perrin(263226).
Notes
References
*cite journal
author = Adams, William; Shanks, Daniel
title = Strong primality tests that are not sufficient
journal = Mathematics of Computation
volume = 39
year = 1982
issue = 159
pages = 255–300
id = MathSciNet | id = 0658231
doi = 10.2307/2007637*cite journal
author = Füredi, Z.
title = The number of maximal independent sets in connected graphs
journal = Journal of Graph Theory
volume = 11
issue = 4
year = 1987
pages = 463–470
doi = 10.1002/jgt.3190110403*cite journal
author = Lucas, E.
authorlink = Edouard Lucas
title = Théorie des fonctions numériques simplement périodiques
journal = American Journal of Mathematics
volume = 1
pages = 197–240
year = 1878
doi = 10.2307/2369311*cite journal
author = Perrin, R.
title = Query 1484
journal = L'Intermediaire Des Mathematiciens
volume = 6
pages = 76
year = 1899External links
* [http://www.ai.univie.ac.at/perrin.html Zentrum für Hirnforschung Institut für Medizinische Kybernetik und Artificial Intelligence]
* [http://www.mathpages.com/home/kmath127.htm MathPages - Lucas Pseudoprimes]
* [http://www.mathpages.com/home/kmath345.htm MathPages - Perrin's Sequence]
Wikimedia Foundation. 2010.