OFFSET
0,2
COMMENTS
The number of ways of putting n labeled balls into a set of bags and then putting the bags into 16 labeled boxes. - Peter Bala, Mar 23 2013
LINKS
Frank Simon, Algebraic Methods for Computing the Reliability of Networks, Dissertation, Doctor Rerum Naturalium (Dr. rer. nat.), Fakultät Mathematik und Naturwissenschaften der Technischen Universität Dresden, 2012. See Table 5.1.
FORMULA
E.g.f. exp(16*(exp(x) - 1)). - Peter Bala, Mar 23 2013
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[16 (Exp[x]-1)], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Dec 19 2024 *)
CROSSREFS
KEYWORD
nonn,changed
AUTHOR
N. J. A. Sloane, Jan 04 2013
STATUS
approved