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!)
A366088 Expansion of (1/x) * Series_Reversion( x*(1-x)^2/(1-x-x^4) ). 4
1, 1, 2, 5, 13, 35, 96, 264, 719, 1913, 4875, 11478, 22860, 26044, -77216, -793820, -4394125, -20304455, -85805571, -343282020, -1321898694, -4943906064, -18052305410, -64551823869, -226418611750, -779487689870, -2633172840764, -8717790419014 (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(n+1,k) * binomial(2*n-3*k,n-4*k).
PROG
(PARI) a(n) = sum(k=0, n\4, (-1)^k*binomial(n+1, k)*binomial(2*n-3*k, n-4*k))/(n+1);
CROSSREFS
Cf. A366054.
Sequence in context: A227045 A007075 A000107 * A370841 A063028 A085810
KEYWORD
sign
AUTHOR
Seiichi Manyama, Sep 28 2023
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 12:46 EDT 2024. Contains 372085 sequences. (Running on oeis4.)