login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A351773
a(n) = Sum_{d|n} Sum_{p|n, p prime} p^d.
1
0, 6, 30, 22, 3130, 846, 823550, 278, 19713, 9769842, 285311670622, 536480, 302875106592266, 678223912966, 30531930560, 65814, 827240261886336764194, 387703674, 1978419655660313589123998, 95367442459684, 558545874544463320, 81402749387125076980422, 20880467999847912034355032910590
OFFSET
1,2
EXAMPLE
a(6) = 846; a(6) = Sum_{d|6} Sum_{p|6, p prime} p^d = Sum_{d|6} (2^d + 3^d) = (2^1 + 3^1) + (2^2 + 3^2) + (2^3 + 3^3) + (2^6 + 3^6) = 846.
CROSSREFS
Cf. A351774.
Sequence in context: A309253 A260017 A375287 * A123624 A287733 A066197
KEYWORD
nonn
AUTHOR
Wesley Ivan Hurt, Feb 18 2022
STATUS
approved