Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A132813
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A132813 Triangle read by rows: A001263 * A127648 as infinite lower triangular matrices. +0
4
1, 1, 2, 1, 6, 3, 1, 12, 18, 4, 1, 20, 60, 40, 5, 1, 30, 150, 200, 75, 6, 1, 42, 315, 700, 525, 126, 7, 1, 56, 588, 1960, 2450, 1176, 196, 8, 1, 72, 1008, 4704, 8820, 7056, 2352, 288, 9, 1, 90, 1620, 10080, 26460, 31752, 17640, 4320, 405, 10 (list; table; graph; listen)
OFFSET

0,3

COMMENT

Row sums = A001700: (1, 3, 10, 35, 126,...).

Also a(n,k) = binomial[n - 1, k - 1]*binomial[n, k - 1], related to Narayana polynomials (see Sulanke reference). - Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 09 2008

REFERENCES

Sulanke, R. A. "Counting Lattice Paths by Narayana Polynomials." Electronic J. Combinatorics 7, No. 1, R40, 1-9, 2000. http://www.combinatorics.org/Volume_7/Abstracts/v7i1r40.html.

FORMULA

T(n,k)= (k+1)*binomial(n+1,k+1)*binomial(n+1,k)/(n+1), n>=k>=0.

EXAMPLE

First few rows of the triangle are:

1;

1, 2;

1, 6, 3;

1, 12, 18, 4;

1, 20, 60, 40, 5;

1, 30, 150, 200, 75, 6;

1, 42, 315, 700, 525, 126, 7,

...

MATHEMATICA

A[n_, k_]=Binomial[n-1, k-1]*Binomial[n, k-1]; Table[Table[A[n, k], {k, 1, n}], {n, 1, 11}]; Flatten[%] - Roger L. Bagula (rlbagulatftn(AT)yahoo.com), Apr 09 2008

CROSSREFS

Cf. A127648, A001263, A001700.

Sequence in context: A142977 A120108 A060556 this_sequence A034898 A059300 A046803

Adjacent sequences: A132810 A132811 A132812 this_sequence A132814 A132815 A132816

KEYWORD

nonn,tabl

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Sep 01 2007

page 1

Search completed in 0.003 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 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research