The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A092371 Triangle read by rows: T(n,k)=C(n,k)*C(n+k,n-k). 0
1, 6, 1, 18, 15, 1, 40, 90, 28, 1, 75, 350, 280, 45, 1, 126, 1050, 1680, 675, 66, 1, 196, 2646, 7350, 5775, 1386, 91, 1, 288, 5880, 25872, 34650, 16016, 2548, 120, 1, 405, 11880, 77616, 162162, 126126, 38220, 4320, 153, 1, 550, 22275, 205920, 630630 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
T(n,k)=[x^(n-k)]F(-n,-n-k;1;x); [From Paul Barry, Sep 04 2008]
PROG
(PARI) T(n, k)=binomial(n, k)*binomial(n+k, n-k)
CROSSREFS
First column = A002411, second column = A001297, main diagonal = 1, second diagonal = A000384.
Cf. A063007.
Sequence in context: A250646 A277068 A369904 * A187552 A157386 A157396
KEYWORD
nonn,tabl
AUTHOR
Benoit Cloitre, Mar 20 2004
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 May 20 03:32 EDT 2024. Contains 372703 sequences. (Running on oeis4.)