cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A369740 a(n) = Sum_{p|n, p prime} p^sigma(n/p).

Original entry on oeis.org

0, 2, 3, 8, 5, 43, 7, 128, 81, 189, 11, 6283, 13, 599, 1354, 32768, 17, 539633, 19, 340269, 8962, 5427, 23, 282784363, 15625, 18581, 1594323, 17600759, 29, 648338330, 31, 2147483648, 546082, 267057, 508274, 23426548268849, 37, 1055435, 4811530, 4428564089229, 41, 300565790978
Offset: 1

Views

Author

Wesley Ivan Hurt, Jan 30 2024

Keywords

Crossrefs

Cf. A000203 (sigma), A323599, A369903, A369904.

Programs

  • Mathematica
    Table[DivisorSum[n, #^DivisorSigma[1, n/#] &, PrimeQ[#] &], {n, 50}]

Formula

a(p^k) = p^((1-p^k)/(1-p)) for p prime and k>=1. - Wesley Ivan Hurt, Jul 16 2025
Showing 1-1 of 1 results.