login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A049179
Revert transform of 2*x*(1 - x + x^4 - x^5)-x/(1+x).
0
1, 1, 3, 9, 31, 113, 431, 1697, 6849, 28181, 117787, 498705, 2134499, 9220393, 40146495, 176011777, 776363417, 3442818809, 15340344035, 68645684937, 308365373183, 1390064360561, 6286153799119, 28510001658689
OFFSET
1,3
COMMENTS
Sign diagram of generating sequence: +++--++---------...
MAPLE
Order := 80:
g := 2*x*(1-x+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: A049188 A049165 A052709 * A049154 A225305 A365113
KEYWORD
nonn
EXTENSIONS
NAME corrected. - R. J. Mathar, Jul 24 2023
STATUS
approved