Triangle, read by rows, where T(n,k) equals the dot product of the vector of terms in row n that are to the right of T(n,k) with the vector of terms in column k that are above T(n,k): T(n,k) = Sum_{j=0..n-k-1} T(n,j+k+1)*T(j+k,k) for n > k+1 > 0, with T(n,n) = 1 and T(n,n-1) = n (n>=1).
A115080
Triangle, read by rows, where T(n,k) equals the dot product of the vector of terms in row n that are to the right of T(n,k) with the vector of terms in column k that are above T(n,k): T(n,k) = Sum_{j=0..n-k-1} T(n,j+k+1)*T(j+k,k) for n > k+1 > 0, with T(n,n) = 1 and T(n,n-1) = n (n>=1).
Terms
- a(0) =1a(1) =1a(2) =1a(3) =3a(4) =2a(5) =1a(6) =11a(7) =5a(8) =3a(9) =1a(10) =50a(11) =20a(12) =7a(13) =4a(14) =1a(15) =257a(16) =94a(17) =31a(18) =9a(19) =5a(20) =1a(21) =1467a(22) =507a(23) =150a(24) =44a(25) =11a(26) =6a(27) =1a(28) =9081a(29) =3009
External references
- oeis: A115080