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!)
A007856 Subtrees in rooted plane trees on n nodes. 2
1, 3, 12, 52, 236, 1109, 5366, 26639, 135300, 701269, 3700400, 19834973, 107784622, 592705377, 3292970302, 18458954896, 104276682820, 593056996445, 3392898090908, 19512100041995, 112729617387020, 653965783541960, 3807766434556940 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
G.-S. Cheon, H. Kim, L. W. Shapiro, Mutation effects in ordered trees, arXiv preprint arXiv:1410.1249 [math.CO], 2014.
M. Klazar, Twelve countings with rooted plane trees, European Journal of Combinatorics 18 (1997), 195-210; Addendum, 18 (1997), 739-740.
FORMULA
G.f.: (1/8) * (1 + 1/sqrt(1-4*x)) * (1 + sqrt(1-4*x) - sqrt(2) * sqrt(1 - 10*x + sqrt(1-4*x))), see Klazar's paper. - Sean A. Irvine, Feb 06 2018
a(n) = ((n - 1)/2)*CatalanNumber(n-1)*(1 - hypergeom([-1/2, -n], [n - 1], -4)). - Peter Luschny, Aug 04 2019
MATHEMATICA
Rest[CoefficientList[Series[(1/8) (1 + 1/Sqrt[1 - 4 x]) (1 + Sqrt[1 - 4 x] - Sqrt[2] Sqrt[1 - 10 x + Sqrt[1 - 4 x]]), {x, 0, 33}], x]] (* Vincenzo Librandi, Feb 07 2018 *)
A007856[n_] := ((n-1)/2) CatalanNumber[n-1](1 - Hypergeometric2F1[-1/2, - n, n-1, -4]); Table[A007856[n], {n, 1, 23}] (* Peter Luschny, Aug 04 2019 *)
CROSSREFS
Sequence in context: A151193 A151194 A268208 * A151195 A151196 A363090
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Feb 06 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 April 16 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)