login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A051582 (2*n+8)!!/8!!, related to A000165 (even double factorials). 1
1, 10, 120, 1680, 26880, 483840, 9676800, 212889600, 5109350400, 132843110400, 3719607091200, 111588212736000, 3570822807552000, 121407975456768000, 4370687116443648000, 166086110424858624000, 6643444416994344960000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Row m=8 of the array A(3; m,n) := (2*n+m)!!/m!!, m >= 0, n >= 0.

FORMULA

a(n) = (2*n+8)!!/8!!; e.g.f.: 1/(1-2*x)^5.

a(n)=n!*2^(n-5)/12, n>=4 - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Sep 23 2006

MATHEMATICA

s=1; lst={s}; Do[s+=(s*=n); AppendTo[lst, s], {n, 5, 5!}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 15 2008]

CROSSREFS

Cf. A000165, A001147(n+1), A002866(n+1), A051577-A051581 (rows m=0..7).

Sequence in context: A005949 A027568 A034255 * A122420 A069671 A138445

Adjacent sequences:  A051579 A051580 A051581 * A051583 A051584 A051585

KEYWORD

easy,nonn

AUTHOR

Wolfdieter Lang (wolfdieter.lang(AT)physik.uni-karlsruhe.de)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 04:47 EST 2012. Contains 205860 sequences.