login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A319123 Number of series-reduced plane trees with n leaves such that each branch directly under any given node has a different number of leaves. 3
1, 1, 3, 7, 21, 75, 277, 1083, 4419, 18493, 77729, 332557, 1444477, 6307225, 27912147, 123878207, 554733045, 2492087531, 11280537097, 51120499279, 233319480419, 1065835004917, 4895443823281, 22505853359485, 103958158302085, 480365303903637, 2229412587062123 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
The a(4) = 7 plane trees:
(oooo)
(o(ooo))
((ooo)o)
(o(o(oo)))
(o((oo)o))
((o(oo))o)
(((oo)o)o)
MATHEMATICA
b[n_]:=b[n]=1+Sum[Times@@b/@f, {f, Join@@Permutations/@Select[IntegerPartitions[n], And[Length[#]>1, UnsameQ@@#]&]}];
Array[b, 30]
CROSSREFS
Sequence in context: A169587 A075211 A075212 * A173794 A049365 A288849
KEYWORD
nonn
AUTHOR
Gus Wiseman, Sep 11 2018
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 23 11:07 EDT 2024. Contains 374549 sequences. (Running on oeis4.)