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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084944 Hendecagorials: n-th polygorial for k=11. 14
1, 1, 11, 330, 19140, 1818300, 256380300, 50250538800, 13065140088000, 4350691649304000, 1805537034461160000, 913601739437346960000, 553642654099032257760000, 395854497680808064298400000 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

A084944(n) = Polygorial(n, 11) = A000142(n)/A000079(n)*A084949(n) = n!/2^n*product(9*i+2, i=0..n-1) = n!/2^n*9^n*pochhammer(2/9, n) = n!/2^n*9^n*GAMMA(n+2/9)/GAMMA(2/9)

MAPLE

a := n->n!/2^n*product(9*i+2, i=0..n-1); [seq(a(j), j=0..30)];

CROSSREFS

Cf. A006472, A001044, A000680, A084939, A084940, A084941, A084942, A084943, A085356.

Sequence in context: A200749 A197448 A160293 * A107441 A086923 A106717

Adjacent sequences:  A084941 A084942 A084943 * A084945 A084946 A084947

KEYWORD

easy,nonn

AUTHOR

Daniel Dockery (peritus(AT)gmail.com) Jun 13 2003

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 15 11:03 EST 2012. Contains 205763 sequences.