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!)
A371744 a(n) = Sum_{k=0..floor(n/2)} binomial(5*n-k,n-2*k). 3
1, 5, 46, 469, 5017, 55177, 617905, 7008264, 80241790, 925457822, 10735707149, 125128265025, 1464140655619, 17188834766497, 202366206841241, 2388313959181973, 28246993739096305, 334711010978735163, 3972765235517468758, 47224110710958716845 (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)).
a(n) ~ 5^(5*n + 3/2) / (19 * sqrt(Pi*n) * 2^(8*n - 1/2)). - Vaclav Kotesovec, Apr 05 2024
PROG
(PARI) a(n) = sum(k=0, n\2, binomial(5*n-k, n-2*k));
CROSSREFS
Sequence in context: A355056 A309185 A169963 * A198256 A232972 A127304
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 June 29 23:48 EDT 2024. Contains 373856 sequences. (Running on oeis4.)