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”).

A369903
a(n) = Sum_{p|n, p prime} n^sigma(n/p).
1
0, 2, 3, 64, 5, 1512, 7, 2097152, 6561, 1001000, 11, 8916136280064, 13, 1475791800, 11441250, 1152921504606846976, 17, 21979796247097344, 19, 262144000000001280000000, 37823053842, 12855002631059864, 23, 442501521100279866178075737690262732800, 244140625
OFFSET
1,2
FORMULA
a(p^k) = p^(k*(1-p^k)/(1-p)), for prime p and k >= 1. - Wesley Ivan Hurt, Jun 26 2024
MATHEMATICA
Table[DivisorSum[n, n^DivisorSigma[1, n/#] &, PrimeQ[#] &], {n, 30}]
CROSSREFS
Cf. A000203 (sigma), A323599, A329354, A369740.
Sequence in context: A293041 A284755 A061452 * A280582 A037426 A004854
KEYWORD
nonn,easy
AUTHOR
Wesley Ivan Hurt, Feb 05 2024
STATUS
approved