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!)
A171534 Triangle read by rows: T(n,k)=binomial(2*n*k+k,2)/(2*n+1). 0
1, 2, 9, 3, 13, 30, 4, 17, 39, 70, 5, 21, 48, 86, 135, 6, 25, 57, 102, 160, 231, 7, 29, 66, 118, 185, 267, 364, 8, 33, 75, 134, 210, 303, 413, 540, 9, 37, 84, 150, 235, 339, 462, 604, 765, 10, 41, 93, 166, 260, 375, 511, 668, 846, 104 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Row sums are: 1, 11, 46, 130, 295, 581, 1036, 1716, 2685, 4015,... see A006324
REFERENCES
J. Riordan, An Introduction to Combinatorial Analysis, Wiley, 1958, p. 145.
LINKS
FORMULA
T(n,k)=binomial(2*n*k + k, 2)/(2*n + 1).
EXAMPLE
1;
2, 9;
3, 13, 30;
4, 17, 39, 70;
5, 21, 48, 86, 135;
6, 25, 57, 102, 160, 231;
7, 29, 66, 118, 185, 267, 364;
8, 33, 75, 134, 210, 303, 413, 540;
9, 37, 84, 150, 235, 339, 462, 604, 765;
10, 41, 93, 166, 260, 375, 511, 668, 846, 1045;
MATHEMATICA
Table[Table[Binomial[2*n*k + k, 2]/(2*n + 1), {k, 1, n}], {n, 1, 10}]
Flatten[%]
CROSSREFS
Sequence in context: A302973 A258403 A270202 * A163907 A237860 A088614
KEYWORD
nonn,tabl
AUTHOR
Roger L. Bagula, Dec 11 2009
EXTENSIONS
Introduced OEIS notational standards and keyword:tabl - The Assoc. Editors of the OEIS, Dec 15 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 May 14 05:12 EDT 2024. Contains 372528 sequences. (Running on oeis4.)