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!)
A321675 a(n) = Sum_{k=1..10^n} k*sigma(k). 0
1, 622, 558275, 549175530, 548429473046, 548320905633448, 548312690631798482, 548311465139943768941, 548311366911386862908968, 548311356554322895313137239, 548311355740964925044531454428, 548311355626818302486560961291870, 548311355617569600726982364186141942 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = A143128(10^n).
a(n) ~ 10^(3*n) * Pi^2 / 18.
MATHEMATICA
Array[Sum[k DivisorSigma[1, k], {k, 10^#}] &, 7, 0] (* Michael De Vlieger, Nov 20 2018 *)
PROG
(PARI) a(n) = sum(k=1, 10^n, k*sigma(k)); \\ Michel Marcus, Nov 23 2018
CROSSREFS
Sequence in context: A207315 A206698 A268018 * A345556 A345810 A330932
KEYWORD
nonn
AUTHOR
Daniel Suteu, Nov 16 2018
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 March 29 01:36 EDT 2024. Contains 371264 sequences. (Running on oeis4.)