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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A141370 G.f. satisfies: A(x) = x + A(A(A(x)^2)). 3
1, 1, 2, 7, 26, 104, 436, 1894, 8444, 38418, 177656, 832548, 3945156, 18871524, 91003360, 441927367, 2159282462, 10607708284, 52363342484, 259601860898, 1292041756732, 6453179670344, 32334136480656, 162487089008766 (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 + 2*x^3 + 7*x^4 + 26*x^5 + 104*x^6 + 436*x^7 +...

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

A(A(x^2)) = x^2 + 2*x^4 + 6*x^6 + 25*x^8 + 116*x^10 + 574*x^12 + 2972*x^14 +...

PROG

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

CROSSREFS

Cf. A141371, A141372.

Sequence in context: A150545 A150546 A151296 * A150547 A150548 A150549

Adjacent sequences:  A141367 A141368 A141369 * A141371 A141372 A141373

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 17 07:41 EST 2012. Contains 205998 sequences.