login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A108666 Number of (1,1)-steps in all Delannoy paths of length n (a Delannoy path of length n is a path from (0,0) to (n,n), consisting of steps E=(1,0), N=(0,1) and D=(1,1)). 2
0, 1, 8, 57, 384, 2505, 16008, 100849, 628736, 3888657, 23900040, 146146473, 889928064, 5399971161, 32668236552, 197123362785, 1186790473728, 7131032334369, 42773183020296, 256161548120857, 1531966218561920 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

a(n)=sum(k*A104684(k),k=0..n)

REFERENCES

R. A. Sulanke, Objects counted by the central Delannoy numbers, J. of Integer Sequences, 6, 2003, Article 03.1.5.

FORMULA

a(n)=sum(k*binomial(n, k)*binomial(2n-k, n), k=1..n). G.f.=z(1-z)/(1-6z+z^2)^(3/2).

EXAMPLE

a(2)=8 because in the 13 (=A001850(2)) Delannoy paths of length 2, namely, DD, DNE,DEN,NED,END,NDE,EDN,NENE,NEEN,ENNE,ENEN,NNEE and EENN, we have a total of eight D steps.

MAPLE

a:=n->sum(k*binomial(n, k)*binomial(2*n-k, n), k=1..n): seq(a(n), n=0..24);

CROSSREFS

Cf. A001850, A104684.

Sequence in context: A143570 A096711 A079926 * A164031 A023000 A097114

Adjacent sequences:  A108663 A108664 A108665 * A108667 A108668 A108669

KEYWORD

nonn

AUTHOR

Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 07 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 05:45 EST 2012. Contains 205694 sequences.