365835domain: NAppears in sequencesPlace n distinguishable balls in n boxes (in n^n ways); let f(n,k) = number of ways that max in any box is k, for 1 <= k <= n; sequence gives f(n,n-2)/n.at n=27A019579a(n) = n*(n - 1)^3/2.at n=30A019582