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!)
A371756 a(n) = Sum_{k=0..floor(n/3)} binomial(5*n-2*k,n-3*k). 3
1, 5, 45, 456, 4863, 53383, 597052, 6765471, 77407257, 892270250, 10346070471, 120542238796, 1410040212166, 16549315766244, 194792566133507, 2298472850258746, 27179673132135409, 322013956853586970, 3821532498419234994, 45420775578132979989 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] 1/((1-x-x^3) * (1-x)^(4*n)).
a(n) ~ 5^(5*n + 5/2) / (99 * sqrt(Pi*n) * 2^(8*n - 1/2)). - Vaclav Kotesovec, Apr 05 2024
a(n) = binomial(5*n, n)*hypergeom([1, (1-n)/3, (2-n)/3, -n/3], [(1-5*n)/2, -5*n/2, 1+4*n], -27/4). - Stefano Spezia, Apr 06 2024
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(5*n-2*k, n-3*k));
CROSSREFS
Sequence in context: A137233 A357205 A001449 * A209442 A371519 A340943
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 05 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 May 4 07:22 EDT 2024. Contains 372230 sequences. (Running on oeis4.)