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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058694 Partial products p(0)*p(1)*...*p(n) of partition numbers A000041. 6
1, 1, 2, 6, 30, 210, 2310, 34650, 762300, 22869000, 960498000, 53787888000, 4141667376000, 418308404976000, 56471634671760000, 9939007702229760000, 2295910779215074560000, 681885501426877144320000, 262525918049347700563200000 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

a(n) gives the number of partitions P(V(n)) of V(n)=[1,2,3,...,n]. A partition P(V(n)) acts on the components of V(n), i.e. the components of V(n) are partitioned. Therefore a(n) results as the product of the number of partitions P(i) of the component v(i)=i with i=1,...,n. For example, a(3) = 6 because we have 6 list partitions for the list V(n=3)=[1,2,3]: [[1], [1, 1], [2, 1]], [[1], [1, 1], [1, 1, 1]], [[1], [1, 1], [3]], [[1], [2], [2, 1]], [[1], [2], [1, 1, 1]], [[1], [2], [3]]. - Thomas Wieder (thomas.wieder(AT)t-online.de), Sep 29 2007

Contribution from Gary W. Adamson (qntmpkt(AT)yahoo.com), Mar 27 2010: (Start)

Equals the eigensequence of triangle A174712; i.e. Triangle A174712 * A058694

preceded by a 1 shifts left. (End)

MATHEMATICA

Table[Product[PartitionsP[k], {k, 1, n}], {n, 1, 33}] [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Dec 13 2008]

CROSSREFS

Cf. A000041, A000070.

A174712 [From Gary W. Adamson (qntmpkt(AT)yahoo.com), Mar 27 2010]

Sequence in context: A002110 A118491 A088257 * A046853 A136351 A071290

Adjacent sequences:  A058691 A058692 A058693 * A058695 A058696 A058697

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Dec 30 2000

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 14 07:16 EST 2012. Contains 205589 sequences.