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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A155798 Triangle read by rows: t(n,k)=Binomial[n, k] + Binomial[k*(n - k), n] 0
2, 1, 1, 1, 2, 1, 1, 3, 3, 1, 1, 4, 7, 4, 1, 1, 5, 16, 16, 5, 1, 1, 6, 43, 104, 43, 6, 1, 1, 7, 141, 827, 827, 141, 7, 1, 1, 8, 523, 6491, 12940, 6491, 523, 8, 1, 1, 9, 2038, 48704, 168086, 168086, 48704, 2038, 9, 1, 1, 10, 8053, 352836, 1961466, 3269012, 1961466, 352836 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Row sums are: {2, 2, 4, 8, 17, 44, 204, 1952, 26986, 437676, 7913744,...}.

EXAMPLE

{2},

{1, 1},

{1, 2, 1},

{1, 3, 3, 1},

{1, 4, 7, 4, 1},

{1, 5, 16, 16, 5, 1},

{1, 6, 43, 104, 43, 6, 1},

{1, 7, 141, 827, 827, 141, 7, 1},

{1, 8, 523, 6491, 12940, 6491, 523, 8, 1},

{1, 9, 2038, 48704, 168086, 168086, 48704, 2038, 9, 1},

{1, 10, 8053, 352836, 1961466, 3269012, 1961466, 352836, 8053, 10, 1}

MATHEMATICA

Table[Table[Binomial[n, k] + Binomial[k*(n - k), n], {k, 0, n}], {n, 0, 10}]; Flatten[%]

CROSSREFS

Sequence in context: A196056 A161095 A118107 * A055652 A154844 A133831

Adjacent sequences:  A155795 A155796 A155797 * A155799 A155800 A155801

KEYWORD

nonn,tabl

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Jan 27 2009

EXTENSIONS

Edited by N. J. A. Sloane (njas(AT)research.att.com), Jan 31 2009

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 15 15:20 EST 2012. Contains 205823 sequences.