Triangle read by rows: T(m,n) = number of ways of distributing n distinguishable balls into m distinguishable bins of size 3 where empty bins are permitted (m >= 1, 1 <= n <= 3m).

A248845

Triangle read by rows: T(m,n) = number of ways of distributing n distinguishable balls into m distinguishable bins of size 3 where empty bins are permitted (m >= 1, 1 <= n <= 3m).

Terms

    a(0) =1a(1) =1a(2) =1a(3) =2a(4) =4a(5) =8a(6) =14a(7) =20a(8) =20a(9) =3a(10) =9a(11) =27a(12) =78a(13) =210a(14) =510a(15) =1050a(16) =1680a(17) =1680a(18) =4a(19) =16a(20) =64a(21) =252a(22) =960a(23) =3480a(24) =11760a(25) =36120a(26) =97440a(27) =218400a(28) =369600a(29) =369600

External references