A001059 Number of doubly labeled heap-ordered trees.
1, 1, 5, 59, 1263, 42713, 2094399, 140434335, 12340275539, 1375857855221, 189751578038547, 31714568837559539, 6316261763436325285, 1477890415844440910325, 401400487846091289175217, 125247016772173387008904623, 44493481073675052201518261955
Offset: 0
Keywords
Links
- T. D. Noe, Table of n, a(n) for n = 0..100
- R. L. Grossman and R. G. Larson, Hopf Algebras of Heap Ordered Trees and Permutations, arXiv:0706.1327 [math.RA], 2007.
- Index entries for sequences related to trees
Crossrefs
Cf. A001147.
Programs
-
Mathematica
t = {1}; Do[AppendTo[t, Sum[Binomial[n, k]^2 t[[k+1]] t[[n-k]], {k, 0, n-1}]], {n, 20}] (* T. D. Noe, Jun 25 2012 *)
Formula
Doubly exponential generating function f(z) = Sum_{n>=0} a(n+1) z^n/n!^2 satisfies zf"+f'=1/(1-f). [Clarified by Andrey Zabolotskiy, Sep 16 2022]
a(n) = Sum_{k=0..n-1} binomial(n, k)^2*a(k)*a(n-k-1). - Vladeta Jovovic, Oct 22 2005
Extensions
Name edited by Andrey Zabolotskiy, Sep 16 2022
Comments