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.

A062819 Inverse Moebius transform of perfect numbers, A000396.

Original entry on oeis.org

6, 34, 502, 8162, 33550342, 8589869586, 137438691334, 2305843008139960290, 2658455991569831744654692615953842678, 191561942608236107294793378084303638130997321581719586, 13164036458569648337239753460458722910223472318386943117783728134
Offset: 1

Views

Author

Labos Elemer, Jul 20 2001

Keywords

Crossrefs

Cf. A000396.

Programs

  • Mathematica
    a[n_] := DivisorSum[n, PerfectNumber[#] &]; Array[a, 11] (* Amiram Eldar, Feb 08 2025 *)

Formula

a(n) = Sum_{d|n} A000396(d). - Amiram Eldar, Feb 08 2025

Extensions

Offset corrected and a(11) added by Amiram Eldar, Feb 08 2025