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

%I #8 Jul 14 2024 08:54:24

%S 1,3,52,815,16806,363132,8471296,205501599,5164447210,133153140098,

%T 3506969720904,93973493327012,2554956958697248,70323373958110080,

%U 1956176944656294912,54916687591986040223,1554166975730511463794,44297812047491490990366

%N a(n) = Sum_{k=0..n} (k/n)^4 * binomial(n,k)^5.

%F a(n) = Sum_{k=0..n-1} binomial(n-1,k)^4 * binomial(n,k).

%o (PARI) a(n) = sum(k=0, n-1, binomial(n-1, k)^4*binomial(n, k));

%Y Cf. A005261, A374614, A374615.

%K nonn

%O 1,2

%A _Seiichi Manyama_, Jul 14 2024

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 24 23:28 EDT 2024. Contains 375418 sequences. (Running on oeis4.)