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!)
A365731 G.f. satisfies A(x) = 1 + x^4*A(x)^5*(1 + x*A(x)). 4
1, 0, 0, 0, 1, 1, 0, 0, 5, 11, 6, 0, 35, 120, 136, 51, 285, 1330, 2310, 1771, 3036, 14950, 35100, 40950, 47502, 175392, 503440, 791120, 927520, 2272424, 7037184, 13803405, 18643560, 33997080, 98920536, 226318196, 359255325, 578590155, 1445166360, 3584815443, 6573439928 (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+k+1,k) / (n+k+1).
PROG
(PARI) a(n) = sum(k=0, n\4, binomial(k, n-4*k)*binomial(n+k+1, k)/(n+k+1));
CROSSREFS
Cf. A215342.
Sequence in context: A110353 A097720 A077806 * A019305 A274266 A365726
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 11 17:45 EDT 2024. Contains 372410 sequences. (Running on oeis4.)