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!)
A374614 a(n) = Sum_{k=0..n} (k/n)^2 * binomial(n,k)^5. 3
1, 9, 136, 2585, 54126, 1227492, 29226688, 723533337, 18438032890, 480994824134, 12787403151744, 345355150592036, 9451729196625184, 261628075707534720, 7313361005558843136, 206190939973811373593, 5857313490484652859282 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{k=0..n-1} binomial(n-1,k)^2 * binomial(n,k)^3.
PROG
(PARI) a(n) = sum(k=0, n-1, binomial(n-1, k)^2*binomial(n, k)^3);
CROSSREFS
Sequence in context: A003376 A253879 A309189 * A231757 A156975 A081876
KEYWORD
nonn,new
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 July 22 13:14 EDT 2024. Contains 374499 sequences. (Running on oeis4.)