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!)
A356039 a(n) = Sum_{k=1..n} binomial(n,k) * sigma_3(k). 1
1, 11, 58, 243, 866, 2804, 8485, 24387, 67333, 180086, 469338, 1196976, 2996956, 7385837, 17954243, 43125267, 102494548, 241309031, 563341508, 1305142418, 3002938045, 6866090880, 15609292379, 35299794600, 79443050541, 177989130174, 397124963671, 882642816697, 1954708794400 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For m>0, Sum_{k=1..n} binomial(n,k) * sigma_m(k) ~ zeta(m+1) * n^m * 2^(n-m).
LINKS
Eric Weisstein's World of Mathematics, Divisor Function.
FORMULA
a(n) ~ Pi^4 * n^3 * 2^(n-4) / 45.
a(n) = Sum_{i=1..n} Sum_{j=1..n} (i^3)*binomial(n,i*j). - Ridouane Oudra, Oct 31 2022
MAPLE
with(numtheory): seq(add(sigma[3](i)*binomial(n, i), i=1..n), n=1..60); # Ridouane Oudra, Oct 31 2022
MATHEMATICA
Table[Sum[Binomial[n, k] * DivisorSigma[3, k], {k, 1, n}], {n, 1, 40}]
PROG
(PARI) a(n) = sum(k=1, n, binomial(n, k) * sigma(k, 3)); \\ Michel Marcus, Jul 24 2022
CROSSREFS
Sequence in context: A256226 A290360 A359719 * A073720 A257364 A141302
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Jul 24 2022
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 April 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)