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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158836 Column 0 of triangle A158835. 6
1, 1, 4, 27, 254, 3062, 45052, 783151, 15712342, 357459042, 9094926988, 255939571048, 7893741230500, 264806871279676, 9600056691219936, 374033821840909263, 15586672520501193866, 691789220336675178652 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

Triangle A158835 transforms diagonals in the array A158825 of coefficients of successive iterations of x*C(x) where C(x) is the Catalan function (A000108).

LINKS

Paul D. Hanna, Table of n, a(n), n = 0..50.

PROG

(PARI) {a(n)=local(F=x, CAT=serreverse(x-x^2+x*O(x^(n+2))), M, N, P); M=matrix(n+2, n+2, r, c, F=x; for(i=1, r+c-2, F=subst(F, x, CAT)); polcoeff(F, c)); N=matrix(n+1, n+1, r, c, M[r, c]); P=matrix(n+1, n+1, r, c, M[r+1, c]); (P~*N~^-1)[n+1, 1]}

CROSSREFS

Cf. A158835, A158837, A158838, A158839, A158840.

Sequence in context: A000699 A138423 A201996 * A190125 A086783 A086756

Adjacent sequences:  A158833 A158834 A158835 * A158837 A158838 A158839

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 16 21:51 EST 2012. Contains 205978 sequences.