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.

A054011 n is not divisible by the number of its proper divisors.

Original entry on oeis.org

8, 9, 10, 12, 14, 18, 22, 24, 25, 26, 28, 30, 32, 34, 35, 36, 38, 40, 44, 46, 48, 49, 52, 54, 55, 58, 60, 62, 63, 64, 65, 66, 68, 72, 74, 76, 77, 78, 80, 81, 82, 84, 85, 86, 88, 90, 91, 92, 94, 95, 96, 98, 99, 100, 102, 104, 106, 108, 110, 112, 114, 115, 116, 117, 118, 119
Offset: 1

Views

Author

Asher Auel, Jan 17 2000

Keywords

Crossrefs

Programs

  • Maple
    with(numtheory): [seq(`if`(i mod (tau(i)-1) <> 0,i,print( )), i=2..190)];
  • Mathematica
    Select[Range[2, 120], ! Divisible[#, DivisorSigma[0, #] - 1] &] (* Amiram Eldar, Aug 28 2019 *)
Showing 1-1 of 1 results.