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!)
A104716 Triangle T(n,k) = (2k-3+4n)*(k-1-n)*(k-2-n)/6, 1<=k<=n. 2
1, 7, 3, 22, 13, 5, 50, 34, 19, 7, 95, 70, 46, 25, 9, 161, 125, 90, 58, 31, 11, 252, 203, 155, 110, 70, 37, 13, 372, 308, 245, 185, 130, 82, 43, 15, 525, 444, 364, 287, 215, 150, 94, 49, 17, 715, 615, 516, 420, 329, 245, 170, 106, 55, 19, 946, 825, 705, 588, 476, 371, 275, 190, 118, 61, 21 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The triangle is created by the matrix product A158405 * A004736, regarding both as infinite lower triangular matrices, rest of the terms filled in with zeros.
Apparently, row n contains the initial terms of row 2n-2 of A177877. - R. J. Mathar, Aug 31 2011
LINKS
EXAMPLE
First few rows are:
1;
7, 3;
22, 13, 5;
50, 34, 19, 7;
95, 70, 46, 25, 9;
...
MAPLE
A104716 := proc(n, k) (2*k-3+4*n)*(k-1-n)*(k-2-n)/6 ; end proc:
seq(seq(A104716(n, k), k=1..n), n=1..15) ; # R. J. Mathar, Aug 31 2011
CROSSREFS
Cf. A104715, A002419 (row sums).
Sequence in context: A050012 A271573 A098231 * A209313 A213833 A282806
KEYWORD
nonn,tabl,easy
AUTHOR
Gary W. Adamson, Mar 20 2005
EXTENSIONS
Closed-form definition by R. J. Mathar, Aug 31 2011
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 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)