Article 5843C Superfactorial

Superfactorial

by
John
from John D. Cook on (#5843C)

The factorial of a positive integer n is the product of the numbers from 1 up to and including n:

n! = 1 * 2 * 3 * ... * n.

The superfactorial of n is the product of the factorials of the numbers from 1 up to and including n:

S(n) = 1! * 2! * 3! * ... * n!.

For example,

S(5) = 1! 2! 3! 4! 5! = 1 * 2 * 6 * 24 * 120 = 34560.

Here are three examples of where superfactorial pops up.

Vandermonde determinant

If V is the n by n matrix whose ij entry is ij-1 then its determinant is S(n-1). For instance,

vandet.svg

V is an example of a Vandermonde matrix.

Permutation tensor

One way to define the permutation symbol uses superfactorial:

permutation_symbol2.svg

Barnes G-function

The Barnes G-function extends superfactorial to the complex plane analogously to how the gamma function extends factorial. For positive integers n,

BarnesG.svg

Here's plot of G(x)

barnes_g_plot.png

produced by

 Plot[BarnesG[x], {x, -2, 4}]

in Mathematica.

More posts related to factorial

The post Superfactorial first appeared on John D. Cook.

hGwwec3ik60
External Content
Source RSS or Atom Feed
Feed Location http://feeds.feedburner.com/TheEndeavour?format=xml
Feed Title John D. Cook
Feed Link https://www.johndcook.com/blog
Reply 0 comments