The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 9 04:57 EDT 2024. Contains 373227 sequences. (Running on oeis4.)