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!)
A128569 Column 2 of triangle A128567. 3
1, 14, 117, 813, 4871, 27743, 151208, 804065, 4185683, 21472005, 108766010, 545507633, 2712801330, 13394412999, 65722444172, 320721839860, 1557502222385, 7530671086667, 36267851679585, 174038009185816, 832392015517829, 3969017685816667, 18871416851149078 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A128567 is the matrix square of Parker's partition triangle A047812.
LINKS
FORMULA
a(n) = Sum_{s=2..n+2} A047812(n+3,s)*A047812(s+1,2) for n >= 0. - Petros Hadjicostas, May 31 2020
PROG
(PARI) {a(n)=local(M); M=matrix(n+3, n+3, r, c, if(r<c, 0, if(r==0, 1, polcoeff(prod(j=r+1, 2*r, 1-q^j)/prod(j=1, r, 1-q^j), (r+1)*(c-1), q)))); (M^2)[n+3, 3]}
CROSSREFS
Cf. A047812, A128567, A128568 (column 1), A128602 (row sums).
Sequence in context: A121783 A155647 A279855 * A138431 A175874 A359184
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 12 2007
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)