435443490domain: NAppears in sequencesNumber of lattice paths in the lattice [0..2n] X [0..2n] which do not pass through the point (n,n).at n=7A071799a(n) = binomial(2n, n) - binomial(n, floor(n/2))^2.at n=16A071801