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!)
A211825 G.f. satisfies: A(x) = 1 + x*( d/dx x*A(x) )^4. 3
1, 1, 8, 120, 2528, 66704, 2080128, 74115840, 2952926720, 129637843968, 6205231472640, 321275171444736, 17880710254829568, 1064356462925701120, 67476012302577762304, 4539384115900126199808, 323034928746773883518976, 24248087962137553507450880 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f. satisfies: A(x) = 1 + x*(A(x) + x*A'(x))^4.
a(n) ~ c * 4^n * n! * n^(3/2), where c = 0.06185263969861377609335... - Vaclav Kotesovec, Aug 24 2017
EXAMPLE
G.f.: A(x) = 1 + x + 8*x^2 + 120*x^3 + 2528*x^4 + 66704*x^5 + 2080128*x^6 +...
Related expansions:
d/dx x*A(x) = 1 + 2*x + 24*x^2 + 480*x^3 + 12640*x^4 + 400224*x^5 +...
A'(x) = 1 + 16*x + 360*x^2 + 10112*x^3 + 333520*x^4 + 12480768*x^5 +...
PROG
(PARI) {a(n)=local(A=1+x+x*O(x^n)); for(i=1, n, A=1+x*deriv(x*A)^4); polcoeff(A, n)}
for(n=0, 25, print1(a(n), ", "))
CROSSREFS
Sequence in context: A191098 A151834 A007762 * A113383 A218671 A045754
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Apr 21 2012
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 6 00:26 EDT 2024. Contains 375701 sequences. (Running on oeis4.)