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!)
A365728 G.f. satisfies A(x) = 1 + x^4*A(x)^2*(1 + x*A(x)). 4
1, 0, 0, 0, 1, 1, 0, 0, 2, 5, 3, 0, 5, 21, 28, 12, 14, 84, 180, 165, 97, 330, 990, 1430, 1133, 1560, 5005, 10010, 11349, 11193, 25452, 61880, 94250, 100844, 150144, 360468, 683162, 889542, 1100784, 2144397, 4536839, 7158326, 9102786, 14132580, 29078645 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/4)} binomial(k,n-4*k) * binomial(n-2*k+1,k) / (n-2*k+1).
PROG
(PARI) a(n) = sum(k=0, n\4, binomial(k, n-4*k)*binomial(n-2*k+1, k)/(n-2*k+1));
CROSSREFS
Cf. A365696.
Sequence in context: A011035 A102892 A132898 * A265318 A279536 A269954
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 September 17 13:52 EDT 2024. Contains 375987 sequences. (Running on oeis4.)