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!)
A365224 G.f. satisfies A(x) = 1 + x*A(x)^4 / (1 + x*A(x)^5). 1
1, 1, 3, 10, 30, 56, -167, -2813, -21515, -126135, -601812, -2179039, -3455504, 32238155, 430944400, 3334419890, 20083350422, 97094186751, 338485665435, 274332822425, -8491831747320, -97735154210032, -732963337489636, -4341176221239330 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^(n-k) * binomial(5*n-k+1,k) * binomial(n-1,n-k)/(5*n-k+1).
PROG
(PARI) a(n) = sum(k=0, n, (-1)^(n-k)*binomial(5*n-k+1, k)*binomial(n-1, n-k)/(5*n-k+1));
CROSSREFS
Sequence in context: A293155 A146384 A166174 * A365748 A006484 A144007
KEYWORD
sign
AUTHOR
Seiichi Manyama, Aug 27 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 April 30 20:43 EDT 2024. Contains 372141 sequences. (Running on oeis4.)