[go: up one dir, main page]

login
A049177
Revert transform of 2*x*(1 - x - x^3 - x^5)-x/(1+x).
0
1, 1, 3, 11, 45, 197, 903, 4277, 20773, 102893, 517771, 2639571, 13603509, 70758321, 370979823, 1958471433, 10401832121, 55542275273, 297991827555, 1605599352347, 8684388729741, 47136082628653, 256651601838839
OFFSET
1,3
COMMENTS
Sign diagram of generating sequence: +++-+-+---------...
MAPLE
Order := 80:
g := 2*x*(1-x-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
Sequence in context: A191243 A217888 A146086 * A378263 A217889 A217890
KEYWORD
nonn
EXTENSIONS
NAME corrected. - R. J. Mathar, Jul 24 2023
STATUS
approved