OFFSET
1,1
FORMULA
G.f.=G=G(t,z)=1/[1-t(h-1-z)/(h-1)]-1, where h=1+zh^3=2sin(arcsin(sqrt(27z/4))/3)/sqrt(3z).
EXAMPLE
T(1,1)=3 because we have the trees /, | and \.
T(2,1)=3 because we have the trees /|, /\ and |\.
Triangle starts:
3;
3,9;
10,18,27;
42,69,81;
198,312,351,324,243;
MAPLE
h:=2/sqrt(3*z)*sin(arcsin(sqrt(27*z/4))/3): G:=rationalize(1/(1-t*(h-1-z)/(h-1)))-1: Gser:=simplify(series(G, z=0, 18)): for n from 1 to 10 do P[n]:=sort(expand(coeff(Gser, z^n))) od: for n from 1 to 10 do seq(coeff(P[n], t, j), j=1..n) od; # yields sequence in triangular form
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Emeric Deutsch, Jul 30 2006
EXTENSIONS
Keyword tabl changed to tabf by Michel Marcus, Apr 09 2013
STATUS
approved