The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A177751 G.f. satisfies: A(A(A(A(x)))) = A(A(A(x))) + x^2. 0
1, 1, -6, 69, -1062, 19462, -402088, 9085441, -220353750, 5665524898, -153082742620, 4319464636306, -126674386447628, 3846946526572584, -120632792180721408, 3897081458373965713, -129457823080756611720 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
Unsigned series reversion yields A141383, the g.f. G(x) of which satisfies: G(x) = x + G(G(G(G(x))))^2.
EXAMPLE
G.f.: A(x) = x + x^2 - 6*x^3 + 69*x^4 - 1062*x^5 + 19462*x^6 +...
Compare the iterations:
A(A(A(x))) = x + 3*x^2 - 12*x^3 + 126*x^4 - 1856*x^5 + 33110*x^6 +...
A(A(A(A(x)))) = x + 4*x^2 - 12*x^3 + 126*x^4 - 1856*x^5 + 33110*x^6 +...
PROG
(PARI) {a(n)=local(A=x+sum(k=2, n-1, a(k)*x^k)+x*O(x^n), B=subst(A, x, A)); polcoeff(x+x^2+subst(B, x, A)-subst(B, x, B), n)}
CROSSREFS
Cf. A141383 (unsigned inverse).
Sequence in context: A214694 A347674 A234509 * A338176 A235327 A349556
KEYWORD
sign
AUTHOR
Paul D. Hanna, May 12 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 7 17:36 EDT 2024. Contains 373206 sequences. (Running on oeis4.)