login
This site is supported by donations 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 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

A128567 is the matrix square of Parker's partition triangle (A047812).

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. A128567, A128568 (column 1), A128602 (row sums).

Sequence in context: A178258 A121783 A155647 * A138431 A175874 A006223

Adjacent sequences:  A128566 A128567 A128568 * A128570 A128571 A128572

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Mar 12 2007

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 09:41 EST 2012. Contains 206009 sequences.