The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A351843 a(n) = sigma(n) * sopf(n). 0
0, 6, 12, 14, 30, 60, 56, 30, 39, 126, 132, 140, 182, 216, 192, 62, 306, 195, 380, 294, 320, 468, 552, 300, 155, 630, 120, 504, 870, 720, 992, 126, 672, 1026, 576, 455, 1406, 1260, 896, 630, 1722, 1152, 1892, 1092, 624, 1800, 2256, 620, 399, 651, 1440, 1470, 2862, 600, 1152 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(p) = p*(p+1) for p prime.
a(n) = Sum_{d|n} Sum_{p|n, p prime} d*p.
a(n) = A000203(n) * A008472(n).
PROG
(PARI) a(n) = my(f=factor(n)); sigma(f)*vecsum(f[, 1]~); \\ Michel Marcus, Feb 21 2022
CROSSREFS
Cf. A000203 (sigma), A008472 (sopf).
Sequence in context: A113791 A292289 A281352 * A135763 A030659 A142338
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Feb 21 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 June 4 11:04 EDT 2024. Contains 373096 sequences. (Running on oeis4.)