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!)
A356038 a(n) = Sum_{k=1..n} binomial(n,k) * sigma_2(k). 4
1, 7, 28, 95, 286, 802, 2143, 5519, 13807, 33762, 81060, 191678, 447396, 1032647, 2360593, 5351231, 12041764, 26920297, 59829006, 132262550, 290990077, 637429514, 1390811841, 3023647046, 6551547161, 14151910442, 30481920523, 65480947739, 140318385088, 299995596747 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Eric Weisstein's World of Mathematics, Divisor Function.
FORMULA
a(n) ~ zeta(3) * n^2 * 2^(n-2).
a(n) = Sum_{i=1..n} Sum_{j=1..n} (i^2)*binomial(n,i*j). - Ridouane Oudra, Oct 25 2022
MAPLE
with(numtheory): seq(add(sigma[2](i)*binomial(n, i), i=1..n), n=1..60); # Ridouane Oudra, Oct 25 2022
MATHEMATICA
Table[Sum[Binomial[n, k] * DivisorSigma[2, k], {k, 1, n}], {n, 1, 40}]
PROG
(PARI) a(n) = sum(k=1, n, binomial(n, k) * sigma(k, 2)); \\ Michel Marcus, Jul 24 2022
CROSSREFS
Sequence in context: A276236 A022572 A193654 * A241400 A219411 A224404
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 23 14:32 EDT 2024. Contains 371914 sequences. (Running on oeis4.)