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!)
A213263 G.f. satisfies: A(x) = x + A( A(x)^2/(1 + A(x)) ). 2
1, 1, 1, 2, 5, 12, 30, 80, 219, 609, 1724, 4953, 14388, 42193, 124768, 371602, 1113667, 3356017, 10162979, 30911457, 94390590, 289258448, 889304859, 2742205395, 8478653638, 26280715255, 81648362339, 254204771596, 793011895972, 2478427376313, 7759251412310 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Compare g.f. to: G(x) = x + G( G(x)^2/(1 + G(x) + G(x)^2) ) when G(x) = x/(1-x).
LINKS
EXAMPLE
G.f.: A(x) = x + x^2 + x^3 + 2*x^4 + 5*x^5 + 12*x^6 + 30*x^7 + 80*x^8 +...
Related expansions:
A(x)^2 = x^2 + 2*x^3 + 3*x^4 + 6*x^5 + 15*x^6 + 38*x^7 + 98*x^8 +...
A(x)^2/(1 + A(x)) = x^2 + x^3 + x^4 + 3*x^5 + 8*x^6 + 19*x^7 + 49*x^8 +...
PROG
(PARI) {a(n)=local(A=x+x^2); for(i=1, n, A=x+subst(A, x, A^2/(1+A+x*O(x^n)))); polcoeff(A, n)}
for(n=1, 40, print1(a(n), ", "))
CROSSREFS
Cf. A213264.
Sequence in context: A101785 A363306 A003089 * A179544 A182488 A363912
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 07 2012
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 May 4 07:22 EDT 2024. Contains 372230 sequences. (Running on oeis4.)