login
This site is supported by donations 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; internal format)
OFFSET

1,2

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: A047853 A151387 A192259 * A152408 A046863 A185971

Adjacent sequences:  A141146 A141147 A141148 * A141150 A141151 A141152

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 11 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 15:48 EST 2012. Contains 205930 sequences.