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!)
A141149 G.f. satisfies: A(x) = x*(1 + A(A(x)))/(1 - A(A(x))). 0
1, 2, 10, 74, 682, 7274, 86386, 1116338, 15464818, 227315378, 3519165370, 57067589306, 965272138714, 16974057490010, 309490272908386, 5838392491816418, 113747315349651298, 2285212240930687202 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
G.f. satisfies: A( x*(1 - A(x))/(1 + A(x)) ) = x.
EXAMPLE
A(x) = x + 2*x^2 + 10*x^3 + 74*x^4 + 682*x^5 + 7274*x^6 + 86386*x^7 +...
A(A(x)) = x + 4*x^2 + 28*x^3 + 256*x^4 + 2752*x^5 + 33124*x^6 + 434524*x^7 +...
The series reversion of A(x) equals:
x*(1-A(x))/(1+A(x)) = x - 2*x^2 - 2*x^3 - 14*x^4 - 110*x^5 - 1058*x^6 -...
PROG
(PARI) {a(n)=local(A=x+x^2); if(n<1, 0, for(i=1, n, A=serreverse(x*((1-A)/(1+A+x*O(x^n))))); polcoeff(A, n))}
CROSSREFS
Sequence in context: A192259 A245901 A352914 * A306045 A152408 A046863
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jun 11 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 August 9 16:51 EDT 2024. Contains 375044 sequences. (Running on oeis4.)