Hosoya's triangle or the Hosoya triangle (originally Fibonacci triangle;) 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]
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.
The numbers in this triangle obey the recurrence relations
H(0,0)=H(1,0)=H(1,1)=H(2,1)=1
\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}
The entries in the triangle satisfy the identity
H(n,i)=F(i+1) ⋅ F(n-i+1)
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]