ArticleslgStudy

science

Padovan sequence

Padovan sequence is a science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand Padovan sequence rather than just read about it. In short: In number theory, the Padovan sequence is the sequence of integers P(n) defined by the initial values: P ( 0 ) = P ( 1 ) = P ( 2 ) = 1 , {\displaystyle P(0)=P(1)=P(2)=1,} and the recurrence relation P ( n ) = P ( n − 2 ) + P ( n − 3 ) . {\displaystyle P(n)=P(n-2)+P(n-3).} The first few values of P(n) are 1, 1, 1, 2, 2, 3, 4, 5, 7, 9, 12, 16, 21, 28, 37, 49, 65, 86, 114, 151, 200, 265, ... (sequence A000931 in the OE…

Padovan sequence — main illustration
Padovan sequence — illustration

Key takeaways

  • Padovan sequence belongs to science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect Padovan sequence to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of Padovan sequence from memory before moving on to harder problems.

Reference excerpt

In number theory, the Padovan sequence is the sequence of integers P(n) defined by the initial values:

P ( 0 ) = P ( 1 ) = P ( 2 ) = 1 , {\displaystyle P(0)=P(1)=P(2)=1,}

and the recurrence relation

P ( n ) = P ( n − 2 ) + P ( n − 3 ) . {\displaystyle P(n)=P(n-2)+P(n-3).}

The first few values of P(n) are

1, 1, 1, 2, 2, 3, 4, 5, 7, 9, 12, 16, 21, 28, 37, 49, 65, 86, 114, 151, 200, 265, ... (sequence A000931 in the OEIS)

The Padovan sequence is named after Richard Padovan who attributed its discovery to Dutch architect Hans van der Laan in his 1994 essay Dom. Hans van der Laan: Modern Primitive. The sequence was described by Ian Stewart in his Scientific American column Mathematical Recreations in June 1996. He also writes about it in one of his books, "Math Hysteria: Fun Games With Mathematics".

The above definition is the one given by Ian Stewart and by MathWorld. 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.

Recurrence relations In the spiral, each triangle shares a side with two others giving a visual proof that the Padovan sequence also satisfies the recurrence relation

P ( n ) = P ( n − 1 ) + P ( n − 5 ) {\displaystyle P(n)=P(n-1)+P(n-5)}

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 P ( m ) {\displaystyle P(m)} by P ( m − 2 ) + P ( m − 3 ) {\displaystyle P(m-2)+P(m-3)}

The Perrin 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:

P e r r i n ( n ) = P ( n + 1 ) + P ( n − 10 ) . {\displaystyle \mathrm {Perrin} (n)=P(n+1)+P(n-10).\,}

Extension to negative parameters As with any sequence defined by a recurrence relation, Padovan numbers P(m) for m<0 can be defined by rewriting the recurrence relation as

P ( m ) = P ( m + 3 ) − P ( m + 1 ) , {\displaystyle P(m)=P(m+3)-P(m+1),}

Starting with m = −1 and working backwards, we extend P(m) to negative indices:

Sums of terms The sum of the first n terms in the Padovan sequence is 2 less than P(n + 5), i.e.

∑ m = 0 n P ( m ) = P ( n + 5 ) − 2. {\displaystyle \sum _{m=0}^{n}P(m)=P(n+5)-2.}

Sums of alternate terms, sums of every third term and sums of every fifth term are also related to other terms in the sequence:

∑ m = 0 n P ( 2 m ) = P ( 2 n + 3 ) − 1 {\displaystyle \sum _{m=0}^{n}P(2m)=P(2n+3)-1} OEIS: A077855

∑ m = 0 n P ( 2 m + 1 ) = P ( 2 n + 4 ) − 1 {\displaystyle \sum _{m=0}^{n}P(2m+1)=P(2n+4)-1}

∑ m = 0 n P ( 3 m ) = P ( 3 n + 2 ) {\displaystyle \sum _{m=0}^{n}P(3m)=P(3n+2)} OEIS: A034943

∑ m = 0 n P ( 3 m + 1 ) = P ( 3 n + 3 ) − 1 {\displaystyle \sum _{m=0}^{n}P(3m+1)=P(3n+3)-1}

∑ m = 0 n P ( 3 m + 2 ) = P ( 3 n + 4 ) − 1 {\displaystyle \sum _{m=0}^{n}P(3m+2)=P(3n+4)-1}

∑ m = 0 n P ( 5 m ) = P ( 5 n + 1 ) . {\displaystyle \sum _{m=0}^{n}P(5m)=P(5n+1).} OEIS: A012772 Sums involving products of terms in the Padovan sequence satisfy the following identities:

… excerpt ends here. Continue reading the full article.

Illustrations

Padovan sequence: Spiral of equilateral triangles with side lengths which follow the Padovan sequence.
Spiral of equilateral triangles with side lengths which follow the Padovan sequence.
Padovan sequence: Triangles with sides in ratio of 1/ρ form a closed spiral
Triangles with sides in ratio of 1/ρ form a closed spiral
Padovan sequence illustration

Worked examples

Example 1 — a first encounter with Padovan sequence

Start with the simplest possible case. Write down what Padovan sequence claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to Padovan sequence before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about Padovan sequence ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of Padovan sequence

In research
Padovan sequence appears in science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses Padovan sequence in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
Padovan sequence is common in secondary-school and first-year university syllabi. It links to neighbouring topics Integer sequences, Recurrence relations, so understanding it makes those chapters shorter.
In everyday life
Look for Padovan sequence outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study Padovan sequence in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what Padovan sequence means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain Padovan sequence out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is Padovan sequence in simple terms?

In number theory, the Padovan sequence is the sequence of integers P(n) defined by the initial values: P ( 0 ) = P ( 1 ) = P ( 2 ) = 1 , {\displaystyle P(0)=P(1)=P(2)=1,} and the recurrence relation P ( n ) = P ( n − 2 ) + P ( n − 3 ) . {\displaystyle P(n)=P(n-2)+P(n-3).} The first few values of P(…

Why does Padovan sequence matter?

Because it connects several science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study Padovan sequence?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on Padovan sequence.

Tags

  • Integer sequences
  • Recurrence relations

Keep exploring