Triangle T, read by rows, that satisfies the recurrence: T(n,k) = [T^3](n-1,k-1) + [T^3](n-1,k) for n>k>=0, with T(n,n)=1 for n>=0, where T^3 is the matrix third power of T.
A113084
Triangle T, read by rows, that satisfies the recurrence: T(n,k) = [T^3](n-1,k-1) + [T^3](n-1,k) for n>k>=0, with T(n,n)=1 for n>=0, where T^3 is the matrix third power of T.
Terms
- a(0) =1a(1) =1a(2) =1a(3) =3a(4) =4a(5) =1a(6) =21a(7) =33a(8) =13a(9) =1a(10) =331a(11) =586a(12) =294a(13) =40a(14) =1a(15) =11973a(16) =23299a(17) =13768a(18) =2562a(19) =121a(20) =1a(21) =1030091a(22) =2166800a(23) =1447573a(24) =333070a(25) =22569a(26) =364a(27) =1a(28) =218626341a(29) =490872957
External references
- oeis: A113084