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!)
A193099 E.g.f. A(x) satisfies: A'(x) = 1 + A(A(A(A(x)))). 1
1, 1, 4, 34, 466, 9044, 230827, 7388781, 287044354, 13212057907, 707417718215, 43431362340153, 3022050938855344, 236053437141340206, 20532456001485751429, 1975258248906891145913, 208928124926501980596761, 24172548454436633069025270 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
E.g.f.: A(x) = x + x^2/2! + 4*x^3/3! + 34*x^4/4! + 466*x^5/5! + 9044*x^6/6! +...
where the derivative of the e.g.f. begins:
A'(x) = 1 + x + 4*x^2/2! + 34*x^3/3! + 466*x^4/4! + 9044*x^5/5! +...
Related expansions.
A(A(x)) = x + 2*x^2/2! + 11*x^3/3! + 111*x^4/4! + 1702*x^5/5! + 35854*x^6/6! +...
A(A(A(x))) = x + 3*x^2/2! + 21*x^3/3! + 249*x^4/4! + 4303*x^5/5! + 99650*x^6/6! +...
A(A(A(A(x)))) = x + 4*x^2/2! + 34*x^3/3! + 466*x^4/4! + 9044*x^5/5! +...
PROG
(PARI) {a(n)=local(A=x); for(i=1, n, A=intformal(1+subst(A, x, subst(A, x, subst(A, x, A+O(x^(n+1))))))); n!*polcoeff(A, n)}
CROSSREFS
Sequence in context: A218674 A321264 A234291 * A368445 A208831 A294475
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jul 15 2011
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:05 EDT 2024. Contains 371740 sequences. (Running on oeis4.)