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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A125026 Triangle read by rows: T(n,k)=k*binom(n,k) + binom(n-1,k) (1<=k<=n). 0
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; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

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: A181883 A021311 A128224 * A130295 A006369 A097284

Adjacent sequences:  A125023 A125024 A125025 * 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

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 14 04:29 EST 2012. Contains 205570 sequences.