|
Search: id:A139702
|
|
|
| A139702 |
|
G.f. satisfies: x = A( x + A(x)^2 ). |
|
+0 5
|
|
| 1, -1, 4, -24, 178, -1512, 14152, -142705, 1528212, -17211564, 202460400, -2474708496, 31310415376, -408815254832, 5495451727376, -75907303147652, 1075685334980240, -15618612118252960, 232102241507321384, -3526880759915999016
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
FORMULA
|
Let G(x) = Series_Reversion( A(x) ) = x + A(x)^2, then G(x) = G(G(x)) - x^2 = g.f. of A138740.
G.f.: A(x)/x is the unique solution to variable A in the infinite system of simultaneous equations starting with:
A = 1 - xB^2;
B = A - xC^2;
C = B - xD^2;
D = C - xE^2;
E = D - xF^2; ...
|
|
EXAMPLE
|
G.f.: A(x) = x - x^2 + 4*x^3 - 24*x^4 + 178*x^5 - 1512*x^6 +-...
A(x)^2 = x^2 - 2*x^3 + 9*x^4 - 56*x^5 + 420*x^6 - 3572*x^7 +-...
where A(x + A(x)^2) = x.
Let G(x) = Series_Reversion( A(x) ) = x + A(x)^2, then:
G(x) = x + x^2 - 2*x^3 + 9*x^4 - 56*x^5 + 420*x^6 -+... and
G(G(x)) = x + 2*x^2 - 2*x^3 + 9*x^4 - 56*x^5 + 420*x^6 -+...
so that G(x) = G(G(x)) - x^2 = g.f. of A138740.
|
|
PROGRAM
|
(PARI) {a(n)=local(A=x); if(n<1, 0, for(i=1, n, A=serreverse(x + (A+x*O(x^n))^2)); polcoeff(A, n))}
|
|
CROSSREFS
|
Cf. A138740.
Cf. A088714, A088717, A091713, A120971, A140094, A140095.
Adjacent sequences: A139699 A139700 A139701 this_sequence A139703 A139704 A139705
Sequence in context: A000309 A112914 A007846 this_sequence A061720 A111556 A135905
|
|
KEYWORD
|
sign
|
|
AUTHOR
|
Paul D. Hanna (pauldhanna(AT)juno.com), Apr 30 2008, May 20 2008
|
|
|
Search completed in 0.002 seconds
|