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!)
A365727 G.f. satisfies A(x) = 1 + x^4*A(x)*(1 + x*A(x)). 4
1, 0, 0, 0, 1, 1, 0, 0, 1, 3, 2, 0, 1, 6, 10, 5, 1, 10, 30, 35, 15, 15, 70, 140, 127, 63, 140, 420, 631, 490, 384, 1050, 2311, 2808, 2136, 2739, 6931, 12057, 12672, 11055, 19449, 42097, 61050, 60060, 66353, 131054, 241670, 306735, 308881, 428792, 835614, 1337765 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,10
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/4)} binomial(k,n-4*k) * binomial(n-3*k+1,k) / (n-3*k+1).
PROG
(PARI) a(n) = sum(k=0, n\4, binomial(k, n-4*k)*binomial(n-3*k+1, k)/(n-3*k+1));
CROSSREFS
Cf. A023427.
Sequence in context: A081576 A330785 A292717 * A054654 A355423 A345066
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 17 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 May 14 07:57 EDT 2024. Contains 372530 sequences. (Running on oeis4.)