The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A158828 The 5th iteration of x*C(x) where C(x) is the Catalan function (A000108). 4
1, 5, 30, 195, 1330, 9380, 67844, 500619, 3755156, 28558484, 219767968, 1708590960, 13403300208, 105983648060, 844009565176, 6764300053390, 54525119251104, 441811163402124, 3597005618194848, 29412560840221272 (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 x -5*x^2 +20*x^3 -70*x^4 +220*x^5 -630*x^6 +1656*x^7 -4014*x^8 +8994*x^9 -18654*x^10 +35832*x^11 -63750*x^12 +105024*x^13 -160120*x^14 +225696*x^15 -293685*x^16 +352074*x^17 -387820*x^18 +391232*x^19 -359992*x^20 +300664*x^21 -226580*x^22 +152952*x^23 -91656*x^24 +48204*x^25 -21924*x^26 +8456*x^27 -2692*x^28 +680*x^29 -128*x^30 +16*x^31 -x^32. - 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, 5, G=subst(F, x, G)); polcoeff(G, n)}
CROSSREFS
Sequence in context: A038744 A098663 A265085 * A264910 A196471 A265279
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 May 17 19:53 EDT 2024. Contains 372607 sequences. (Running on oeis4.)