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!)
A049183 Revert transform of 2*x*(1 - x - x^3 + x^6)-x/(1+x). 0
1, 1, 3, 11, 45, 195, 885, 4151, 19963, 97899, 487717, 2461393, 12557439, 64657461, 335562499, 1753538133, 9218852525, 48725353661, 258759350495, 1380021781719, 7388261669161, 39692491630271, 213918652593929 (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^3+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: A151127 A026375 A151128 * A049166 A049172 A049155
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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)