factn1
Factn1 is a term sometimes used in mathematical texts and programming problems to denote a factorial-related function. In common usage, factn1(n) is defined as the factorial of n minus one, that is factn1(n) = (n−1)!, for integers n ≥ 1. This compact notation is introduced mainly for teaching or example purposes and is not part of a universally standardized notation.
The function is undefined for arguments outside its typical domain, though many authors extend the convention
Examples help illustrate its use: factn1(5) = 4! = 24, factn1(2) = 1, and factn1(1) = 1 under the usual