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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122438 Riordan array (1/(1-2x), x(1+2x)). 2
1, 2, 1, 4, 4, 1, 8, 8, 6, 1, 16, 16, 16, 8, 1, 32, 32, 32, 28, 10, 1, 64, 64, 64, 64, 44, 12, 1, 128, 128, 128, 128, 120, 64, 14, 1, 256, 256, 256, 256, 256, 208, 88, 16, 1, 512, 512, 512, 512, 512, 496, 336, 116, 18, 1, 1024, 1024, 1024, 1024, 1024, 1024, 912, 512, 148 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Generalized Whitney triangle. Row sums are A045883(n+1). Diagonal sums are A122439.

FORMULA

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

EXAMPLE

Number triangle begins

1,

2, 1,

4, 4, 1,

8, 8, 6, 1,

16, 16, 16, 8, 1,

32, 32, 32, 28, 10, 1,

64, 64, 64, 64, 44, 12, 1

MATHEMATICA

T[n_, k_] := Sum[ Binomial[k, n - k - j]*2^(n - k), {j, 0, n - k}]; Table[ T[n, k], {n, 0, 10}, {k, 0, n}] // Flatten - Robert G. Wilson v Sep 14 2006

CROSSREFS

Cf. A004070.

Sequence in context: A118976 A138177 A101559 * A156708 A131250 A140693

Adjacent sequences:  A122435 A122436 A122437 * A122439 A122440 A122441

KEYWORD

easy,nonn,tabl

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Sep 05 2006

EXTENSIONS

More terms from Robert G. Wilson v Sep 14 2006

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 16 17:11 EST 2012. Contains 205938 sequences.