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!)
A139085 G.f. satisfies: 2*A(x) = 3*x + x^2 - Series_Reversion( A(x) ). 1

%I #2 Mar 30 2012 18:37:10

%S 1,1,-2,15,-158,2058,-31148,529209,-9882430,200035242,-4346788764,

%T 100697241762,-2473869382964,64191822293220,-1753530264442280,

%U 50293662225989739,-1511101241900117982,47467602491174747046

%N G.f. satisfies: 2*A(x) = 3*x + x^2 - Series_Reversion( A(x) ).

%F a(n) = (1/2)*(-1)^n*A139086(n) for n>2 with a(1)=a(2)=1.

%e G.f.: A(x) = x + x^2 - 2*x^3 + 15*x^4 - 158*x^5 + 2058*x^6 -+...

%e Series_Reversion(A(x)) = x - x^2 + 4*x^3 - 30*x^4 + 316*x^5 -+...

%e which equals -G(-x) where G(x) = g.f. of A139086.

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

%Y Cf. A139086.

%K sign

%O 1,3

%A _Paul D. Hanna_, Apr 08 2008

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 April 24 09:18 EDT 2024. Contains 371935 sequences. (Running on oeis4.)