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!)
A158269 a(n) = coefficient of x^n in the (2^n)-th iteration of x*C(x) where C(x) is the Catalan function (A000108), for n>=1. 1
1, 4, 72, 4760, 1196800, 1185344160, 4704904407424, 75251548566631296, 4850542035077717613312, 1257976093502471658023554560, 1310350352604009611135942297681920 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) {a(n)=local(G=serreverse(x-x^2+O(x^(n+2)))); for(i=2, n+1, G=subst(G, x, G)); polcoeff(G, n)}
CROSSREFS
Sequence in context: A012995 A076744 A177392 * A024257 A152653 A344693
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Mar 28 2009
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 16 14:51 EDT 2024. Contains 371749 sequences. (Running on oeis4.)