28337976domain: 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=6A071799a(n) = binomial(2n, n) - binomial(n, floor(n/2))^2.at n=14A071801