Hosoya's triangle
Hosoya's triangle or the Hosoya triangle (originally Fibonacci triangle; OEIS: A058071) 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]
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]\displaystyle{ H(0,0)=H(1,0)=H(1,1)=H(2,1)=1 }[/math]
and
- [math]\displaystyle{ \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]\displaystyle{ 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
- ↑ Hosoya, Haruo (1976). "Fibonacci Triangle". The Fibonacci Quarterly 14 (2): 173–178.
- ↑ Wilson, Brad (1998). "The Fibonacci triangle modulo p". The Fibonacci Quarterly 36 (3): 194–203.
- ↑ Yuan, Ming Hao (1999). "A result on a conjecture concerning the Fibonacci triangle when k=4" (in zh). Journal of Huanggang Normal University 19 (4): 19–23.
- ↑ Koshy, Thomas (2001). "Fibonacci and Lucas Numbers and Applications". Wiley (New York): 187–195.
Original source: https://en.wikipedia.org/wiki/Hosoya's triangle.
Read more |