Английская Википедия:Hosoya's triangle

Материал из Онлайн справочника
Перейти к навигацииПерейти к поиску

Шаблон:Short description Hosoya's triangle or the Hosoya triangle (originally Fibonacci triangle; Шаблон:OEIS2C) is a triangular arrangement of numbers (like Pascal's triangle) based on the Fibonacci numbers. Each number is the sum of the two numbers above in either the left diagonal or the right diagonal.[1]

Шаблон:Image frame

Name

The name "Fibonacci triangle" has also been used for triangles composed of Fibonacci numbers or related numbers[2] or triangles with Fibonacci sides and integral area,[3] hence is ambiguous.

Recurrence

The numbers in this triangle obey the recurrence relations

<math>H(0,0)=H(1,0)=H(1,1)=H(2,1)=1</math>

and

<math>\begin {align}

H(n,j)&=H(n-1,j)+H(n-2,j)\\ &=H(n-1,j-1)+H(n-2,j-2). \end {align}</math>

Relation to Fibonacci numbers

The entries in the triangle satisfy the identity

<math>H(n,i)=F(i+1)\cdot F(n-i+1)</math>

Thus, the two outermost diagonals are the Fibonacci numbers, while the numbers on the middle vertical line are the squares of the Fibonacci numbers. All the other numbers in the triangle are the product of two distinct Fibonacci numbers greater than 1. The row sums are the first convolved Fibonacci numbers.[4]

References

Шаблон:Reflist