406656domain: NAppears in sequencesSum of the leftmost parts in all compositions of n into distinct parts.at n=32A336896a(n) = Sum_{k=0..n} (2*k+1) * binomial(2*k,k) * binomial(2*n-k,n-k).at n=7A386942