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

A049189
Revert transform of 2*x*(1 - x)*(1-x^3-x^5)-x/(1+x).
2
1, 1, 3, 11, 43, 183, 813, 3731, 17563, 84303, 411093, 2030833, 10141953, 51117801, 259695379, 1328454221, 6836777765, 35373248213, 183892104895, 960066929119, 5031617143079, 26462109374051, 139609962072913, 738695107457919
OFFSET
1,3
COMMENTS
Sign diagram of generating sequence: +++-++++--------...
MAPLE
Order := 80:
g := 2*x*(1-x)*(1-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
Cf. A049186.
Sequence in context: A151101 A151102 A151103 * A049163 A049180 A049152
KEYWORD
nonn
EXTENSIONS
NAME corrected. - R. J. Mathar, Jul 24 2023
STATUS
approved