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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107027 Number triangle associated to the Riordan arrays (1/(1+x),x/(1+x)^k),k>=0. 4
1, 1, 2, 1, 2, 2, 1, 2, 4, 2, 1, 2, 6, 8, 2, 1, 2, 8, 20, 16, 2, 1, 2, 10, 38, 70, 32, 2, 1, 2, 12, 62, 196, 252, 64, 2, 1, 2, 14, 92, 426, 1062, 924, 128, 2, 1, 2, 16, 128, 792, 3112, 5948, 3432, 256, 2, 1, 2, 18, 170, 1326, 7302, 23686, 34120, 12870, 512, 2, 1, 2, 20, 218 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

As a number square read by anti-diagonals, the rows represent the row sums of the inverses of the Riordan arrays (1/(1+x),x/(1+x)^k), k>=0. The rows are then given by T(n,k)=(n-1)C(n*k,k)-(n-2)*sum{j=0..k, C(n*k,j)}. T(n,n) is A040000, T(n+1,n) is A000079, T(n+2,n) is A000984, T(n+3,n) is A047098. The reverse of this triangle is A107030. Row sums are A107028. Diagonal sums are A107029.

FORMULA

Number triangle T(n, k)=if(k<=n, (n-k-1)C((n-k)*k, k)-(n-k-2)*sum{j=0..k, C((n-k)*k, j)}, 0).

EXAMPLE

Triangle begins

1;

1,2;

1,2,2;

1,2,4,2;

1,2,6,8,2;

1,2,8,20,16,2;

CROSSREFS

Sequence in context: A078498 A178522 A131240 * A107030 A050362 A095686

Adjacent sequences:  A107024 A107025 A107026 * A107028 A107029 A107030

KEYWORD

easy,nonn,tabl

AUTHOR

Paul Barry (pbarry(AT)wit.ie), May 09 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 17 23:58 EST 2012. Contains 206085 sequences.