Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A371776 a(n) = Sum_{k=0..floor(n/3)} binomial(5*n-k+1,n-3*k). 3
1, 6, 55, 561, 6005, 66080, 740342, 8400074, 96206994, 1109874635, 12877808194, 150122945518, 1756887201266, 20628519611407, 242891806678851, 2866906127955287, 33910670558191711, 401857349039547372, 4770115555036932777, 56706219260783415643 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = [x^n] 1/(((1-x)^2-x^3) * (1-x)^(4*n)).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(5*n-k+1, n-3*k));
CROSSREFS
Sequence in context: A121661 A118836 A079589 * A372210 A365840 A006200
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 August 16 23:15 EDT 2024. Contains 375195 sequences. (Running on oeis4.)