Triangle generated by the recurrence T(n+1,k+1) = T(n,k+1) + n * T(n,k) + delta(n,k) with the initial values T(n,0) = 1 and T(0,k) = delta(k,0), where delta(n,k) is the Kronecker delta.
A191490
Triangle generated by the recurrence T(n+1,k+1) = T(n,k+1) + n * T(n,k) + delta(n,k) with the initial values T(n,0) = 1 and T(0,k) = delta(k,0), where delta(n,k) is the Kronecker delta.
Terms
- a(0) =1a(1) =1a(2) =1a(3) =1a(4) =2a(5) =2a(6) =1a(7) =4a(8) =6a(9) =5a(10) =1a(11) =7a(12) =18a(13) =23a(14) =16a(15) =1a(16) =11a(17) =46a(18) =95a(19) =108a(20) =65a(21) =1a(22) =16a(23) =101a(24) =325a(25) =583a(26) =605a(27) =326a(28) =1a(29) =22
External references
- oeis: A191490