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!)
A344578 a(n) = Sum_{d|n} d * sopf(d). 1
0, 4, 9, 12, 25, 43, 49, 28, 36, 99, 121, 111, 169, 179, 154, 60, 289, 160, 361, 247, 268, 411, 529, 247, 150, 563, 117, 439, 841, 558, 961, 124, 592, 939, 494, 408, 1369, 1163, 802, 543, 1681, 932, 1849, 991, 541, 1683, 2209, 519, 392, 574, 1318, 1351, 2809, 511, 1026, 959, 1624 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If p is prime, a(p) = Sum_{d|p} d * sopf(d) = p * p = p^2.
LINKS
EXAMPLE
a(10) = Sum_{d|10} d * sopf(d) = 1*0 + 2*2 + 5*5 + 10*7 = 99.
MATHEMATICA
Table[Sum[i*Sum[k (PrimePi[k] - PrimePi[k - 1]) (1 - Ceiling[i/k] + Floor[i/k]), {k, i}] (1 - Ceiling[n/i] + Floor[n/i]), {i, n}], {n, 100}]
CROSSREFS
Cf. A008472 (sopf).
Sequence in context: A297414 A076794 A254520 * A283105 A179808 A083351
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, May 23 2021
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 August 17 14:20 EDT 2024. Contains 375225 sequences. (Running on oeis4.)