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!)
A364738 G.f. satisfies A(x) = 1 + x*A(x) / (1 + x*A(x)^5). 5
1, 1, 0, -5, -10, 40, 245, -26, -4375, -11410, 53040, 377850, -12320, -7988194, -23011625, 106662595, 824671575, 64095550, -18490968680, -57052839001, 254513058375, 2098532784575, 419490572800, -48205987947600, -157458581103395, 666628546612606, 5824573247731250 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = (1/n) * Sum_{k=0..n-1} (-1)^k * binomial(n,k) * binomial(n+4*k,n-1-k) for n > 0.
PROG
(PARI) a(n) = if(n==0, 1, sum(k=0, n-1, (-1)^k*binomial(n, k)*binomial(n+4*k, n-1-k))/n);
CROSSREFS
Cf. A364734.
Sequence in context: A163305 A001692 A038070 * A136138 A321307 A270288
KEYWORD
sign
AUTHOR
Seiichi Manyama, Aug 05 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 13 16:37 EDT 2024. Contains 374284 sequences. (Running on oeis4.)