login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158829 Antidiagonal sums of square array A158825, in which row n lists the coefficients of the n-th iteration of x*C(x), where C(x) is the Catalan function (A000108). 4
1, 1, 2, 5, 15, 52, 202, 861, 3972, 19648, 103500, 577443, 3396804, 20988116, 135770140, 916936351, 6449233093, 47137434787, 357331341987, 2804582808108, 22754919576652, 190578011064394, 1645490708244886, 14629351150837605 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

PROG

(PARI) {a(n)=local(F=serreverse(x-x^2+O(x^(n+1))), G=x, ADS=0); for(k=1, n, G=x; for(i=1, n-k, G=subst(F, x, G)); ADS=ADS+polcoeff(G, k)); ADS}

CROSSREFS

Cf. A158825, A158826, A158827, A158828.

Sequence in context: A056272 A140980 A108304 * A110038 A056273 A141080

Adjacent sequences:  A158826 A158827 A158828 * A158830 A158831 A158832

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Mar 28 2009

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 19:13 EST 2012. Contains 206085 sequences.