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