The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A371787 a(n) = Sum_{k=0..floor(n/2)} (-1)^k * binomial(5*n-k,n-2*k). 2
1, 5, 44, 441, 4675, 51129, 570401, 6451688, 73715212, 848793726, 9833394285, 114487194485, 1338411363535, 15700659542105, 184722993467063, 2178831068873601, 25756348168285379, 305061478075705411, 3619402085862708614, 43008294559624639777 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] 1/((1-x+x^2) * (1-x)^(4*n)).
It appears that a(n) = Sum_{k = 0..n} binomial(3*n+2*k-1, k). - Peter Bala, Jun 04 2024
PROG
(PARI) a(n) = sum(k=0, n\2, (-1)^k*binomial(5*n-k, n-2*k));
CROSSREFS
Cf. A371744.
Sequence in context: A247776 A227640 A096355 * A222508 A220841 A366924
KEYWORD
nonn,easy,changed
AUTHOR
Seiichi Manyama, Apr 06 2024
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 June 6 19:21 EDT 2024. Contains 373134 sequences. (Running on oeis4.)