factorial
Assuming "factorial" is a math function | Use as or instead

Input

n!

Generating function

sum_(n=0)^∞ (n! t^n)/(n!) = 1/(1 - t)

Alternate form

Γ(n + 1)

Roots

(no roots exist)