643778150400domain: NAppears in sequencesa(1) = 1, a(n) = a(n-1) if n == 1 (mod 4), otherwise a(n) = n * a(n-1) for n >= 2.at n=17A123145