103738805domain: NAppears in sequencesa(0) = 0, a(1) = 1; a(n) = n * (n+1) * a(n-1) + a(n-2).at n=7A346960