|
Search: id:A029768
|
|
|
| A029768 |
|
Number of increasing mobiles with n elements. |
|
+0 7
|
|
| 0, 1, 1, 2, 7, 36, 245, 2076, 21059, 248836, 3356609, 50896380, 856958911, 15864014388, 320245960333, 7001257954796, 164792092647355, 4154906594518116, 111719929072986521, 3191216673497748444
(list; graph; listen)
|
|
|
OFFSET
|
0,4
|
|
|
COMMENT
|
In an increasing rooted tree, nodes are numbered and numbers increase as you move away from root.
|
|
REFERENCES
|
F. Bergeron, G. Labelle and P. Leroux, Combinatorial Species and Tree-Like Structures, Camb. 1998, p. 392.
|
|
LINKS
|
Index entries for sequences related to mobiles
C. G. Bower, Transforms
C. G. Bower, Transforms (2)
|
|
FORMULA
|
Bergeron et al. give several formulae. Shifts left under "CIJ" (necklace, indistinct, labeled) transform.
|
|
MATHEMATICA
|
Multinomial1[list_] := Apply[Plus, list]!/Apply[Times, (#1! & ) /@ list]; a[1]=1; a[n_]/; n>=2 := a[n] = Sum[Map[Multinomial1[ # ]Product[Map[a, # ]]/Length[ # ]&, Compositions[n-1]]]; Table[a[n], {n, 8}] - David Callan (callan(AT)stat.wisc.edu), Nov 29 2007
|
|
CROSSREFS
|
Cf. A032220, A038037, A055356.
Sequence in context: A088715 A088313 A095793 this_sequence A007889 A125033 A034430
Adjacent sequences: A029765 A029766 A029767 this_sequence A029769 A029770 A029771
|
|
KEYWORD
|
nonn,easy,eigen,nice
|
|
AUTHOR
|
njas
|
|
EXTENSIONS
|
More terms from Christian G. Bower (bowerc(AT)usa.net)
|
|
|
Search completed in 0.002 seconds
|