If I want to be able to express a factorial -- let's say "$20$!" -- but with upper and lower limits such that the factorial is evaluated from Upper Limit, $n_1=20$, through a Lower Limit, $n_2=10$, for example, is there a convenient mathematical function that performs that?
Obviously, a simple subtraction operator won't do much since twenty-factorial from $n_1=20$ to $n_2=10$ does not equal either of the two possible subtraction quantities you could use:
*** $20!$ [Conditions: Evaluated from $n_1=20$ through $n_2=10$]
$= (20 \times 19\times 18 \times \cdots \times 10)$ does not equal $(20-10)!$ or $(20!)-(10!)$
I'm very interested in the use of such a function. Obviously, a used lower valued numbers for simplicity but, in practice, I'm not always afforded such nice numbers and I need an easy way to express a restricted factorial.
A non standard notation is $nPr$ where $nPr$= $n!/r!$, which is what you want.