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!)
A213264 G.f. satisfies: A(x) = x + A( A(x)^2/(1 + A(x)^2) ). 2
1, 1, 2, 5, 14, 43, 140, 475, 1660, 5932, 21570, 79541, 296732, 1117827, 4246248, 16246794, 62555600, 242201234, 942384808, 3682943857, 14450545764, 56902437222, 224798143444, 890730315852, 3539022858268, 14096429070015, 56278104658078, 225164436942220 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
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 + 2*x^3 + 5*x^4 + 14*x^5 + 43*x^6 + 140*x^7 + 475*x^8 +...
Related expansions:
A(x)^2 = x^2 + 2*x^3 + 5*x^4 + 14*x^5 + 42*x^6 + 134*x^7 + 447*x^8 +...
A(x)^2/(1 + A(x)^2) = x^2 + 2*x^3 + 4*x^4 + 10*x^5 + 29*x^6 + 92*x^7 + 308*x^8 +...
PROG
(PARI) {a(n)=local(A=x+x^2); for(i=1, n, A=x+subst(A, x, A^2/(1+A^2+x*O(x^n)))); polcoeff(A, n)}
for(n=1, 35, print1(a(n), ", "))
CROSSREFS
Cf. A213263.
Sequence in context: A181496 A276989 A272461 * A029889 A307787 A221586
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 March 29 10:44 EDT 2024. Contains 371268 sequences. (Running on oeis4.)