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”).

A049181
Revert transform of 2*x*(1 - x + x^2 - x^3 + x^4 - x^5)-x/(1+x).
0
1, 1, 1, 1, 1, 1, 3, 17, 73, 241, 661, 1585, 3461, 7285, 16231, 41921, 124577, 389233, 1186617, 3423201, 9327801, 24355849, 62489483, 162336209, 437155705, 1226390417, 3534342301, 10244919841, 29383388701, 82792942045
OFFSET
1,7
COMMENTS
Sign diagram of generating sequence: +++++++---------...
MAPLE
Order := 80:
g := 2*x*(1-x+x^2-x^3+x^4-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: A317452 A128948 A342364 * A248917 A282400 A342365
KEYWORD
nonn
EXTENSIONS
NAME corrected. - R. J. Mathar, Jul 24 2023
STATUS
approved