4944968408domain: NAppears in sequencesa(n) = n! if n <= 3, otherwise a(n) = 2*(a(n-1) + a(n-3)) + a(n-2).at n=24A224232