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!)
A370836 Expansion of (1/x) * Series_Reversion( x/(x+1/(1+x^2)) ). 2
1, 1, 0, -2, -2, 6, 19, 1, -98, -170, 268, 1464, 967, -7253, -19035, 11497, 142894, 186814, -592148, -2327480, -371472, 14922592, 30367918, -44517534, -291059645, -242260229, 1550840094, 4611423196, -2050694753, -36095033685, -54276040088, 150373292998 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} (-1)^k * binomial(n,2*k) * binomial(3*k,k)/(2*k+1).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(serreverse(x/(x+1/(1+x^2)))/x)
(PARI) a(n) = sum(k=0, n\2, (-1)^k*binomial(n, 2*k)*binomial(3*k, k)/(2*k+1));
CROSSREFS
Sequence in context: A365103 A357537 A173098 * A233113 A366731 A341380
KEYWORD
sign
AUTHOR
Seiichi Manyama, Mar 03 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 May 17 03:33 EDT 2024. Contains 372577 sequences. (Running on oeis4.)