n!! denotes the double factorial of n and is defined recursively by


  n!!=
  \begin{cases}
    1,&\text{if }n=0\text{ or }n=1;
   \\
    n\times(n-2)!! &\text{if }n\ge2.\qquad\qquad
  \end{cases}

For example, 8!! = 2 · 4 · 6 · 8 = 384 and 9!! = 1 · 3 · 5 · 7 · 9 = 945. The sequence of double factorials for n = 0, 1, 2, ... starts as

1, 1, 2, 3, 8, 15, 48, 105, 384, 945, 3840, ...

The above definition can be rewritten to define double factorials of negative odd numbers:

(n-2)!!=\frac{n!!}{n}.

The sequence of double factorials for n = −1, −3, −5, −7, ... starts as

1, -1, \frac{1}{3}, -\frac{1}{15}, \dots

while the double factorial of negative even integers is undefined.

Some identities involving double factorials are:


  n!!=
  \begin{cases}
    2^{n/2} \cdot \frac{n}{2}!& \text{if }n\mbox{ is even,}\qquad\qquad \\
    \dbinom{\frac{n}{2} }{ \frac{n-1}{2}} \cdot 2^{(n-1)/2} \cdot \frac{n-1}{2}! & \text{if }n\text{ is odd}
  \end{cases}

n!=n!!(n-1)!! \,

(2n)!!=2^nn! \,

(2n+1)!!={(2n+1)!\over(2n)!!}={(2n+1)!\over2^nn!}

(2n-1)!!={(2n-1)!\over(2n-2)!!}={(2n)!\over2^nn!}

\Gamma\left(n+{1\over2}\right)=\sqrt{\pi}\,\,{(2n-1)!!\over2^n}

\Gamma\left({n\over2}+1\right)=\sqrt{\pi}\,\,{n!!\over2^{(n+1)/2}}

where Γ is the Gamma function. The last equation above can be used to define the double factorial as a function of any complex number n ≠ 0, just as the Gamma function generalizes the factorial function. One should be careful not to interpret n!! as the factorial of n!, which would be written (n!)! and is a much larger number (for n > 2).

 

MULTIFACTORIALS

A common related notation is to use multiple exclamation points to denote a multifactorial, the product of integers in steps of two (n!!), three (n!!!), or more. The double factorial is the most commonly used variant, but one can similarly define the triple factorial (n!!!) and so on. In general, the kth factorial, denoted by n!(k), is defined recursively as


  n!^{(k)}=
  \left\{
   \begin{matrix}
    1,\qquad\qquad\ &&\mbox{if }0\le n<k;
   \\
    n(n-k)!^{(k)},&&\mbox{if }n\ge k.\quad\ \ \,
   \end{matrix}
  \right.

Some mathematicians have suggested an alternative notation of n!2 for the double factorial and similarly n!k for other multifactorials, but this has not come into general use.

In the same way that ( − n)! is not defined for integers, and ( − n)!! is not defined for even integers, ( − n)!(k) is not defined for n\equiv 0(\mbox{mod k}).

Also, (kn)!(k) = knn!

 

RELATED FUNCTIONS

Dwyer Function

Definition

D(x,1) =

for x, y integer and positive.

History

This function was first introduced in 2005 as an upper bound on the number of Euler circuits in a complete graph by researchers at Richmond, The American International University in London. It has since been studied in comparison with other-rapidly increasing functions in the context of algorithm analysis applications. More recently, it has been shown to comprise part of an asymptotic limit function for the number of Euler circuits in complete graphs.

Applications

1. In graph theory, the number of Hamilton circuits, H(n), in the complete graph K{n} is given by D(0, n − 1).

2. In graph theory, for n odd, the number of Euler circuits, E(n), in the complete graph K{n} is estimated by

[((n2 − 3n+1)n − 1)D((n − 3)/2, n − 2)]/ (n − 2)3

г(x) & D(x,1) Values

x г(x)  D(x,1)
2 2.0E+00 1.5E+01
3 6.0E+00 1.05E+02
4 2.4E+01 9.45E+02
5 1.2E+02 1.04E+04
6 7.2E+02 1.35E+05
7 5.0E+03 2.03E+06
8 4.0E+04 3.45E+07
9 3.6E+05 6.55E+08
10 3.6E+06 1.37E+10
11 4.0E+07 3.16E+11
12 4.8E+08 7.91E+12
13 6.2E+09 2.13E+14
14 8.7E+10 6.19E+15
15 1.3E+12 1.92E+17
16 2.1E+13 6.33E+18
17 3.6E+14 2.22E+20
18 6.4E+15 8.20E+21
19 1.2E+17 3.20E+23
20 2.4E+18 1.31E+25
21 5.1E+19 5.64E+26
22 1.1E+21 2.54E+28
23 2.6E+22 1.19E+30
24 6.2E+23 5.84E+31
25 1.6E+25 2.98E+33
26 4.0E+26 1.58E+35
27 1.1E+28 8.69E+36
28 3.0E+29 4.95E+38
29 8.8E+30 2.92E+40
30 2.7E+32 1.78E+42
31 8.2E+33 1.12E+44
32 2.6E+35 7.30E+45
33 8.7E+36 4.89E+47
34 3.0E+38 3.37E+49
35 1.0E+40 2.40E+51
36 3.7E+41 1.75E+53
37 1.4E+43 1.31E+55
38 5.2E+44 1.01E+57
39 2.0E+46 7.98E+58
40 8.2E+47 6.46E+60
41 3.3E+49 5.36E+62
42 1.4E+51 4.56E+64
43 6.0E+52 3.97E+66
44 2.7E+54 3.53E+68
45 1.2E+56 3.21E+70
46 5.5E+57 2.99E+72
47 2.6E+59 2.84E+74
48 1.2E+61 2.75E+76
49 6.1E+62 2.73E+78
50 3.0E+64 2.75E+80

 

MULTIFACTORIALS REFERENCES

http://mathworld.wolfram.com/DoubleFactorial.html

http://www.algana.co.uk/Research/Counting.pdf

http://www.answers.com/topic/factorial

 

RELATED FUNCTIONS

 

© MULTIFACTORIALS.COM 2009