OFFSET
1,4
COMMENTS
LINKS
Gi-Sang Cheon and Louis W. Shapiro, Protected points in ordered trees, Appl. Math. Letters, 21, 2008, 516-520.
FORMULA
G.f.: g, where g=g(t,z) satisfies tz^2*g^2-(1-tz-2z^2)g+z(1+z)=0.
EXAMPLE
Triangle starts:
1;
1,1;
2,1,1;
2,5,1,1;
4,6,9,1,1;
4,19,12,14,1,1;
MAPLE
g:=((1-t*z-2*z^2-sqrt((1-t*z)^2-4*z^2*(1-z^2+t*z^2)))*1/2)/(t*z^2): gser:= simplify(series(g, z=0, 16)): for n to 12 do P[n]:=sort(coeff(gser, z, n)) end do: for n to 12 do seq(coeff(P[n], t, j), j=0..n-1) end do; # yields sequence in triangular form
CROSSREFS
KEYWORD
nonn,tabl
AUTHOR
Emeric Deutsch, Aug 20 2008
STATUS
approved