2591057domain: NAppears in sequencesa(n) is the sum of the first n factorials in decreasing powers from n to 1. a(n) = Sum_{k = 1..n} k!^(n-k+1).at n=6A121945