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!)
A366041 Expansion of (1/x) * Series_Reversion( x*(1-x)*(1-x^4) ). 1
1, 1, 2, 5, 15, 48, 160, 549, 1930, 6919, 25200, 92976, 346757, 1305140, 4951216, 18912245, 72675114, 280761670, 1089800270, 4248149795, 16623209911, 65273370720, 257115465600, 1015719256200, 4023178881540, 15974388769653, 63570826294760 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/4)} binomial(n+k,n) * binomial(2*n-4*k,n).
PROG
(PARI) a(n) = sum(k=0, n\4, binomial(n+k, n)*binomial(2*n-4*k, n))/(n+1);
CROSSREFS
Cf. A366023.
Sequence in context: A268407 A261003 A365268 * A372532 A218251 A203067
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 26 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 July 15 15:53 EDT 2024. Contains 374333 sequences. (Running on oeis4.)