The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors 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; text; internal format)
OFFSET
0,2
COMMENTS
Generalized Whitney triangle. Row sums are A045883(n+1). Diagonal sums are A122439.
LINKS
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: A101559 A220537 A229717 * A350122 A156708 A131250
KEYWORD
easy,nonn,tabl
AUTHOR
Paul Barry, Sep 05 2006
EXTENSIONS
More terms from Robert G. Wilson v, Sep 14 2006
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 10 00:22 EDT 2024. Contains 373251 sequences. (Running on oeis4.)