[go: up one dir, main page]

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!)
A249677 Triangle, read by rows, with row n forming the coefficients in Product_{k=0..n} (1 + k^3*x). 4
1, 1, 1, 1, 9, 8, 1, 36, 251, 216, 1, 100, 2555, 16280, 13824, 1, 225, 15055, 335655, 2048824, 1728000, 1, 441, 63655, 3587535, 74550304, 444273984, 373248000, 1, 784, 214918, 25421200, 1305074809, 26015028256, 152759224512, 128024064000, 1, 1296, 616326, 135459216, 14320729209, 694213330464, 13472453691584, 78340747014144, 65548320768000 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Column 1 forms the squares of the triangular numbers (A000537).
Main diagonal forms the cubes of the factorial numbers (A000442).
Row sums equal Product_{k=1..n} (k^3 + 1) = n!*Product_{k=1..n} (k*(k-1) + 1) = n!*A130032(n).
LINKS
EXAMPLE
Triangle begins:
1;
1, 1;
1, 9, 8;
1, 36, 251, 216;
1, 100, 2555, 16280, 13824;
1, 225, 15055, 335655, 2048824, 1728000;
1, 441, 63655, 3587535, 74550304, 444273984, 373248000;
1, 784, 214918, 25421200, 1305074809, 26015028256, 152759224512, 128024064000;
1, 1296, 616326, 135459216, 14320729209, 694213330464, 13472453691584, 78340747014144, 65548320768000; ...
PROG
(PARI) {T(n, k)=polcoeff(prod(m=0, n, 1 + m^3*x +x*O(x^n)), k)}
for(n=0, 10, for(k=0, n, print1(T(n, k), ", ")); print(""))
CROSSREFS
Sequence in context: A340207 A185260 A275615 * A094135 A021897 A225458
KEYWORD
nonn,tabl
AUTHOR
Paul D. Hanna, Nov 03 2014
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 August 30 23:33 EDT 2024. Contains 375550 sequences. (Running on oeis4.)