TOPICS
Search

Padovan Sequence


The integer sequence defined by the recurrence relation

 P_n=P_(n-2)+P_(n-3)
(1)

with the initial conditions P_0=P_1=P_2=1. The terms of the Padovan sequence are known as Padovan numbers. This is the same recurrence relation as for the Perrin sequence, but with different initial conditions.

The recurrence relation can be solved explicitly, giving

 P_n=(1+r_1)/(r_1^(n+2)(2+3r_1))+(1+r_2)/(r_2^(n+2)(2+3r_2))+(1+r_3)/(r_3^(n+2)(2+3r_3)),
(2)

where r_n is the nth root of

 x^3+x^2-1=0.
(3)

Another form of the solution is

 P_n=((r_2-1)(r_3-1)r_1^n)/((r_1-r_2)(r_1-r_3))+((r_1-1)(r_3-1)r_2^n)/((r_2-r_1)(r_2-r_3)) 
 +((r_1-1)(r_2-1)r_3^n)/((r_1-r_3)(r_2-r_3)),
(4)

where r_n is the nth root of

 x^3-x-1=0.
(5)

The first few terms are 1, 1, 2, 2, 3, 4, 5, 7, 9, 12, ... (OEIS A000931).

Using shifted versions of the Padovan sequence and tribonacci sequence, Slavík and Vestenická (2026) count, respectively, tilings of an n-board by squares, dominoes, and trominoes, and tilings by dominoes and trominoes. Denoting these shifted sequences by T_n^* and P_n^*, respectively, to distinguish them from the indexing used here, they give the convolution identity

 T_(n+1)^*-P_(n+1)^*=sum_(k=0)^nP_k^*T_(n-k)^*
(6)

for n>=0.

Padovan sequence numbers that are prime are known as Padovan primes.

The ratio

 lim_(n->infty)(P_n)/(P_(n-1))=(x^3-x^2-1)_1,
(7)

where (P(x))_n denotes a polynomial root, is called the plastic constant.

A matrix analogous to the Fibonacci Q-matrix exists for Padovan numbers. Defining

 Q=[0 1 0; 0 0 1; 1 1 0],
(8)

the powers of Q give

 Q^n=[P_(n-5) P_(n-3) P_(n-4); P_(n-4) P_(n-2) P_(n-3); P_(n-3) P_(n-1) P_(n-2)]
(9)

(J. Lien, pers. comm., Mar. 11, 2005).


See also

Integer Sequence Primes, Padovan Prime, Perrin Sequence, Plastic Constant, Tribonacci Sequence

Explore with Wolfram|Alpha

References

Sloane, N. J. A. Sequence A000931/M0284 in "The On-Line Encyclopedia of Integer Sequences."Slavík, A. and Vestenická, M. "Through the Tiling Glass: Tribonacci Identities." Prague, Czechia: Charles University, 2026. https://www.karlin.mff.cuni.cz/~slavik/papers/tribonacci-identities.pdf.Stewart, I. "Tales of a Neglected Number." Sci. Amer. 274, 102-103, June 1996.

Referenced on Wolfram|Alpha

Padovan Sequence

Cite this as:

Weisstein, Eric W. "Padovan Sequence." From MathWorld--A Wolfram Resource. https://mathworld.wolfram.com/PadovanSequence.html

Subject classifications