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!)
A108291 Triangle, read by rows, resulting from the matrix product of triangle A108267 with Pascal's triangle (A007318). 2
1, 2, 1, 9, 9, 1, 64, 96, 34, 1, 625, 1250, 750, 125, 1, 7776, 19440, 16470, 5265, 461, 1, 117649, 352947, 386561, 184877, 35329, 1715, 1, 2097152, 7340032, 9863168, 6307840, 1913408, 232288, 6434, 1, 43046721, 172186884, 274223556, 220016574 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row sums form A108292. Column 0 is A000169(n) = (n+1)^n. Triangle with rows reversed is A108290.
LINKS
EXAMPLE
Triangle begins:
1;
2,1;
9,9,1;
64,96,34,1;
625,1250,750,125,1;
7776,19440,16470,5265,461,1;
117649,352947,386561,184877,35329,1715,1;
2097152,7340032,9863168,6307840,1913408,232288,6434,1; ...
PROG
(PARI) {T(n, k)=local(X=x+x*O(x^(n-k))); polcoeff(sum(j=0, n, binomial(n+n*j+j, n*j+j)*(x/(1+X))^j)/(1+X), n-k)}
CROSSREFS
Sequence in context: A108290 A308804 A364709 * A019615 A132744 A059604
KEYWORD
nonn,tabl
AUTHOR
Paul D. Hanna, May 31 2005
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 12 17:59 EDT 2024. Contains 372493 sequences. (Running on oeis4.)