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.

A023886 Average of proper divisors excluding 1 is an integer.

Original entry on oeis.org

4, 8, 9, 15, 18, 21, 25, 27, 33, 35, 39, 45, 49, 51, 55, 57, 63, 65, 69, 75, 77, 81, 85, 87, 91, 93, 95, 98, 99, 111, 115, 117, 119, 121, 123, 125, 128, 129, 133, 141, 143, 145, 147, 153, 155, 159, 161, 162, 169, 171, 175, 177, 183, 185, 187, 201, 203
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    Select[Range[210],IntegerQ[Mean[Rest[Most[Divisors[#]]]]]&]  (* Harvey P. Dale, Feb 20 2011 *)

Extensions

Definition clarified by Harvey P. Dale, Feb 20 2011