[go: up one dir, main page]

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!)
A366366 G.f. satisfies A(x) = (1 + x/A(x)^4)/(1 - x). 5
1, 2, -6, 58, -574, 6402, -75878, 939290, -12000318, 157050178, -2094657926, 28368411194, -389079656446, 5393118559938, -75431624084838, 1063251390845338, -15088643098754942, 215396586102923138, -3091050571516120582, 44566089825496186170 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (-1)^(n-1) * Sum_{k=0..n} binomial(5*k-1,k) * binomial(4*k-1,n-k)/(5*k-1).
PROG
(PARI) a(n) = (-1)^(n-1)*sum(k=0, n, binomial(5*k-1, k)*binomial(4*k-1, n-k)/(5*k-1));
CROSSREFS
Cf. A366359.
Sequence in context: A209459 A209521 A357026 * A357092 A132525 A316198
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 08 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 August 29 21:34 EDT 2024. Contains 375518 sequences. (Running on oeis4.)