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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134366 (n!)^(n-1). 9
1, 1, 2, 36, 13824, 207360000, 193491763200000, 16390160963076096000000, 173238200573946282828103680000000, 300679807141675805997423113304381849600000000 (list; graph; refs; listen; history; internal format)
OFFSET

2,3

MAPLE

a:=n->mul(n!/k, k=1..n): seq(a(n), n=0..9); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jan 22 2008

restart:with (combinat):a:=n->mul(stirling1(n, 1), j=3..n): seq(a(n), n=1..10); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jan 01 2009]

MATHEMATICA

Table[(n!)^(n - 1), {n, 0, 10}]

CROSSREFS

Cf. A000142, A001044, A000442, A134366. A134367, A134368, A134369, A134370, A134371, A134374, A134375.

Sequence in context: A047832 A004003 A060739 * A127234 A181555 A051459

Adjacent sequences:  A134363 A134364 A134365 * A134367 A134368 A134369

KEYWORD

nonn

AUTHOR

Artur Jasinski (grafix(AT)csl.pl), Oct 22 2007

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 19:06 EST 2012. Contains 205945 sequences.