Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A125103
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A125103 Triangle read by rows: T(n,k)=binom(n,k)+2^k*binom(n,k+1) (0<=k<=n). +0
2
1, 2, 1, 3, 4, 1, 4, 9, 7, 1, 5, 16, 22, 12, 1, 6, 25, 50, 50, 21, 1, 7, 36, 95, 140, 111, 38, 1, 8, 49, 161, 315, 371, 245, 71, 1, 9, 64, 252, 616, 966, 952, 540, 136, 1, 10, 81, 372, 1092, 2142, 2814, 2388, 1188, 265, 1, 11, 100, 525, 1800, 4242, 6972, 7890, 5880 (list; table; graph; listen)
OFFSET

0,2

COMMENT

Row sums = A094374: (1, 3, 8, 21, 56,...)

Binomial transform of the infinite bidiagonal matrix with (1,1,1,...) in the main diagonal and (1,2,4,8,...) in the subdiagonal.

EXAMPLE

First few rows of the triangle are:

1;

2, 1;

3, 4, 1;

4, 9, 7, 1;

5, 16, 22, 12, 1;

6, 25, 50, 50, 21, 1;

7, 36, 95, 140, 111, 38, 1;

...

MAPLE

T:=(n, k)->binomial(n, k)+2^k*binomial(n, k+1): for n from 0 to 11 do seq(T(n, k), k=0..n) od; # yields sequence in triangular form

CROSSREFS

Cf. A094374.

Sequence in context: A103283 A104698 A067066 this_sequence A107616 A055208 A051128

Adjacent sequences: A125100 A125101 A125102 this_sequence A125104 A125105 A125106

KEYWORD

nonn,tabl

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Nov 20 2006

EXTENSIONS

Edited by njas, Nov 29 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research