login
The OEIS is supported by the many generous donors 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; text; internal format)
OFFSET
0,1
COMMENTS
Row sums are: {2, 2, 4, 8, 17, 44, 204, 1952, 26986, 437676, 7913744,...}.
LINKS
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: A118107 A236548 A249949 * A055652 A290084 A154844
KEYWORD
nonn,tabl
AUTHOR
Roger L. Bagula, Jan 27 2009
EXTENSIONS
Edited by N. J. A. Sloane, Jan 31 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)