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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113413 A Riordan array of coordination sequences. 3
1, 2, 1, 2, 4, 1, 2, 8, 6, 1, 2, 12, 18, 8, 1, 2, 16, 38, 32, 10, 1, 2, 20, 66, 88, 50, 12, 1, 2, 24, 102, 192, 170, 72, 14, 1, 2, 28, 146, 360, 450, 292, 98, 16, 1, 2, 32, 198, 608, 1002, 912, 462, 128, 18, 1, 2, 36, 258, 952, 1970, 2364, 1666, 688, 162, 20, 1, 2, 40, 326 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Columns include A040000,A008574,A005899,A008412,A008413,A008414. Row sums are A078057(n)=A001333(n+1). Diagonal sums are A001590(n+3). Reverse of A035607. Signed version is A080246. Inverse is A080245.

For another version see A122542. - Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Oct 15 2006

FORMULA

Riordan array ((1+x)/(1-x), x(1+x)/(1-x)); T(n, k)=sum{i=0..n-k, C(k+1, i)C(n-i, k)}; T(n, k)=sum{j=0..n-k, C(k+j, j)C(k+1, n-k-j)}; T(n, k)=D(n, k)+D(n-1, k) where D(n, k)=sum{j=0..n-k, C(n-k, j)C(k, j)2^j}=A008288(n, k); T(n, k)=T(n-1, k)+T(n-1, k-1)+T(n-2, k-1);

T(n, k)=sum{j=0..n, C(floor((n+j)/2), k)C(k, floor((n-j)/2))}; - Paul Barry (pbarry(AT)wit.ie), Nov 13 2005

EXAMPLE

Triangle begins

1;

2, 1;

2, 4, 1;

2, 8, 6, 1;

2, 12, 18, 8, 1;

2, 16, 38, 32, 10, 1;

2, 20, 66, 88, 50, 12, 1;

CROSSREFS

Sequence in context: A114791 A129994 A080246 * A125694 A136678 A110162

Adjacent sequences:  A113410 A113411 A113412 * A113414 A113415 A113416

KEYWORD

easy,nonn,tabl

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Oct 29 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 07:58 EST 2012. Contains 205717 sequences.