OFFSET
0,2
COMMENTS
Apparently partial sums of A071722. - R. J. Mathar, Aug 25 2013
FORMULA
G.f.: (x*C+2*x^2*C^4)/(1-x) where C is the g.f. for the Catalan numbers A000108.
Conjecture: 2*(n+3)*a(n) +2*(-7*n-11)*a(n-1) +(29*n+7)*a(n-2) +(-21*n+19)*a(n-3) +2*(2*n-5)*a(n-4)=0. - R. J. Mathar, Aug 25 2013
EXAMPLE
The 5 ordered trees with 3 edges have 3,3,2,3,3 boundary edges with UDUDUD having but 2.
PROG
(PARI)
x = 'x + O('x^66);
C = serreverse( x/( 1/(1-x) ) ) / x; \\ Catalan A000108
gf = (x*C+2*x^2*C^4)/(1-x);
Vec(gf) \\ Joerg Arndt, Aug 21 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Louis Shapiro, Aug 20 2013
STATUS
approved