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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A128417 Number triangle T(n,k)=2^(n-k)*C(2n,n-k). 4
1, 4, 1, 24, 8, 1, 160, 60, 12, 1, 1120, 448, 112, 16, 1, 8064, 3360, 960, 180, 20, 1, 59136, 25344, 7920, 1760, 264, 24, 1, 439296, 192192, 64064, 16016, 2912, 364, 28, 1, 3294720, 1464320 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Inverse of A128414. Row sums are A128418. Diagonal sums are A128419.

FORMULA

Riordan array (1/sqrt(1-8x),(1-4x-sqrt(1-8x)/(8x)); T(n,k)=2^(n-k)*A094527(n,k).

EXAMPLE

1,

4, 1,

24, 8, 1,

160, 60, 12, 1,

1120, 448, 112, 16, 1,

8064, 3360, 960, 180, 20, 1,

59136, 25344, 7920, 1760, 264, 24, 1,

439296, 192192, 64064, 16016, 2912, 364, 28, 1

MATHEMATICA

Flatten[Table[2^(n-k) Binomial[2n, n-k], {n, 0, 10}, {k, 0, n}]] (* From Harvey P. Dale, Nov 02 2011 *)

CROSSREFS

Cf. A128413.

Sequence in context: A057869 A166027 A158978 * A183875 A136232 A079621

Adjacent sequences:  A128414 A128415 A128416 * A128418 A128419 A128420

KEYWORD

easy,nonn,tabl

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Mar 02 2007

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 16:56 EST 2012. Contains 205825 sequences.