I am trying to show a pattern whereby the first term is 140 the next term is $140\times139$ and the next $140\times139\times138\dots$ I can do this as follows:
$\frac{140!}{(140-n)!}$ but that doesnt hold for negative numbers i.e. $140\times139\dots\times-1\times\dots$
How can I do this?
$$f(n):=\begin{cases}\tfrac{140!}{(140-n)!}&\text{if }1\le n\le 140,\\ 0&\text{if }n>140.\end{cases} $$