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!)
A158827 The 4th iteration of x*C(x) where C(x) is the Catalan function (A000108). 4
1, 4, 20, 110, 640, 3870, 24084, 153306, 993978, 6544242, 43652340, 294469974, 2006018748, 13784115468, 95444016984, 665407010349, 4667570034444, 32922870719664, 233389493503968, 1662048903052380, 11885333877149532 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Elżbieta Liszewska, Wojciech Młotkowski, Some relatives of the Catalan sequence, arXiv:1907.10725 [math.CO], 2019.
FORMULA
Series reversion of 1 -4*x +12*x^2 -30*x^3 +64*x^4 -118*x^5 +188*x^6 -258*x^7 +302*x^8 -298*x^9 +244*x^10 -162*x^11 +84*x^12 -32*x^13 +8*x^14 -x^15. - R. J. Mathar, Aug 30 2021
PROG
(PARI) {a(n)=local(F=serreverse(x-x^2+O(x^(n+1))), G=x); for(i=1, 4, G=subst(F, x, G)); polcoeff(G, n)}
CROSSREFS
Sequence in context: A271932 A153295 A006770 * A263854 A026156 A025183
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 September 2 03:40 EDT 2024. Contains 375604 sequences. (Running on oeis4.)