|
| |
|
|
A141371
|
|
G.f. satisfies: A(x) = x + A(A(A(x))^2).
|
|
4
| |
|
|
1, 1, 4, 25, 190, 1648, 15700, 160834, 1747372, 19945264, 237585064, 2938737760, 37602695500, 496263658816, 6739460289568, 94002095361937, 1344557294558722, 19696746902333368, 295199862739677892, 4522172757314573464
(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 + 4*x^3 + 25*x^4 + 190*x^5 + 1648*x^6 + 15700*x^7 +...
The series reversion of A(x) = x - A(A(x)^2), where
A(A(x)^2) = x^2 + 2*x^3 + 10*x^4 + 62*x^5 + 472*x^6 + 4052*x^7 + 38227*x^8 +...
|
|
|
PROG
| (PARI) {a(n)=local(A=x+x^2); for(i=1, n, A=x+subst(A, x, subst(A^2, x, A+x*O(x^n)))); polcoeff(A, n)}
|
|
|
CROSSREFS
| Cf. A141370, A141372.
Sequence in context: A135147 A175913 A064063 * A199494 A171791 A060908
Adjacent sequences: A141368 A141369 A141370 * A141372 A141373 A141374
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Paul D. Hanna (pauldhanna(AT)juno.com), Jun 28 2008
|
| |
|
|