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