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!)
A049177 Revert transform of 2*x*(1 - x - x^3 - x^5)-x/(1+x). 0

%I #11 Jul 24 2023 04:27:20

%S 1,1,3,11,45,197,903,4277,20773,102893,517771,2639571,13603509,

%T 70758321,370979823,1958471433,10401832121,55542275273,297991827555,

%U 1605599352347,8684388729741,47136082628653,256651601838839

%N Revert transform of 2*x*(1 - x - x^3 - x^5)-x/(1+x).

%C Sign diagram of generating sequence: +++-+-+---------...

%H <a href="/index/Res#revert">Index entries for reversions of series</a>

%p Order := 80:

%p g := 2*x*(1-x-x^3-x^5)-x/(1+x) ;

%p solve(series(g, x)=y, x) :

%p convert(%, polynom) :

%p seq(coeff(%, y, i), i=0..Order-1) ; # _R. J. Mathar_, Jul 24 2023

%K nonn

%O 1,3

%A _Olivier GĂ©rard_

%E NAME corrected. - _R. J. Mathar_, Jul 24 2023

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 05:23 EDT 2024. Contains 371918 sequences. (Running on oeis4.)