This is to work out the time complexity of a computer science problem (write an algorithm to calculate the permutations of an array of n distinct integers).
Various answers on leetcode say the sum tends towards n*n! , but none of the proofs seem very well explained, so reaching out to the maths overlords.
@JMoravitz answered the question in the comments section: