Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A104525
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A104525 The number of hierarchical orderings among the parts of the integer partitions of the integer n. +0
2
1, 4, 12, 40, 123, 395, 1227, 3851, 11944, 37032, 114144, 351040, 1075316, 3285398, 10007731, 30409157, 92169561, 278738219, 841132013, 2533138770, 7614144053, 22845435104, 68427663680, 204623945617, 610951554377, 1821438443615 (list; graph; listen)
OFFSET

1,2

LINKS

N. J. A. Sloane and Thomas Wieder, The Number of Hierarchical Orderings, Order 21 (2004), 83-89.

Thomas Wieder, Comments on A104525

Thomas Wieder, Home Page.

Thomas Wieder, (Old) Home Page.

FORMULA

A104525 is the Euler transform of A055887 = number of ordered partitions of partitions.

EXAMPLE

Let * denote an element, let : be separator among different levels within a hierarchy, let | be a separator between different hierarchies. Furthermore, the braces {} indicate a frame. For n=3 one has a(3) = 12 because

{*:**}, {*:*}:{*}, {*}:{**}, {*:*:*}, {*}:{*}:{*}, {**}|{*}, {*}|{*:*}, {*}|{*}|{*}, {**}:{*}, {*}:{*:*}, {*}:{*}|{*}, {***}.

MAPLE

We can use combstruct to actually construct the structures A104525(n). %1 := Sequence(Set(Set(Z))).

with(combinat): with (numtheory): b:= proc(n) local k; option remember; `if`(n=0, 1, add (numbpart(k) * b(n-k), k=1..n)) end: a:= proc(n) option remember; `if` (n=0, 1, add (add (d*b(d), d=divisors(j)) *a(n-j), j=1..n)/n) end: seq (a(n), n=1..30); [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Feb 02 2009]

CROSSREFS

Cf. A109186, A055887, A034691, A104460, A034899, A104500.

Sequence in context: A009532 A056274 A058353 this_sequence A126986 A090576 A152174

Adjacent sequences: A104522 A104523 A104524 this_sequence A104526 A104527 A104528

KEYWORD

nonn

AUTHOR

Thomas Wieder (wieder.thomas(AT)t-online.de), Mar 12 2005. Definition revised Mar 28 2009

EXTENSIONS

More terms from Alois P. Heinz (heinz(AT)hs-heilbronn.de), Feb 02 2009

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 2 11:54 EST 2009. Contains 167921 sequences.


AT&T Labs Research