login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A141372 G.f. satisfies: A(x) = x + A(A(A(x)))^2. 4
1, 1, 6, 57, 684, 9512, 146848, 2455208, 43764802, 822963750, 16203122280, 332189276516, 7062047285812, 155178233311932, 3515420453148936, 81936668615592785, 1961578144170589430, 48167700575393576406 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

FORMULA

G.f. satisfies: A( x - A(A(x))^2 ) = x.

EXAMPLE

G.f.: A(x) = x + x^2 + 6*x^3 + 57*x^4 + 684*x^5 + 9512*x^6 +...

A(A(x)) = x + 2*x^2 + 14*x^3 + 145*x^4 + 1848*x^5 + 26920*x^6 +...

A(A(A(x))) = x + 3*x^2 + 24*x^3 + 270*x^4 + 3658*x^5 + 55970*x^6 +...

A(A(A(x)))^2 = x^2 + 6*x^3 + 57*x^4 + 684*x^5 + 9512*x^6 +...

The series reversion of A(x) = x - A(A(x))^2, where

A(A(x))^2 = x^2 + 4*x^3 + 32*x^4 + 346*x^5 + 4472*x^6 + 65292*x^7 +...

PROG

(PARI) {a(n)=local(A=x+x^2); for(i=1, n, A=x+subst(A^2, x, subst(A, x, A+x*O(x^n)))); polcoeff(A, n)}

CROSSREFS

Cf. A141370, A141371.

Sequence in context: A124556 A060435 A153851 * A152170 A087659 A107718

Adjacent sequences:  A141369 A141370 A141371 * A141373 A141374 A141375

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 28 2008

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 February 13 10:20 EST 2012. Contains 205451 sequences.