OFFSET
0,2
COMMENTS
LINKS
Robert A. Sulanke, Objects Counted by the Central Delannoy Numbers, Journal of Integer Sequences, Volume 6, 2003, Article 03.1.5.
FORMULA
EXAMPLE
T(2,1)=2 because we have NEEN and ENNE.
Triangle begins:
1;
3;
11, 2;
45, 16, 2;
197, 100, 22, 2;
MAPLE
R:=(1-z-sqrt(1-6*z+z^2))/2/z: G:=simplify((1-z*R*t+z*R)/(1-z-z*R*t+z^2*R*t-z*R-z^2*R)): Gser:=simplify(series(G, z=0, 14)): P[0]:=1: for n from 1 to 10 do P[n]:=coeff(Gser, z^n) od: 1; for n from 1 to 10 do seq(coeff(t*P[n], t^k), k=1..n) od; # yields sequence in triangular form
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
Emeric Deutsch, Jul 13 2005
STATUS
approved