| advertise add site services publishers database health videos | ![]() | about toolbar stats live show health store more stuff JOIN/LOGIN |
Articles of Interest from Jim Perrin, MD massfamilyvoices.org | ring toss set - ring toss with numbers... shapeupshop.com | Mr Skeleton - With 200 Numbered Bones Mr Skeleton - With 200 Numbered Bone spabodyworkmarket.com |
In mathematics, the Perrin numbers are defined by the recurrence relation
and
The series begins The number of different maximal independent sets in an n-vertex cycle graph is counted by the nth Perrin number.[1]
[edit] HistoryThis sequence was analyzed by Edouard Lucas (1878). In 1899, the same sequence was mentioned by R. Perrin. The most extensive treatment of this sequence was given by Adams and Shanks (1982). [edit] Generating functionThe generating function of the Perrin sequence is [edit] Matrix form[edit] Binet-like formulaThe 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 the Fibonacci 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 the golden ratio does to the Fibonacci sequence and the silver ratio does to the Pell numbers. [edit] Multiplication formulaFrom 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 x3 − x − 1; by inverting a matrix we can solve for pn,qn,rn and then we can raise them to the kth 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 u = G(n − 1),v = G(n),w = G(n + 1), 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 O(logn) multiplies. [edit] Primes and divisibilityConsider n for which n divides P(n). Those are
that is, initially 1 followed by prime numbers. It has been proven that for all primes p, p divides P(p). However, the converse is not true: for some composite numbers n, n may still divide P(n). If n has this property, it is called a Perrin pseudoprime. 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 [2]; Jon Grantham has proved [3] that there are infinitely many Perrin pseudoprimes. A Perrin prime is a Perrin number that is prime. The first few Perrin primes are (sequence A074788 in OEIS):
E. W. Weisstein found a 32,147 digit probable Perrin prime in May 2006, Perrin(263226). [edit] Notes
[edit] References
[edit] External links |
| ↑ top of page ↑ | about thumbshots |