Triangle read by rows: T(i,j) = F(i)*F(j)*C(i,j) for 1 <= j <= i, where F(n) is the n-th Fibonacci number and C(n,m) is a binomial coefficient.
A117965
Triangle read by rows: T(i,j) = F(i)*F(j)*C(i,j) for 1 <= j <= i, where F(n) is the n-th Fibonacci number and C(n,m) is a binomial coefficient.
Terms
- a(0) =1a(1) =2a(2) =1a(3) =6a(4) =6a(5) =4a(6) =12a(7) =18a(8) =24a(9) =9a(10) =25a(11) =50a(12) =100a(13) =75a(14) =25a(15) =48a(16) =120a(17) =320a(18) =360a(19) =240a(20) =64a(21) =91a(22) =273a(23) =910a(24) =1365a(25) =1365a(26) =728a(27) =169a(28) =168a(29) =588
External references
- oeis: A117965