login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A139086 G.f. satisfies: A(x) = 3*x - x^2 - 2*Series_Reversion( A(x) ). 1
1, 1, 4, 30, 316, 4116, 62296, 1058418, 19764860, 400070484, 8693577528, 201394483524, 4947738765928, 128383644586440, 3507060528884560, 100587324451979478, 3022202483800235964, 94935204982349494092 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

FORMULA

a(n) = 2*(-1)^n*A139085(n) for n>2 with a(1)=a(2)=1.

EXAMPLE

G.f.: A(x) = x + x^2 + 4*x^3 + 30*x^4 + 316*x^5 + 4116*x^6 +...

Series_Reversion(A(x)) = x - x^2 - 2*x^3 - 15*x^4 - 158*x^5 -...

which equals -G(-x) where G(x) = g.f. of A139085.

PROG

(PARI) {a(n)=local(A=x+x^2); if(n<1, 0, for(i=3, n+1, A=A+2*polcoeff(serreverse(A+x*O(x^i)), i)*x^i); polcoeff(A, n))}

CROSSREFS

Cf. A139085.

Sequence in context: A145348 A052574 A158834 * A180623 A128329 A006149

Adjacent sequences:  A139083 A139084 A139085 * A139087 A139088 A139089

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Apr 08 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 17 12:38 EST 2012. Contains 206021 sequences.