2 lines
108 B
Text
2 lines
108 B
Text
Multifactorial[n_, d_] := Product[x, {x, n, 1, -d}]
|
|
Table[Multifactorial[j, i], {i, 5}, {j, 10}]//TableForm
|