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