Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A125102
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A125102 Triangle read by rows: T(n,k)=(k+1)binomial(n,k) + [3-(-1)^k]binomial(n,k+1)/2 (0<=k<=n). +0
1
1, 2, 2, 3, 6, 3, 4, 12, 10, 4, 5, 20, 22, 18, 5, 6, 30, 40, 50, 26, 6, 7, 42, 65, 110, 81, 38, 7, 8, 56, 98, 210, 196, 140, 50, 8, 9, 72, 140, 364, 406, 392, 204, 66, 9, 10, 90, 192, 588, 756, 924, 624, 306, 82, 10, 11, 110, 255, 900, 1302, 1932, 1590, 1050, 415, 102, 11, 12 (list; table; graph; listen)
OFFSET

0,2

COMMENT

Binomial transform of the bidiagonal matrix with (1,2,3...) in the main diagonal and (1,2,1,2,1,2...) in the subdiagonal. Sum of terms in row n = (n+5)*2^(n-1)-2 for n>=1.

EXAMPLE

First few rows of the triangle are:

1;

2, 2;

3, 6, 3;

4, 12, 10, 4;

5, 20, 22, 18, 5;

6, 30, 40, 50, 26, 6;

7, 42, 65, 110, 81, 38, 7;

...

MAPLE

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

CROSSREFS

Sequence in context: A064426 A051173 A128228 this_sequence A003506 A047662 A075196

Adjacent sequences: A125099 A125100 A125101 this_sequence A125103 A125104 A125105

KEYWORD

nonn,tabl

AUTHOR

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

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), 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 December 13 23:45 EST 2009. Contains 170824 sequences.


AT&T Labs Research