315490896domain: NAppears in sequencesa(n) is the number of subsets of {1..n} that contain 5 even and 5 odd numbers.at n=41A331576a(n) = C(n, Q(n+3, 4)-1)*C(n, Q(n+1, 4)) + C(n, Q(3*n+1, 4))*C(n, Q(3*n+3, 4)) where C = binomial and Q(x, y) = floor(x/y).at n=20A380121