A180293 Number of arrangements of n indistinguishable balls in n boxes with the maximum number of balls in any box equal to n-3.
1, 50, 195, 392, 672, 1080, 1650, 2420, 3432, 4732, 6370, 8400, 10880, 13872, 17442, 21660, 26600, 32340, 38962, 46552, 55200, 65000, 76050, 88452, 102312, 117740, 134850, 153760, 174592, 197472, 222530, 249900, 279720, 312132, 347282, 385320
Offset: 4
Keywords
Links
- R. H. Hardin, Table of n, a(n) for n=4..59
Crossrefs
(n-3)rd entry in rows of A180281.
Formula
Empirical: a(n) = n*binomial(n+1, n-2) for n>6.