1672972domain: NAppears in sequencesSolution to the Dancing School Problem with 6 girls and n+6 boys: f(6,n).at n=12A079911a(n) = (1/2^n)* Sum_{k=0..n} binomial(n,k)*(n+k)^(n-1).at n=6A138903