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!)
A374615 a(n) = Sum_{k=0..n} (k/n)^3 * binomial(n,k)^5. 2
1, 5, 82, 1421, 29626, 657662, 15528640, 381137549, 9656742322, 250689517130, 6638957500924, 178721359853390, 4878005765458528, 134712060315562784, 3758101325718600832, 105769714118196065933, 3000003700599260555650, 85677293959381174518986 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{k=0..n-1} binomial(n-1,k)^3 * binomial(n,k)^2.
PROG
(PARI) a(n) = sum(k=0, n-1, binomial(n-1, k)^3*binomial(n, k)^2);
CROSSREFS
Cf. A181069.
Sequence in context: A280220 A280675 A209102 * A274388 A308753 A163011
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 14 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 18 23:05 EDT 2024. Contains 375284 sequences. (Running on oeis4.)