Triangle read by rows: T(m,n) = number of ways of distributing n distinguishable balls into m distinguishable bins of size 2 where empty bins are permitted (m >= 1, 1 <= n <= 2m).
A248844
Triangle read by rows: T(m,n) = number of ways of distributing n distinguishable balls into m distinguishable bins of size 2 where empty bins are permitted (m >= 1, 1 <= n <= 2m).
Terms
- a(0) =1a(1) =1a(2) =2a(3) =4a(4) =6a(5) =6a(6) =3a(7) =9a(8) =24a(9) =54a(10) =90a(11) =90a(12) =4a(13) =16a(14) =60a(15) =204a(16) =600a(17) =1440a(18) =2520a(19) =2520a(20) =5a(21) =25a(22) =120a(23) =540a(24) =2220a(25) =8100a(26) =25200a(27) =63000a(28) =113400a(29) =113400
External references
- oeis: A248844