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

A049182
Revert transform of 2*x*(1 - x + x^6)-x/(1+x).
0
1, 1, 3, 9, 33, 125, 501, 2063, 8719, 37531, 164093, 726491, 3250743, 14676923, 66780835, 305908709, 1409609741, 6529455069, 30386379215, 142002499261, 666116180157, 3135363209281, 14803932109737, 70097438174979
OFFSET
1,3
COMMENTS
Sign diagram of generating sequence: +++----+--------...
MAPLE
Order := 80:
g := 2*x*(1-x+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: A219261 A182530 A372577 * A372530 A049168 A049171
KEYWORD
nonn
EXTENSIONS
NAME corrected. - R. J. Mathar, Jul 24 2023
STATUS
approved