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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A158268 a(n) = coefficient of x^n in the (2^(n-1))-th iteration of x*C(x) where C(x) is the Catalan function (A000108), for n>=1. 1
1, 2, 20, 684, 84864, 40783952, 78562790592, 613738473236928, 19459342629747109248, 2496653806284295319455488, 1291725241770954532057108070400, 2687434858858114549619735481969223680 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

PROG

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

CROSSREFS

Cf. A158269, A000108, A158825.

Sequence in context: A168480 A198761 A171799 * A168407 A163594 A193483

Adjacent sequences:  A158265 A158266 A158267 * A158269 A158270 A158271

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 15 23:53 EST 2012. Contains 205860 sequences.