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!)
A049178 Revert transform of 2*x*(1 - x + x^2 - x^3 - x^5)-x/(1+x). 0
1, 1, 1, 1, 3, 15, 59, 185, 513, 1429, 4429, 15157, 53063, 181075, 601335, 1986857, 6668441, 22844345, 79190777, 274979521, 952675283, 3299619927, 11466715411, 40054475169, 140536413497, 494404614557, 1741798930389, 6144137237061 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Sign diagram of generating sequence: +++++-+---------...
LINKS
MAPLE
Order := 80:
g := 2*x*(1-x+x^2-x^3-x^5)-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: A343994 A017949 A263173 * A049150 A309564 A062473
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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)