login
This site is supported by donations 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. 2
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

Table of n, a(n) for n=0..17.

FORMULA

G.f. satisfies: A(x) = 1 + x*(A(x) + x*A'(x))^4.

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

Cf. A112915, A211824, A211826.

Sequence in context: A191098 A151834 A007762 * A113383 A218671 A045754

Adjacent sequences:  A211822 A211823 A211824 * A211826 A211827 A211828

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 | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 24 07:09 EDT 2013. Contains 225617 sequences.