GF The first three Padovan numbers are equal to 1, and each successive number after n is equal to the sum of the previous two before n. P(n+1))=P(n-2)+P(n-1)
The first three Padovan numbers are equal to 1, and each successive number after n is equal to the sum of the previous two before n. Draw a spiral: the calculation of the next Padovan numbers P(n) moves P(n) steps, each step rotates 120/P(n).