login

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

A049183
Revert transform of 2*x*(1 - x - x^3 + x^6)-x/(1+x).
0
1, 1, 3, 11, 45, 195, 885, 4151, 19963, 97899, 487717, 2461393, 12557439, 64657461, 335562499, 1753538133, 9218852525, 48725353661, 258759350495, 1380021781719, 7388261669161, 39692491630271, 213918652593929
OFFSET
1,3
COMMENTS
Sign diagram of generating sequence: +++-+--+--------...
MAPLE
Order := 80:
g := 2*x*(1-x-x^3+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: A151127 A026375 A151128 * A049166 A049172 A049155
KEYWORD
nonn
EXTENSIONS
NAME corrected. - R. J. Mathar, Jul 24 2023
STATUS
approved