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!)
A370841 Expansion of (1/x) * Series_Reversion( x * (1/(1-x^4) - x) ). 2
1, 1, 2, 5, 13, 35, 96, 264, 719, 1914, 4888, 11583, 23540, 29907, -57120, -695742, -3938275, -18266657, -76983710, -306116660, -1168987469, -4327878214, -15617536020, -55097816085, -190320077663, -643865817117, -2131713980560, -6893257768141 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/4)} (-1)^k * binomial(2*n-4*k+1,k) * binomial(2*n-4*k,n-4*k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serreverse(x*(1/(1-x^4)-x))/x)
(PARI) a(n) = sum(k=0, n\4, (-1)^k*binomial(2*n-4*k+1, k)*binomial(2*n-4*k, n-4*k))/(n+1);
CROSSREFS
Cf. A369631.
Sequence in context: A007075 A000107 A366088 * A063028 A085810 A355040
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 April 28 11:28 EDT 2024. Contains 372049 sequences. (Running on oeis4.)