246508domain: NAppears in sequencesa(n) = (2*n-1)*a(n-1) + (n-1)*a(n-2) with a(0) = a(1) = 1.at n=7A247249