login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
OFFSET
1,3
COMMENTS
Sign diagram of generating sequence: +++--+++--------...
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
EXTENSIONS
NAME corrected. - R. J. Mathar, Jul 24 2023
STATUS
approved