88076domain: NAppears in sequencesa(n) is the total number of all winning moves for all partitions of n which represent Chomp positions.at n=41A284686a(n) = Sum_{k=0..n} binomial(n+2*k-1,n-k) * Catalan(k).at n=8A360100