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!)
A141140 G.f. satisfies: A(A(x)) = A(x) + A(x^2). 0
1, 1, -2, 10, -62, 466, -4004, 37774, -383042, 4120768, -46601144, 550296628, -6751738736, 85742962300, -1123702072256, 15161509999324, -210202294372118, 2989858353554554, -43572404751879032, 649889656256427742, -9911173481433673436 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
EXAMPLE
G.f.: A(x) = x + x^2 - 2*x^3 + 10*x^4 - 62*x^5 + 466*x^6 - 4004*x^7 +-...
A(A(x)) = x + 2*x^2 - 2*x^3 + 11*x^4 - 62*x^5 + 464*x^6 - 4004*x^7 +-...
PROG
(PARI) {a(n)=local(A=x+x^2); for(i=0, n, A=x+subst(A, x, serreverse(A+x*O(x^n))^2)); polcoeff(A, n)}
CROSSREFS
Sequence in context: A175939 A192942 A307364 * A232472 A361829 A361494
KEYWORD
sign
AUTHOR
Paul D. Hanna, Jun 10 2008
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 April 16 05:35 EDT 2024. Contains 371697 sequences. (Running on oeis4.)