1990850400domain: NAppears in sequencesa(n) = 2*n*a(n-1) if the parity of the ratio a(n-1)/a(n-2) is odd, otherwise (for even parity) a(n) = (2n-1)*a(n-1).at n=10A177373a(0) = a(1) = 1, a(n) = n! / a(n-2).at n=19A214916