OFFSET
0,5
LINKS
Emeric Deutsch, Problem 10658: Another Type of Lattice Path, American Math. Monthly, 107, 2000, 368-370.
FORMULA
G.f. = (1-z)(1-tz)(1-t^2*z)/[1-2tz-2t^2*z+z+3t^3*z^2-t^3*z^3-z(1-z)(1-t^2*z)(1-tz)A(1+A)], where A=1+zA^2+zA^3=(2/3)*sqrt((z+3)/z)*sin((1/3)*arcsin(sqrt(z)*(z+18)/(z+3)^(3/2)))-1/3 (the g.f. of A027307).
EXAMPLE
T(2,3)=2 because we have udUdd and Uddud.
Triangle begins:
1;
0,1,1;
4,0,2,2,2;
32,8,8,4,5,5,4;
252,64,84,24,28,12,14,12,8;
MAPLE
A:=(2/3)*sqrt((z+3)/z)*sin((1/3)*arcsin(sqrt(z)*(z+18)/(z+3)^(3/2)))-1/3: G:=-(-1+z)*(-1+t*z)*(-1+t^2*z)/(z*(-1+z)*(-1+t^2*z)*(-1+t*z)*A*(1+A)+1-2*t*z-2*t^2*z+z+3*t^3*z^2-t^3*z^3): Gser:=simplify(series(G, z=0, 10)): P[0]:=1: for n from 1 to 7 do P[n]:=coeff(Gser, z^n) od: for n from 0 to 7 do seq(coeff(t*P[n], t^k), k=1..2*n+1) od; # yields sequence in triangular form
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Emeric Deutsch, Jun 20 2005
STATUS
approved