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!)
A185897 G.f. satisfies: x/(1-x) = A(x - A(x)^2). 0
1, 2, 9, 64, 574, 5919, 67205, 820258, 10602848, 143710500, 2028137178, 29649220223, 447247229447, 6940546801219, 110540089124381, 1803424905623166, 30092225956558590, 512900050694933194 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f.: A(x) = G(x)/(1 - G(x)) where
* G(x) = A(x)/(1 + A(x)) and
* G(x) = Series_Reversion(x - A(x)^2).
EXAMPLE
G.f.: A(x) = x + 2*x^2 + 9*x^3 + 64*x^4 + 574*x^5 + 5919*x^6 +...
Related expansions.
x - A(x)^2 = x - x^2 - 4*x^3 - 22*x^4 - 164*x^5 - 1485*x^6 -...
Let G(x) equal the series reversion of x - A(x)^2, then
G(x) = x + x^2 + 6*x^3 + 47*x^4 + 442*x^5 + 4691*x^6 + 54330*x^7 +...
1/(1-G(x)) = 1 + x + 2*x^2 + 9*x^3 + 64*x^4 + 574*x^5 + 5919*x^6 +...
PROG
(PARI) {a(n)=local(A=x+2*x^2, B=x/(1+x+x*O(x^n))); for(i=1, n, A=serreverse(B-subst(A, x, B)^2)); polcoeff(A, n)}
CROSSREFS
Sequence in context: A024720 A289717 A094100 * A067297 A274394 A368291
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 05 2011
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 August 24 10:35 EDT 2024. Contains 375410 sequences. (Running on oeis4.)