The Padovan sequence is named afterRichard Padovan who attributed its discovery toDutch architectHans van der Laan in his 1994 essayDom. Hans van der Laan: Modern Primitive.[2] Thesequence was described byIan Stewart in hisScientific American columnMathematical Recreations in June 1996.[3] He also writes about it in one of his books, "Math Hysteria: Fun Games With Mathematics".[4]
The above definition is the one given by Ian Stewart and byMathWorld. Other sources may start the sequence at a different place, in which case some of the identities in this article must be adjusted with appropriate offsets.
In the spiral, eachtriangle shares a side with two others giving a visual proof that the Padovan sequence also satisfies the recurrence relation
Starting from this, the defining recurrence and other recurrences as they are discovered,one can create an infinite number of further recurrences by repeatedly replacing by
ThePerrin sequence satisfies the same recurrence relations as the Padovan sequence, although it has different initial values.
The Perrin sequence can be obtained from the Padovan sequence by the following formula:
Triangles with sides in ratio of 1/ρ form a closed spiral
The Padovan sequence numbers can be written in terms of powers of theroots of the equation[1]
This equation has 3 roots; onereal rootp (known as theplastic ratio) and twocomplex conjugate rootsq andr.[5] Given these three roots, the Padovan sequence can be expressed by a formula involvingp,q andr :
For all,P(n) is theinteger closest to. Indeed, is the value of constanta above, whileb andc are obtained by replacingp withq andr, respectively.
The ratio of successive terms in the Padovan sequence approachesp, which has a value of approximately 1.324718. This constant bears the same relationship to the Padovan sequence and thePerrin sequence as thegolden ratio does to theFibonacci sequence.
P(n) is the number of ways of writingn + 2 as an ordered sum in which each term is either 2 or 3 (i.e. the number ofcompositions ofn + 2 in which each term is either 2 or 3). For example,P(6) = 4, and there are 4 ways to write 8 as an ordered sum of 2s and 3s:
2 + 2 + 2 + 2 ; 2 + 3 + 3 ; 3 + 2 + 3 ; 3 + 3 + 2
The number of ways of writingn as an ordered sum in which no term is 2 isP(2n − 2). For example,P(6) = 4, and there are 4 ways to write 4 as an ordered sum in which no term is 2:
4 ; 1 + 3 ; 3 + 1 ; 1 + 1 + 1 + 1
The number of ways of writingn as a palindromic ordered sum in which no term is 2 isP(n). For example,P(6) = 4, and there are 4 ways to write 6 as a palindromic ordered sum in which no term is 2:
6 ; 3 + 3 ; 1 + 4 + 1 ; 1 + 1 + 1 + 1 + 1 + 1
The number of ways of writingn as an ordered sum in which each term isodd and greater than 1 is equal toP(n − 5). For example,P(6) = 4, and there are 4 ways to write 11 as an ordered sum in which each term is odd and greater than 1:
11 ; 5 + 3 + 3 ; 3 + 5 + 3 ; 3 + 3 + 5
The number of ways of writingn as an ordered sum in which each term iscongruent to 2 mod 3 is equal toP(n − 4). For example,P(6) = 4, and there are 4 ways to write 10 as an ordered sum in which each term is congruent to 2 mod 3:
then this Lindenmayer system orL-system produces the following sequence of strings:
n = 0 : A
n = 1 : B
n = 2 : C
n = 3 : AB
n = 4 : BC
n = 5 : CAB
n = 6 : ABBC
n = 7 : BCCAB
n = 8 : CABABBC
and if we count the length of each string, we obtain the Padovan numbers:
1, 1, 1, 2, 2, 3, 4, 5, ...
Also, if you count the number ofAs,Bs andCs in each string, then for thenthstring, you haveP(n − 5)As,P(n − 3)Bs andP(n − 4)Cs. The count ofBB pairsandCC pairs are also Padovan numbers.
A spiral can be formed based on connecting the corners of a set of 3-dimensionalcuboids.This is thePadovan cuboid spiral. Successive sides of this spiral have lengths that arethe Padovan numbers multiplied by thesquare root of 2.
Erv Wilson in his paperThe Scales of Mt. Meru[6] observed certain diagonals inPascal's triangle (see diagram) and drew them on paper in 1993. The Padovan numbers were discovered in 1994. Paul Barry (2004) observed that these diagonals generate the Padovan sequence by summing the diagonal numbers.[7]