Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A125026
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A125026 Triangle read by rows: T(n,k)=k*binom(n,k) + binom(n-1,k) (1<=k<=n). +0
1
1, 3, 2, 5, 7, 3, 7, 15, 13, 4, 9, 26, 34, 21, 5, 11, 40, 70, 65, 31, 6, 13, 57, 125, 155, 111, 43, 7, 15, 77, 203, 315, 301, 175, 57, 8, 17, 100, 308, 574, 686, 532, 260, 73, 9, 19, 126, 444, 966, 1386, 1344, 876, 369, 91, 10, 21, 155, 615, 1530, 2562, 2982, 2430, 1365 (list; table; graph; listen)
OFFSET

1,2

COMMENT

Row sums = (1, 5, 15, 39, 95...): A099035, = (n+1)*2^(n-1) - 1.

EXAMPLE

First few rows of the triangle are:

1;

3, 2;

5, 7, 3;

7, 15, 13, 4;

9, 26, 34, 21, 5;

11, 40, 70, 65, 31, 6;

13, 57, 125, 155, 111, 43, 7;

...

MAPLE

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

CROSSREFS

Cf. A099035.

Sequence in context: A047074 A021311 A128224 this_sequence A130295 A006369 A097284

Adjacent sequences: A125023 A125024 A125025 this_sequence A125027 A125028 A125029

KEYWORD

nonn,tabl

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Nov 15 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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research