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.

A284755 Numbers n such that the average of all proper divisors of all positive integers <= n is an integer.

Original entry on oeis.org

2, 3, 63, 1249, 4696, 1200509
Offset: 1

Views

Author

Ilya Gutkovskiy, Apr 02 2017

Keywords

Comments

Numbers n such that A002541(n)|A153485(n).
a(7) > 10^12. - Giovanni Resta, Apr 13 2017

Crossrefs

Programs

  • Mathematica
    Select[Range[2, 1300000], Mod[Sum[DivisorSigma[1, k] - k, {k, 1, #}], Sum[DivisorSigma[0, k] - 1, {k, 1, #}]] == 0 &]