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

A370800
Expansion of (1/x) * Series_Reversion( x/(x+1/(1-x+x^3)) ).
3
1, 2, 5, 14, 41, 120, 337, 855, 1671, 434, -20393, -158032, -885329, -4322580, -19407365, -81796098, -325964629, -1226861808, -4319079961, -13880383674, -38282558205, -72411121618, 65816173987, 1746824677851, 12859713835981, 73356840199948, 369390356474509
OFFSET
0,2
FORMULA
a(n) = Sum_{k=0..n} binomial(n,k) * b(k), where g.f. B(x) = Sum_{k>=0} b(k)*x^k satisfies B(x) = (1/x) * Series_Reversion( x*(1-x+x^3) ).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x/(x+1/(1-x+x^3)))/x)
CROSSREFS
Cf. A063033.
Sequence in context: A116850 A116847 A116848 * A122055 A244885 A116845
KEYWORD
sign
AUTHOR
Seiichi Manyama, Mar 02 2024
STATUS
approved