Mathematica > Mathematics and Algorithms > Discrete Mathematics > Combinatorial Functions >
Mathematica > Mathematics and Algorithms > Mathematical Functions > Integer Functions > Combinatorial Functions >

FactorialPower

FactorialPower[x, n]
gives the factorial power x^((n)).
FactorialPower[x, n, h]
gives the step-h factorial power x^((n, h)).
  • Mathematical function, suitable for both symbolic and numeric manipulation.
  • For integer n, x^((n)) is given by x (x-1) ... (x-(n-1)), and x^((n,h)) is given by x (x-h) ...(x-(n-1) h).
  • x^((n)) is given for any n by .
  • FactorialPower[x, n] evaluates automatically only when x and n are numbers.
New in 7
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team