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!)
A374616 a(n) = Sum_{k=0..n} (k/n)^4 * binomial(n,k)^5. 2
1, 3, 52, 815, 16806, 363132, 8471296, 205501599, 5164447210, 133153140098, 3506969720904, 93973493327012, 2554956958697248, 70323373958110080, 1956176944656294912, 54916687591986040223, 1554166975730511463794, 44297812047491490990366 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Sum_{k=0..n-1} binomial(n-1,k)^4 * binomial(n,k).
PROG
(PARI) a(n) = sum(k=0, n-1, binomial(n-1, k)^4*binomial(n, k));
CROSSREFS
Sequence in context: A030180 A005547 A301948 * A337755 A263530 A136723
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 11:23 EDT 2024. Contains 374490 sequences. (Running on oeis4.)