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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058808 Product{k=1 to n}[S(n,k)], where S(n,k) is a Stirling number of the second kind. (S(n,k) = number of ways of partitioning a set of n elements into k non-empty subsets.) 1
1, 1, 3, 42, 3750, 2720250, 19512927000, 1631977354072800, 1833446251541145780000, 31323109023670061678062500000, 9087660958278168844264470405352500000 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

EXAMPLE

a(4) = S(4,1) *S(4,2) *S(4,3) *S(4,4) = 1 *7 *6 *1 = 42.

MAPLE

a:=n->mul(stirling2(n, k), k=1..n): seq(a(n), n=1..12); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 28 2007

CROSSREFS

Sequence in context: A083402 A145984 A157552 * A155210 A157572 A137192

Adjacent sequences:  A058805 A058806 A058807 * A058809 A058810 A058811

KEYWORD

easy,nonn

AUTHOR

Leroy Quet Jan 02 2001

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 23:53 EST 2012. Contains 205860 sequences.