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!)
A049188 Revert transform of 2*x*(1 - x + x^4 - x^5 + x^6)-x/(1+x). 0
1, 1, 3, 9, 31, 113, 429, 1679, 6719, 27367, 113053, 472471, 1993785, 8483023, 36348595, 156705421, 679218965, 2957961685, 12936141935, 56787742645, 250137441355, 1105189823717, 4896749876081, 21751355833739 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Sign diagram of generating sequence: +++--+++--------...
LINKS
MAPLE
Order := 80:
g := 2*x*(1-x+x^4-x^5+x^6)-x/(1+x) ;
solve(series(g, x)=y, x) :
convert(%, polynom) :
seq(coeff(%, y, i), i=0..Order-1) ; # R. J. Mathar, Jul 24 2023
CROSSREFS
Sequence in context: A063032 A056335 A276549 * A049165 A052709 A049179
KEYWORD
nonn
AUTHOR
EXTENSIONS
NAME corrected. - R. J. Mathar, Jul 24 2023
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 14 21:09 EDT 2024. Contains 375167 sequences. (Running on oeis4.)